@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; ; "Adolfo Antón Bravo (Ontology Engineering Group - Universidad Politécnica de Madrid)" , "Mario Scrocca (CEFRIEL)" , "Oscar Corcho (Ontology Engineering Group - Universidad Politécnica de Madrid)" ; "2019-10-06" ; "Module of the Transmodel Ontology focused on organisations. This ontology provides support to the NeTEx model. Visit https://github.com/oeg-upm/transmodel-ontology"@en ; "https://w3id.org/transmodel/organisations" ; "Creative Commons Attribution 4.0 International (CC BY 4.0)" ; "Transmodel Ontology - Organisations"@en ; rdfs:comment "Module of the Transmodel Ontology focused on organisations. This ontology provides support to the NeTEx model. Visit https://github.com/oeg-upm/transmodel-ontology"@en ; rdfs:label "Transmodel Ontology - Organisations"@en ; rdfs:seeAlso "https://github.com/oeg-upm/transmodel-ontology"@en ; owl:versionInfo "This is the initial version of the module on Organisations, after considering the UML models and XSD descriptions of Transmodel and NeTEx"@en . ################################################################# # Annotation properties ################################################################# ### http://creativecommons.org/ns#license rdf:type owl:AnnotationProperty . ### 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 . ### https://w3id.org/transmodel/organisations#author rdf:type owl:AnnotationProperty . ### https://w3id.org/transmodel/organisations#creator rdf:type owl:AnnotationProperty . ### https://w3id.org/transmodel/organisations#description rdf:type owl:AnnotationProperty ; rdfs:range rdfs:Literal ; rdfs:domain . ### https://w3id.org/transmodel/organisations#mbox rdf:type owl:AnnotationProperty . ### https://w3id.org/transmodel/organisations#name rdf:type owl:AnnotationProperty ; rdfs:range rdfs:Literal . ################################################################# # Object Properties ################################################################# ### http://schema.org/contactPoint rdf:type owl:ObjectProperty . ### http://www.w3.org/2004/02/skos/core#inScheme rdf:type owl:ObjectProperty . ### http://www.w3.org/2006/time#timeZone rdf:type owl:ObjectProperty . ### http://www.w3.org/ns/org#classification :classification rdf:type owl:ObjectProperty . ### http://www.w3.org/ns/org#hasUnit :hasUnit rdf:type owl:ObjectProperty . ### https://w3id.org/transmodel/organisations#characterisedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range ; rdfs:comment "This property relates an Organisation with its corresponding Contact Details. It is a subproperty of schema:contactPoint, which relates anything to a ContactPoint"@en ; rdfs:label "characterised by"@en . ### https://w3id.org/transmodel/organisations#operatesInAdministrativeZone rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "operates in administrative zone"@en . ### https://w3id.org/transmodel/organisations#providesService rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:label "provides service"@en . ################################################################# # Data properties ################################################################# ### https://w3id.org/transmodel/organisations#language rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:language ; rdfs:comment "The language in which an organisation operates"@en ; rdfs:label "language"@en . ################################################################# # Classes ################################################################# ### http://schema.org/ContactPoint rdf:type owl:Class . ### http://www.w3.org/2004/02/skos/core#Concept rdf:type owl:Class . ### http://www.w3.org/2004/02/skos/core#ConceptScheme rdf:type owl:Class . ### http://www.w3.org/ns/org#OrganizationalUnit :OrganizationalUnit rdf:type owl:Class . ### http://xmlns.com/foaf/0.1/Organization rdf:type owl:Class . ### https://w3id.org/transmodel/commons#GroupOfEntities rdf:type owl:Class . ### https://w3id.org/transmodel/commons#Zone rdf:type owl:Class . ### https://w3id.org/transmodel/organisations#AdministrativeZone rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "The area of a district, a region, a city, a municipality or other area with which an Organization has a responsability role."@en ; rdfs:label "Administrative Zone"@en . ### https://w3id.org/transmodel/organisations#Authority rdf:type owl:Class ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Public Transport Authority, the organization under which the responsability of organising the TransportService in a certain area (AdministrativeZone) is placed"@en ; rdfs:label "Authority"@en . ### https://w3id.org/transmodel/organisations#ContactDetails rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "Contact Details for an Organisation. A subclass of schema:ContactPoint. As such, it can be the domain of properties like schema:url, schema:telephone, schema:email, etc."@en ; rdfs:label "Contact Details"@en . ### https://w3id.org/transmodel/organisations#ControlCenter rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "An OrganisationPart for an operational team who are responsible for issuing commands to control the services"@en ; rdfs:label "ControlCentre"@en . ### https://w3id.org/transmodel/organisations#Department rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "An OrganisationPart specific to a purpose and/or organisational structure"@en ; rdfs:label "Department"@en . ### https://w3id.org/transmodel/organisations#ManagementAgent rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "Specialisation of Organisation for Management Agent"@en ; rdfs:label "Management Agent"@en . ### https://w3id.org/transmodel/organisations#Operator rdf:type owl:Class ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "A company providing Public Transport Services. In GTFS, this is represented as a TransitAgency"@en ; rdfs:label "Operator"@en . ### https://w3id.org/transmodel/organisations#Organisation rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom owl:Thing ] , [ rdf:type owl:Restriction ; owl:onProperty :classification ; owl:allValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] , [ rdf:type owl:Restriction ; owl:onProperty :hasUnit ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom xsd:language ] ; rdfs:comment "A legally incorporated body associated with any aspect of the transport system"@en , "TODO: Check how many of these properties need to be added to cover completely the TransModel model: legalName, remarks, status, shortName, tradingName, validFromDate and validToDate, in case that they are not included already in the W3C Organization ontology"@en , "TODO: Modify the range of the property timeZone so that it reflects time:TimeZone, as described in the OWL Time ontology."@en ; rdfs:label "Organisation"@en . ### https://w3id.org/transmodel/organisations#OrganisationPart rdf:type owl:Class ; rdfs:subClassOf :OrganizationalUnit ; rdfs:comment "A part of an organisation to which a set of responsabilities upon the data and data management may be assigned"@en ; rdfs:label "OrganisationPart"@en . ### https://w3id.org/transmodel/organisations#OrganisationalUnit rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "An OrganisationPart to which a set of responsabilities in an organisation for planning and control is assigned"@en ; rdfs:label "OrganisationalUnit"@en . ### https://w3id.org/transmodel/organisations#RetailConsortium rdf:type owl:Class ; rdfs:subClassOf , ; rdfs:comment "A group of Organisations formally incorporated as a retailer of Fare Products."@en ; rdfs:label "Retail Consortium"@en . ### https://w3id.org/transmodel/organisations#ServicedOrganisation rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "A public or private organisation for which public transport services are provided on specific days (DayType), e.g., a school, university or works"@en ; rdfs:label "Serviced Organisation"@en . ### https://w3id.org/transmodel/organisations#TravelAgent rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "Specialisation of Organisation for Travel Agent"@en ; rdfs:label "Travel Agent"@en . ################################################################# # Individuals ################################################################# ### https://w3id.org/transmodel/kos/fares/distribution-channel-type rdf:type owl:NamedIndividual . ### https://w3id.org/transmodel/kos/organisations/organisation-type rdf:type owl:NamedIndividual , ; rdfs:comment "Concept scheme where all the codelists for the types of organisations that are included in the Transmodel ontology"@en . ### https://w3id.org/transmodel/kos/organisations/responsability-role-type rdf:type owl:NamedIndividual , ; rdfs:comment """Concept scheme where all the codelists for the types of responsability role for organisations that are included in the Transmodel ontology"""@en . _:genid10 "adolfo.anton.bravo@upm.es"@en ; "Adolfo Anton-Bravo"@en . ### Generated by the OWL API (version 5.1.9) https://github.com/owlcs/owlapi/