Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IRI of periodic table #261

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 .

Loading