I have a problem with the DBpedia SPARQL endpoint, because property properties such as label rdf:typeare not stored at the endpoint. Therefore, when I run this query:
SELECT *
WHERE{
<http://dbpedia.org/ontology/Place> ?predicat ?object .
OPTIONAL{?predicat rdfs:label ?label}
}
I have nothing for the shortcut.
If someone had an idea to solve this problem, it would be very useful.
source
share