DBpedia domains and URIs: Difference between revisions
From Mediawiki1
Jump to navigationJump to search
(tables) |
(→Long-term goals: width = 200 |) |
||
Line 5: | Line 5: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Items | ! width = 200 | Items | ||
! IRI pattern | ! IRI pattern | ||
|- | |- |
Revision as of 21:21, 14 May 2012
Long-term goals
- All languages should use IRIs
Items | IRI pattern |
---|---|
Ontology classes and properties | http://dbpedia.org/ontology/Xyz |
Datatypes | http://dbpedia.org/datatype/xyz |
Resource IRI for http://xx.wikipedia.org/wiki/Xyz | http://xx.dbpedia.org/resource/Xyz |
Property extracted by generic template extractor | http://xx.dbpedia.org/property/xyz |
Deviations from these rules for backwards compatibility
- English and French use URIs, not IRIs. DBpedia Berlin will publish additional datasets with IRIs, but the main datasets will use URIs.
Items | IRI pattern |
---|---|
Resource URI for http://en.wikipedia.org/wiki/Xyz | http://dbpedia.org/resource/Xyz |
Property extracted by generic template extractor from http://en.wikipedia.org/ pages | http://dbpedia.org/property/xyz |
Implementation details
- During the extraction, the framework will use http://xx.dbpedia.org/ IRIs for all languages. Different serializers will serializes them differently, according to some rules
- convert en.dbpedia.org to dbpedia.org
- convert IRIs to URIs for some languages (in subjects, predicates and objects)