How to find domain,range and comment of tiny core release?

Thesedays I have been struggling to construct a new dataset with opensource dataset. And I have to decide the characteristics of property in DBpedia. At first, I need to get the information of properties like domain,range,comment.
I can find information of property those with a prefix “dbo:” by visit the full URI like below:


It contains detailed information of property which includes domain,range and comment.
But when it comes to properties with prefix “dbp” like https://dbpedia.org/property/almaMater. 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.

1 Like