DBpedia domains and URIs: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
(possible rules and algorithms for DBpedia domains and URIs)
 
(<nowiki> for links)
Line 1: Line 1:
* Ontology will always remain at http://dbpedia.org/ontology/
* Ontology will always remain at <nowiki>http://dbpedia.org/ontology/</nowiki>
* Datatypes will always remain at http://dbpedia.org/datatype/ (not de-referencable? wrong server setting?)
* Datatypes will always remain at <nowiki>http://dbpedia.org/datatype/</nowiki> (currently not de-referencable... wrong server setting?)
* All languages use http://xx.dbpedia.org/resource/ and http://xx.dbpedia.org/property/
* All languages use <nowiki>http://xx.dbpedia.org/resource/</nowiki> and <nowiki>http://xx.dbpedia.org/property/</nowiki>
* In the long run, English should also use http://en.dbpedia.org, but for the time being, it will use http://dbpedia.org/resource/ and http://dbpedia.org/property/
* In the long run, English should also use <nowiki>http://en.dbpedia.org</nowiki>, but for the time being, it will use <nowiki>http://dbpedia.org/resource/</nowiki> and <nowiki>http://dbpedia.org/property/</nowiki>
* All languages should use IRIs. For now, English and French will keep URIs.
* All languages should use IRIs. For now, English and French will keep URIs.
* During the extraction, the framework will use http://'''xx'''.dbpedia.org/ '''IRI'''s for '''all''' languages. Different serializers will serializes them differently, according to some rules
* During the extraction, the framework will use http://'''xx'''.dbpedia.org/ '''IRI'''s for '''all''' languages. Different serializers will serializes them differently, according to some rules
** convert en.dbpedia.org to dbpedia.org
** convert en.dbpedia.org to dbpedia.org
** convert IRIs to URIs for some languages (in subjects, predicates and objects)
** convert IRIs to URIs for some languages (in subjects, predicates and objects)

Revision as of 03:57, 14 May 2012

  • Ontology will always remain at http://dbpedia.org/ontology/
  • Datatypes will always remain at http://dbpedia.org/datatype/ (currently not de-referencable... wrong server setting?)
  • All languages use http://xx.dbpedia.org/resource/ and http://xx.dbpedia.org/property/
  • In the long run, English should also use http://en.dbpedia.org, but for the time being, it will use http://dbpedia.org/resource/ and http://dbpedia.org/property/
  • All languages should use IRIs. For now, English and French will keep URIs.
  • 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)