チェンジセット 126

差分発生行の前後
無視リスト:
更新日時:
2014/07/22 14:41:11 (10 年 前)
更新者:
nori
ログメッセージ:

Debug ?entitiesの名前間違い

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/AcquiredStructureAnalyzer.java

    r125 r126  
    144144                                int numOfInstances = 0; 
    145145                                if (countInstances) { 
    146                                         numOfInstances = sol.getLiteral("numOfInstances").getInt(); 
     146                                        numOfInstances = sol.getLiteral("entities").getInt(); 
    147147                                } // 
    148148                                Literal labelLiteral = sol.getLiteral("pLabel");