Skip to content

Commit 000fe9d

Browse files
committed
use "wikidata" prefix, not "wd"
we already do this on the dump branch and on the mappings wiki, since the dbpedia server is using the dump branch code
1 parent 0aecad2 commit 000fe9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/dbpedia/extraction/ontology/RdfNamespace.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ object RdfNamespace {
5858
val DCT = ns("dct", "http://purl.org/dc/terms/")
5959
val DCTERMS = ns("dcterms", "http://purl.org/dc/terms/")
6060
val SKOS = ns("skos", "http://www.w3.org/2004/02/skos/core#")
61-
val WIKIDATA = ns("wd", "http://www.wikidata.org/entity/", false)
6261
val SCHEMA = ns("schema", "http://schema.org/", false)
6362
val BIBO = ns("bibo", "http://purl.org/ontology/bibo/", false)
63+
val WIKIDATA = ns("wikidata", "http://www.wikidata.org/entity/", false)
6464

6565
/**
6666
* @return namespace for prefix and suffix, default namespace and full name if no match found

0 commit comments

Comments
 (0)