Skip to content

Commit

Permalink
Fix IRI of periodic table (#261)
Browse files Browse the repository at this point in the history
Removed the final hash in the name of the generated periodic table
ontology.
  • Loading branch information
jesper-friis authored Jan 26, 2024
2 parents 7473c66 + cd5d93b commit 435bbfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion disciplines/periodictable.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def en(s):

# Create new ontology
onto = world.get_ontology('http://emmo.info/emmo/disciplines/periodictable#')
onto.iri = 'http://emmo.info/emmo/disciplines/periodictable#'
onto.iri = 'http://emmo.info/emmo/disciplines/periodictable'
onto.base_iri = 'http://emmo.info/emmo#'
onto.prefix = 'emmo'
onto.imported_ontologies.append(perceptual)
Expand Down
3 changes: 1 addition & 2 deletions disciplines/periodictable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@
:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
skos:prefLabel "MagnesiumAtom"@en .

<http://emmo.info/emmo/disciplines/periodictable#> a owl:Ontology ;
<http://emmo.info/emmo/disciplines/periodictable> a owl:Ontology ;
dcterms:abstract "The periodic table domain ontology provide a simple reference implementation of all atoms in the periodic table with a few selected conventional properties. It is ment as both an example for other domain ontologies as well as a useful assert by itself. Periodic table is released under the Creative Commons Attribution 4.0 International license (CC BY 4.0)."@en ;
dcterms:creator "Emanuele Ghedini, University of Bologna, IT"@en,
"Francesca Lønstad Bleken, SINTEF, NO"@en,
Expand Down Expand Up @@ -2519,4 +2519,3 @@
rdfs:domain :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
rdfs:range xsd:integer ;
skos:prefLabel "hasAtomicNumber"@en .

0 comments on commit 435bbfc

Please sign in to comment.