From 485048ce327d6cf86ed8b7277a31046ac280d445 Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Mon, 13 Mar 2023 13:16:00 -0400 Subject: [PATCH] added class for grouping transportation artifacts refactored from under Infrastructure System --- ArtifactOntology.ttl | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/ArtifactOntology.ttl b/ArtifactOntology.ttl index c45b202..03be81b 100644 --- a/ArtifactOntology.ttl +++ b/ArtifactOntology.ttl @@ -2338,8 +2338,8 @@ cco:LandMine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LandTransportationArtifact cco:LandTransportationArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is fixed in place and designed to enable the movement of Vehicles and Agents from one location to another via land."@en ; + rdfs:subClassOf cco:TransportationArtifact ; + cco:definition "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another via land."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Land Transportation Artifact"@en . @@ -4648,6 +4648,14 @@ cco:Transducer rdf:type owl:Class ; rdfs:label "Transducer"@en . +### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationArtifact +cco:TransportationArtifact rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition "A Material Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Transportation Artifact"@en . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationInfrastructure cco:TransportationInfrastructure rdf:type owl:Class ; rdfs:subClassOf cco:Infrastructure ; @@ -4940,8 +4948,8 @@ cco:WasteManagementArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTransportationArtifact cco:WaterTransportationArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is fixed in place and designed to enable the movement of Vehicles and Agents from one location to another via water."@en ; + rdfs:subClassOf cco:TransportationArtifact ; + cco:definition "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process of moving Vehicles and Agents from one location to another via water."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Water Transportation Artifact"@en .