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

20 Views Asked by At

These days I have been struggling to construct a new dataset with opensource dataset. And I have to decide the characteristics of property in DBpedia such as 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 visiting the full URI like below: enter image description here which contains detailed information of property which includes domain, range, and comment.

But when it comes to properties with prefix http://dbpedia.org/property/ enter image description here 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.

0

There are 0 best solutions below