Why there is differences in the number of links connected to the same property?

半城伤御伤魂 提交于 2019-11-29 08:41:34
Joshua Taylor

Although they have similar names, and represent roughly the same information, the properties are not the same. One is “http://dbpedia.org/property/isbn” and the other is “http://dbpedia.org/ontology/isbn”.

Section 4.3 Infobox Data from the DBpedia wiki says that properties from the http://dbpedia.org/property/ namespace contain raw infobox data and are used in the older Infobox Dataset:

Extracted information is represented using properties in the http://dbpedia.org/property/ namespace. The names of the these properties directly reflect the name of the Wikipedia infobox property. Property names are not cleaned or merged. Property types are not part of a subsumption hierarchy and there is no consistent ontology for the infobox dataset.

It also says that the newer Infobox Ontology uses properties in the http://dbpedia.org/ontology/ namespace:

Properties are represented using properties following the http://dbpedia.org/ontology/{propertyname} naming schema.

While the Infobox Ontology does not contain quite as much information as the Infobox Dataset, the information is much cleaner:

Therefore, the instance data within the infobox ontology is much cleaner and better structured than the Infobox Dataset, but currently doesn't cover all infobox types and infobox properties within Wikipedia.

In this case, however, it looks like there are more triples using the ontology property than the dataset property, so you should get cleaner, more consistent data using http://dbpedia.org/ontology/isbn instead of http://dbpedia.org/property/isbn.

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