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

deprecated 'olvine' class (misspelled) --- added olivine class #223

Closed
wants to merge 7 commits into from
Closed
12 changes: 11 additions & 1 deletion src/matrMineral.ttl
Expand Up @@ -83,10 +83,20 @@ somamin:NonmetallicMineral rdf:type owl:Class ;
rdfs:label "nonmetallic mineral"@en .


### http://sweetontology.net/matrMineral/Olivine
somamin:Olvine rdf:type owl:Class ;
brandonnodnarb marked this conversation as resolved.
Show resolved Hide resolved
rdfs:subClassOf somamin:Mineral ;
rdfs:label "olivine"@en ;
dcterms:contributor <https://orcid.org/0000-0002-0337-8610> .


### http://sweetontology.net/matrMineral/Olvine
somamin:Olvine rdf:type owl:Class ;
rdfs:subClassOf somamin:Mineral ;
rdfs:label "olvine"@en .
rdfs:label "olvine"@en ;
owl:deprecated "true"^^xsd:boolean ;
rdfs:seeAlso somamin:Olivine ;
dcterms:contributor <https://orcid.org/0000-0002-0337-8610> .
brandonnodnarb marked this conversation as resolved.
Show resolved Hide resolved


### http://sweetontology.net/matrMineral/Pyrolite
Expand Down