Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Protege で Fact++ 推論を開始したので、このクラス C から推論された個人を照会したいと思います。
SELECT ?x WHERE { ?x rdf:type ex:C.}
このクエリは結果を返しません。Protege で sparql から生成されたコンテンツをクエリできますか、それとも SPARQL は、合理的な相互作用を考慮せずに元のコンテンツで動作しますか?
前もって感謝します