From 821a811b06294719514e7da730c105f5b460c5e0 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Fri, 5 Jul 2024 08:57:45 -0400 Subject: [PATCH] improved communication facility definitions --- FacilityOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FacilityOntology.ttl b/FacilityOntology.ttl index 06e7fbb..c23c997 100644 --- a/FacilityOntology.ttl +++ b/FacilityOntology.ttl @@ -131,7 +131,7 @@ cco:CommandPostFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility cco:CommunicationsFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is the bearer of functions realized in processes of receiving or transmitting information."@en ; + cco:definition "A Facility that is designed to support processes of receiving or transmitting information."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Communications Facility"@en . @@ -590,7 +590,7 @@ cco:PumpingStation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation cco:RadioRelayStation rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationsFacility ; - cco:definition "A Communications Facility that is the bearer of functions realized in the relay of radio signals."@en ; + cco:definition "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Radio Relay Station"@en .