From b127f42eddb931ec0cca2db70d29919b9b091a09 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Fri, 15 Dec 2023 16:15:44 +0100 Subject: [PATCH] Fixing ontology prefix for periodic table and units --- disciplines/periodictable.ttl | 6 +++--- disciplines/units/units.ttl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/disciplines/periodictable.ttl b/disciplines/periodictable.ttl index e351bd42..77e6a7c3 100644 --- a/disciplines/periodictable.ttl +++ b/disciplines/periodictable.ttl @@ -1,12 +1,13 @@ -@prefix : . +@prefix : . @prefix dcterms: . @prefix emmo: . @prefix owl: . @prefix rdfs: . @prefix skos: . @prefix xsd: . +@base . -: a owl:Ontology ; + a owl:Ontology ; emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en, "This ontology is generated with EMMOntoPy using data from the ASE Python package."@en, "You can contact EMMO Authors via emmo@emmc.eu"@en ; @@ -2520,4 +2521,3 @@ rdfs:domain emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; rdfs:range xsd:integer ; skos:prefLabel "hasAtomicNumber"@en . - diff --git a/disciplines/units/units.ttl b/disciplines/units/units.ttl index 990da0b5..683a0389 100644 --- a/disciplines/units/units.ttl +++ b/disciplines/units/units.ttl @@ -8,7 +8,7 @@ @prefix dcterms: . @base . - rdf:type owl:Ontology ; + rdf:type owl:Ontology ; owl:versionIRI ; owl:imports , ,