In examples section for DBpedia article, there is an example query
PREFIX dbprop: <http://dbpedia.org/property/>
PREFIX db: <http://dbpedia.org/resource/>
SELECT ?who, ?WORK, ?genre WHERE {
db:Tokyo_Mew_Mew dbprop:author ?who .
?WORK dbprop:author ?who .
OPTIONAL { ?WORK dbprop:genre ?genre } .
}
about manga series Tokyo Mew Mew. But how would I know that its URI is
http://dbpedia.org/resource/Tokyo_Mew_Mew
and that the "author" property URI is
http://dbpedia.org/property/author
and so on?
Is there some search engine for these URIs or something?
To compare, in Wikidata project I can do search on their main site and deduce, that Tokyo Mew Mew URI postfix is Q392125, because is coincides with last part of Web URL.
How to do the same with DBpedia?
In addition to Jeen Broekstra's fairly comprehensive answer, note that DBpedia information is extracted from Wikipedia data. In general, if there's a Wikipedia article with the name Foobar, with the URL
https://en.wikipedia.org/wiki/Foobar,
then the corresponding DBpedia resource is
http://dbpedia.org/resource/Foobar.
Browsing that interactively (noting that in the browser, you'll get redirected to a /page/ URL instead of the /resource/ URL), you can see the properties. There are three main families of properties:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With