Skip to content

Commit

Permalink
Merge branch '1.0.0-beta5' into computer-science
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Jan 11, 2024
2 parents 9e0b764 + b127f42 commit af46e25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions disciplines/periodictable.ttl
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
@prefix : <http://emmo.info/emmo/disciplines/periodictable#> .
@prefix : <http://emmo.info/emmo#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix emmo: <http://emmo.info/emmo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <http://emmo.info/emmo#> .

: a owl:Ontology ;
<http://emmo.info/emmo/disciplines/periodictable> 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 [email protected]"@en ;
Expand Down Expand Up @@ -2520,4 +2521,3 @@
rdfs:domain emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
rdfs:range xsd:integer ;
skos:prefLabel "hasAtomicNumber"@en .

2 changes: 1 addition & 1 deletion disciplines/units/units.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://emmo.info/emmo#> .

<http://emmo.info/emmo/disciplines/sisystem> rdf:type owl:Ontology ;
<http://emmo.info/emmo/disciplines/units> rdf:type owl:Ontology ;
owl:versionIRI <http://emmo.info/emmo/1.0.0-beta5/disciplines/units> ;
owl:imports <http://emmo.info/emmo/1.0.0-beta5/disciplines/units/coherentsiunits> ,
<http://emmo.info/emmo/1.0.0-beta5/disciplines/units/noncoherentsiunits> ,
Expand Down

0 comments on commit af46e25

Please sign in to comment.