Skip to content

Commit

Permalink
Merge pull request #253 from ESIPFed/minor-edit-matrMinerals
Browse files Browse the repository at this point in the history
added skos prefix and fixed comment spacing issue (protege)
  • Loading branch information
brandonnodnarb committed Jul 4, 2021
2 parents 6bd203d + 63ddf92 commit 61c5c3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/matrMineral.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix soma: <http://sweetontology.net/matr/> .
@prefix sostp: <http://sweetontology.net/statePhysical/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@base <http://sweetontology.net/matrMineral> .

<http://sweetontology.net/matrMineral> rdf:type owl:Ontology ;
owl:imports <http://sweetontology.net/matr> ,
<http://sweetontology.net/statePhysical> ;
rdfs:label "SWEET Ontology Material Mineral" ;
rdfs:comment "List of names compiled manually primarily from the index pages of 'Introduction to Mineralogy' by Nesse (2000) (see https://www.worldcat.org/title/introduction-to-mineralogy/oclc/39961846) with some supporting information via mindat.org.

All newly added minerals are designated by the triple --- dcterms:contributor https://orcid.org/0000-0002-0337-8610"@en ;
rdfs:comment "List of names compiled manually primarily from the index pages of 'Introduction to Mineralogy' by Nesse (2000) (see https://www.worldcat.org/title/introduction-to-mineralogy/oclc/39961846) with supporting information via mindat.org. All newly added minerals are designated by the triple --- dcterms:contributor https://orcid.org/0000-0002-0337-8610"@en ;
dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
owl:versionInfo "3.5.0" .

Expand Down

0 comments on commit 61c5c3c

Please sign in to comment.