使用维基百科URI引用本体中的类别资源是否完全正常?喜欢http://en.wikipedia.org/wiki/Category:Cuisine的美食?我想使用FOAF定义用户兴趣,例如:
<foaf:topic_interest>Cuisines</foaf:topic_interest>
我是初学者,只想知道是否可以与维基百科建立联系?如果是,那么语法是什么?如果没有那么我还有其他选择吗?
答案 0 :(得分:0)
您可以像这样建立关联(假设它放在正确的文档中):
<foaf:topic_interest>http://en.wikipedia.org/wiki/Category:Cuisine</foaf:topic_interest>
但是,将其链接到DBPedia会更有用。 DBPedia从维基百科中提取数据为RDF。 DBPedia wiki包含有关如何将FOAF链接到DBpeida URI的example。因此,您问题中的示例如下所示:
<foaf:topic_interest>http://dbpedia.org/page/Cuisine</foaf:topic_interest>
链接表示URI的可解除引用的RDF描述。