Merge pull request #292 from cameronmore/280-issue-with-definition-of-communications-facility

improved communication facility definitions
This commit is contained in:
J. Neil Otte
2024-08-01 21:02:47 -04:00
committed by GitHub

View File

@@ -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 .