Skip to content

Commit

Permalink
Porting the microstructure ontology to EMMO RC3. (#17)
Browse files Browse the repository at this point in the history
Minimum set of import statements to improve computability.
  • Loading branch information
jesper-friis authored Dec 12, 2024
2 parents 95faa4b + 6f39309 commit fb17904
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion microstructure.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@

<https://w3id.org/emmo/domain/microstructure> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/domain/microstructure/0.3> ;
owl:imports <https://emmo-repo.github.io/versions/1.0.0-rc1/emmo.ttl> ;
owl:imports <https://w3id.org/emmo/1.0.0-rc3/disciplines/chemistry> ,
<https://w3id.org/emmo/1.0.0-rc3/disciplines/computerscience> ,
<https://w3id.org/emmo/1.0.0-rc3/disciplines/geometrical> ,
<https://w3id.org/emmo/1.0.0-rc3/disciplines/metrology> ,
<https://w3id.org/emmo/1.0.0-rc3/disciplines/models> ,
<https://w3id.org/emmo/1.0.0-rc3/perspectives/structural> ;
dcterms:contributor "SFI PhysMet"@en ;
dcterms:creator "Astrid Marthinsen (SINTEF)"@en ,
"Georg J. Schmitz (ACCESS)"@en ,
Expand Down

0 comments on commit fb17904

Please sign in to comment.