Skip to content

Commit

Permalink
PREFIX inconsistency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluigidelnostro committed Dec 18, 2023
1 parent b4fd32e commit b90cbd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chameo.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix : <http://emmo.info/emmo/domain/chameo/chameo/#> .
@prefix : <http://emmo.info/emmo/domain/chameo/chameo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
Expand All @@ -12,7 +12,7 @@
@prefix chameo: <http://emmo.info/emmo/domain/chameo/chameo#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix datacite: <http://purl.org/spar/datacite/> .
@base <http://emmo.info/emmo/domain/chameo/chameo/#> .
@base <http://emmo.info/emmo/domain/chameo/chameo> .

<http://emmo.info/emmo/domain/chameo/chameo> rdf:type owl:Ontology ;
owl:versionIRI <http://emmo.info/emmo/domain/chameo/1.0.0-beta3/chameo.ttl> ;
Expand Down

0 comments on commit b90cbd0

Please sign in to comment.