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:
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.