From 33e6b8a7ccd2dc3333777cf3df95bb1e7eca9ac9 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:26:42 -0400 Subject: [PATCH] widened waste management facility definition --- FacilityOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FacilityOntology.ttl b/FacilityOntology.ttl index 06e7fbb..5cee34e 100644 --- a/FacilityOntology.ttl +++ b/FacilityOntology.ttl @@ -800,7 +800,7 @@ cco:WashingFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility cco:WasteManagementFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for managing waste from its inception to its final disposal."@en ; + cco:definition "A Facility that is designed for managing waste for some portion of the waste's existence."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Waste Management Facility"@en .