We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7812158 commit 7926e35Copy full SHA for 7926e35
1 file changed
lib/ontologies_linked_data/config/config.rb
@@ -154,7 +154,7 @@ def goo_namespaces
154
conf.add_namespace(:omv, RDF::Vocabulary.new('http://omv.ontoware.org/2005/05/ontology#'))
155
conf.add_namespace(:skos, RDF::Vocabulary.new('http://www.w3.org/2004/02/skos/core#'))
156
conf.add_namespace(:owl, RDF::Vocabulary.new('http://www.w3.org/2002/07/owl#'))
157
- conf.add_namespace(:rdfs, RDF::Vocabulary.new("http://www.w3.org/2000/01/rdf-schema#"))
+ conf.add_namespace(:rdf, RDF::Vocabulary.new('http://www.w3.org/1999/02/22-rdf-syntax-ns#'))
158
conf.add_namespace(:rdfs, RDF::Vocabulary.new('http://www.w3.org/2000/01/rdf-schema#'))
159
conf.add_namespace(:metadata,
160
RDF::Vocabulary.new('http://data.bioontology.org/metadata/'),
0 commit comments