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.
我有两个独立的 Jena 模型,一个包含 RDFS 本体,另一个包含语句。
例如,现在我不能编写一个返回特定类的所有结果的查询,因为 RDF 语句中没有描述该类。
我想要的是通过考虑本体来查询语句模型。我怎样才能做到这一点?
您可以使用 SPARQL 语言查询本体并存储结果,您可以使用任何普通查询语言查询其他语句。
之后就可以结合上面两个得到的结果了