How to save same triples in Virtuoso with different context

♀尐吖头ヾ 提交于 2020-01-07 06:44:54

问题


I have a knowledge base in Virtuoso. I know we can save named graphs in Virtuoso in format of

context { subject predicate object ...}

I want to know when we extract same triple (subject predicate object) from different contexts (for example, different web pages in Wikipedia or a news website), is it reasonable to save the same triples in different contexts? What's the best solution in Virtuoso to store same triples from different origins?


回答1:


If you want to save the same triple values from different source then yes best way to do that is to save in different named graphs to act as containers such that they can co-exist in the Quad Store ...



来源:https://stackoverflow.com/questions/42437276/how-to-save-same-triples-in-virtuoso-with-different-context

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!