mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
added class for grouping transportation artifacts refactored from under Infrastructure System
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user