Skip to content

Commit

Permalink
fix unit tests by adding RDF namespace in default ones
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Mar 4, 2022
1 parent 47fedc8 commit cda5ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ontologies_linked_data/config/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def goo_namespaces
conf.add_namespace(:omv, RDF::Vocabulary.new('http://omv.ontoware.org/2005/05/ontology#'))
conf.add_namespace(:skos, RDF::Vocabulary.new('http://www.w3.org/2004/02/skos/core#'))
conf.add_namespace(:owl, RDF::Vocabulary.new('http://www.w3.org/2002/07/owl#'))
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#'))
conf.add_namespace(:rdfs, RDF::Vocabulary.new('http://www.w3.org/2000/01/rdf-schema#'))
conf.add_namespace(:metadata,
RDF::Vocabulary.new('http://data.bioontology.org/metadata/'),
Expand Down

0 comments on commit cda5ce9

Please sign in to comment.