I've got a problem with dbpedia sparql endpoint because the properties of the properties like the label of rdf:type are not stocked in the endpoint. So when I run this query :
SELECT * WHERE{http://dbpedia.org/ontology/Place ?predicat ?object. OPTIONAL{?predicat rdfs:label ?label} }
I've got nothing for ?label.
If someone got any idea to solve this problem it would be very helpful.
Thank's in advance.
Cyr