DatatypeProperty "hasAge"を持つフクロウのオントロジーがありますこのコードがnull値を返す理由を誰かに教えてもらえますか?
String URI = "http://owldl.com/ontologies/dl-safe.owl"
DatatypeProperty data = model.getDatatypeProperty(URI+"hasAge")
データがnullです!この行はowlファイルに存在しますが:
<!-- http://owldl.com/ontologies/dl-safe.owl#hasAge -->
<owl:DatatypeProperty rdf:about="&dl-safe;hasAge"/>
このオントロジーは、ObjectPropertiesで問題なく機能します。ただし、DatatypePropertiesでは機能しないようです