@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; "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 ; "Common module represent concepts and properties that are general enough to be used across all modules."@en ; "https://w3id.org/mobility/trias/common"@en ; "Creative Commons Attribution 4.0 International (CC BY 4.0)"@en ; "Ontology for the representation of commons elements in the Trias ontology"@en ; "https://creativecommons.org/licenses/by/4.0"@en ; rdfs:comment "Common module represent concepts and properties that are general enough to be used across all modules."@en ; rdfs:label "Ontology for the representation of commons elements in the Trias ontology"@en ; owl:versionInfo "Common module represent concepts and properties that are general enough to be used across all modules."@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/common#InfoUrl :InfoUrl rdf:type owl:ObjectProperty ; rdfs:domain :SharingService ; rdfs:range ; rdfs:comment "Link to web page providing more details on service."@en ; rdfs:label "InfoUrl"@en . ### https://w3id.org/mobility/trias/common#hasEstimatedBay :hasEstimatedBay rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :stopPointGroup ; rdfs:range ; rdfs:label "hasEstimatedBay"@en . ### https://w3id.org/mobility/trias/common#hasNameSuffix :hasNameSuffix rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :stopPointGroup ; rdfs:range ; rdfs:label "hasNameSuffix"@en . ### https://w3id.org/mobility/trias/common#hasPlannedBay :hasPlannedBay rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :stopPointGroup ; rdfs:range ; rdfs:label "hasPlannedBay"@en . ### https://w3id.org/mobility/trias/common#hasStopPointName :hasStopPointName rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :stopPointGroup ; rdfs:range ; rdfs:label "hasStopPointName"@en . ### https://w3id.org/mobility/trias/common#hasText :hasText rdf:type owl:ObjectProperty ; rdfs:domain :ErrorMessage ; rdfs:range ; rdfs:comment "Description of error state."@en ; rdfs:label "hasText"@en . ### https://w3id.org/mobility/trias/common#stopPointGroup :stopPointGroup rdf:type owl:ObjectProperty . ################################################################# # Data properties ################################################################# ### https://w3id.org/mobility/trias/common#code :code rdf:type owl:DatatypeProperty ; rdfs:domain :ErrorMessage ; rdfs:comment "Code of error state."@en ; rdfs:label "code"@en . ### https://w3id.org/mobility/trias/common#from :from rdf:type owl:DatatypeProperty ; rdfs:domain :OperatingDay ; rdfs:range xsd:dateTime ; rdfs:comment "Start date of duration."@en ; rdfs:label "from"@en . ### https://w3id.org/mobility/trias/common#pattern :pattern rdf:type owl:DatatypeProperty ; rdfs:domain :OperatingDay ; rdfs:range xsd:string ; rdfs:comment "Bit pattern for operating days in the period from the start date (From) to end date (To). The length of the bit pattern in Pattern corresponds to the number of days from From to To. “1” means that the event in question takes place on the day which corresponds to the position in the bit pattern."@en ; rdfs:label "pattern"@en . ### https://w3id.org/mobility/trias/common#sharingServiceName :sharingServiceName rdf:type owl:DatatypeProperty ; rdfs:domain :SharingService ; rdfs:range xsd:string ; rdfs:comment "Public name of the service."@en ; rdfs:label "sharingServiceName"@en . ### https://w3id.org/mobility/trias/common#stopPointRef :stopPointRef rdf:type owl:DatatypeProperty ; rdfs:range xsd:string . ### https://w3id.org/mobility/trias/common#timeBufferAfter :timeBufferAfter rdf:type owl:DatatypeProperty ; rdfs:comment "Typical time a user will need to lock the vehicle and check out."@en ; rdfs:label "timeBufferAfter"@en . ### https://w3id.org/mobility/trias/common#timeBufferBefore :timeBufferBefore rdf:type owl:DatatypeProperty ; rdfs:domain :SharingService ; rdfs:range xsd:string ; rdfs:comment "Typical time a user will need to check in and unlock the vehicle."@en ; rdfs:label "timeBufferBefore"@en . ### https://w3id.org/mobility/trias/common#to :to rdf:type owl:DatatypeProperty ; rdfs:domain :OperatingDay ; rdfs:range xsd:dateTime ; rdfs:comment "End date of duration."@en ; rdfs:label "to"@en . ################################################################# # Classes ################################################################# ### https://w3id.org/mobility/trias/common#ErrorMessage :ErrorMessage rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :hasText ; owl:someValuesFrom ] ; rdfs:comment "Class that describes error messages based on the overall response of the request"@en ; rdfs:label "ErrorMessage"@en . ### https://w3id.org/mobility/trias/common#GeneralAttribute :GeneralAttribute rdf:type owl:Class ; rdfs:comment "Structured attribute classification with associated text."@en ; rdfs:label "GeneralAttribute"@en . ### https://w3id.org/mobility/trias/common#OperatingDay :OperatingDay rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :from ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :pattern ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :to ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:dateTime ] ; rdfs:comment "Structure for defining operating days using bit-chain."@en ; rdfs:label "OperatingDays"@en . ### https://w3id.org/mobility/trias/common#SharingService :SharingService rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :InfoUrl ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass ] , [ rdf:type owl:Restriction ; owl:onProperty :sharingServiceName ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :timeBufferAfter ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :timeBufferBefore ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; rdfs:comment "Service that provides shared vehicles."@en ; rdfs:label "SharingService"@en . ### https://w3id.org/mobility/trias/utility#InternationalText rdf:type owl:Class . ### https://w3id.org/mobility/trias/utility#WebLink rdf:type owl:Class . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/