added class for grouping transportation artifacts refactored from under Infrastructure System

This commit is contained in:
Mark Jensen
2023-03-13 13:16:00 -04:00
parent 2b559a2bcf
commit 485048ce32

View File

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