@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; "Jhon Toledo (Ontology Engienering Group - Universidad Politécnica de Madrid)"@en , "Miguel Angel García (Ontology Engienering Group - Universidad Politécnica de Madrid"@en , "Oscar Corcho (Ontology Engineering Group - Universidad Politécnica de Madrid)"@en ; "Ontology for the representation of transport mode elements in the Trias ontology"@en ; "https://w3id.org/mobility/trias/mode"@en ; "Creative Commons Attribution 4.0 International (CC BY 4.0)"@en ; "Ontology for the representation of transport mode elements in the Trias ontology"@en ; ; rdfs:label "Ontology for the representation of transport mode elements in the Trias ontology"@en . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/date rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/identifier rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/rights rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://w3id.org/mobility/trias/utility#hasDescription rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "hasDescription"@en . ### https://w3id.org/mobility/trias/utility#hasName rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### https://w3id.org/mobility/trias/utility#hasPtSubmode rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range [ owl:intersectionOf ( [ rdf:type owl:Class ; owl:unionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ] ) ; rdf:type owl:Class ] ; rdfs:comment "PT Transport Sub Modes.<"@en ; rdfs:label "hasPtSubmode"@en . ### https://w3id.org/mobility/trias/utility#hasShortName rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "hasShortName"@en . ################################################################# # Data properties ################################################################# ### https://w3id.org/mobility/trias/utility#ptMode rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "Categorisation of mode"@en ; rdfs:label "ptMode"@en . ################################################################# # Classes ################################################################# ### https://w3id.org/mobility/trias/utility#InternationalText rdf:type owl:Class . ### https://w3id.org/mobility/trias/utility#Mode rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass [ owl:intersectionOf ( [ rdf:type owl:Class ; owl:unionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ] ) ; rdf:type owl:Class ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; rdfs:comment "Classification and naming of a mode."@en ; rdfs:label "Mode"@en . ################################################################# # Individuals ################################################################# ### https://w3id.org/mobility/trias/utility#airSubmode rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/trias/utility#busSubmode rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/trias/utility#coachSubmode rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/trias/utility#funicularSubmode rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/trias/utility#metroSubmode rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/trias/utility#railSubmode rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/trias/utility#telecabinSubmode rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/trias/utility#tramSubmode rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/trias/utility#waterSubmode rdf:type owl:NamedIndividual . ################################################################# # General axioms ################################################################# [ rdf:type owl:AllDifferent ; owl:distinctMembers ( ) ] . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/