From 6ad95bdfbaead147409305861770fbf86d4f870c Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Tue, 17 Jan 2023 20:55:40 -0500 Subject: [PATCH] tweaking definitions --- ArtifactOntology.ttl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ArtifactOntology.ttl b/ArtifactOntology.ttl index 0806f57..db93cc7 100644 --- a/ArtifactOntology.ttl +++ b/ArtifactOntology.ttl @@ -2234,10 +2234,10 @@ cco:InfraredTelescope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Infrastructure cco:Infrastructure rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:alternative_label "Infrastructure System"@en ; + cco:alternative_label "Infrastructure"@en ; cco:definition "An independent continuant that bears one or more functions in virtue of it being designed to provide some essential service or benefit that is necessary for an Organization to function."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Infrastructure"@en . + rdfs:label "Infrastructure System"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfrastructureElement @@ -2250,7 +2250,7 @@ cco:InfrastructureElement rdf:type owl:Class ; ) ; rdf:type owl:Class ] ; - rdfs:subClassOf cco:Artifact ; + rdfs:subClassOf obo:BFO_0000040 ; cco:definition "An independent continuant that bears one or more functions in virtue of it being designed to provide some essential service or benefit that is necessary for an Organization to function."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Infrastructure Element"@en . @@ -4457,7 +4457,7 @@ cco:TelecommunicationEndpoint rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationInfrastructure cco:TelecommunicationInfrastructure rdf:type owl:Class ; rdfs:subClassOf cco:Infrastructure ; - cco:definition "An Infrastructure that is designed to support the use of Telecommunication Instruments to communicate."@en ; + cco:definition "An Infrastructure system that is designed to support the use of Telecommunication Instruments to communicate."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Category:Telecommunications_infrastructure" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telecommunication Infrastructure"@en . @@ -4704,7 +4704,7 @@ cco:Transducer rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationInfrastructure cco:TransportationInfrastructure rdf:type owl:Class ; rdfs:subClassOf cco:Infrastructure ; - cco:definition "An Infrastructure that is designed to facilitate the movement of material entities from one location to another by providing the necessary structures for Persons to travel or for Vehicles to transport material entities."@en ; + cco:definition "An Infrastructure system that is designed to facilitate the movement of material entities from one location to another by providing the necessary structures for Persons to travel or for Vehicles to transport material entities."@en ; cco:definition_source "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Transportation Infrastructure"@en .