Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions FacilityOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

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

Expand Down