dbpedia / extraction-framework

The software used to extract structured data from Wikipedia
860 stars 269 forks source link

How to find definition of DBpedia properties like domain, range, comment #754

Open xilixii opened 1 year ago

xilixii commented 1 year ago

Thesedays I have been struggling to construct a new dataset with opensource dataset. And I have to decide the characteristics of property in DBpedia such symmetry, antisymmetry, transitivity. At first, I need to gather information of properties like domain,range,comment. I can find information of property those with a prefix "http://dbpedia.org/ontology/" by visit the full URI. It leads me to a page. which contains detailed information of property which includes domain,range and comment. But when it comes to properties with prefix "http://dbpedia.org/property/", It only contains label and type. So I wonder how to find domain,range and comment of properties those with prefix "http://dbpedia.org/property/". And whether there is a file recording these information of properties. I mean it's would be easier for me to handle a file than visit webpage one by one to get the domain, range and comment of properties.