Nice to meet you. I want to use classes in DBPedia ontlogy. Specifically, I want to get the list of classes and the list of properties that the classes have.
Previously, the list of classes (hierarchy) could be confirmed with this URL(http://mappings.dbpedia.org/server/ontology/classes/), but now it is inaccessible due to a 503 server error. Similarly, I was able to check the property list of the class at the URL, but this is also unavailable.
At least, I found a solution about the class list by writing the following SPARQL.
However, how do I get the list of properties that a class has?
For example, I was able to confirm from the above URL that the ComicsCreator class has properties such as “academyAward” like this images.
I’m grateful for all your help.
Can I ask two more questions about getting properties?
Question 1:
I got the properties of dbo:ComicsCreator by executing the SPARQL.
Then how can I get the type of the properties?
For example, I guess the type of the property ‘name’ in dbo:ComicsCreator should be ‘string’. But in this following page I couldn’t find the type. http://dbpedia.org/property/name