チェンジセット 126 : BH13SPARQLBuilder
- 更新日時:
- 2014/07/22 14:41:11 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/AcquiredStructureAnalyzer.java
r125 r126 144 144 int numOfInstances = 0; 145 145 if (countInstances) { 146 numOfInstances = sol.getLiteral(" numOfInstances").getInt();146 numOfInstances = sol.getLiteral("entities").getInt(); 147 147 } // 148 148 Literal labelLiteral = sol.getLiteral("pLabel");