Merge pull request #283 from cameronmore/281-definition-of-mine-too-restrictive

Removed restrictions on definition of mine
This commit is contained in:
J. Neil Otte
2024-08-03 16:43:32 -04:00
committed by GitHub

View File

@@ -404,7 +404,7 @@ cco:MilitaryHeadquartersFacility rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Mine
cco:Mine rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed to support the extraction of valuable minerals and geological materials from the earth from an orebody, lode, vein, seam, reef, or placer deposits which forms the mineralized package of economic interest to the miner."@en ;
cco:definition "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Mine"@en .