From 9cc6453c18b609013fb43f0a50678e3a6703e432 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:11:29 -0400 Subject: [PATCH 1/2] Removed restrictions on definition of mine --- FacilityOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FacilityOntology.ttl b/FacilityOntology.ttl index 06e7fbb..5966505 100644 --- a/FacilityOntology.ttl +++ b/FacilityOntology.ttl @@ -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 ; 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 . From c90ce3716b1986f99e0634ad738efe115c19484e Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:32:58 -0400 Subject: [PATCH 2/2] simplified definition wording --- FacilityOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FacilityOntology.ttl b/FacilityOntology.ttl index 5966505..6066cdf 100644 --- a/FacilityOntology.ttl +++ b/FacilityOntology.ttl @@ -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 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 ; + 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 .