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

Removed restrictions on definition of mine #283

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FacilityOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 the earth from an orebody, lode, vein, seam, reef, or placer deposit which forms the mineralized package of interest to the miner."@en ;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cameronmore Please consider simplifying to: "...from an orebody, lode, vein, seam, reef, or placer deposit within the earth."

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 .
Expand Down