@prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/date rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#definition rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#hasTopConcept rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#inScheme rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#notation rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### 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 . ################################################################# # Individuals ################################################################# ### https://w3id.org/transmodel/kos/organisations/organisation-type rdf:type owl:NamedIndividual , ; "Adolfo Antón Bravo (OEG - Universidad Politécnica de Madrid)"@es ; "2019-12-03"@es ; "Enumeration of Types of Organisations"@en ; "Allowed values for day type"@en , "Types of Organisations"@en ; "Enumeration of Types of Organisations"@en ; , , , , , , , , ; "organisation-type" . ### https://w3id.org/transmodel/kos/organisations/organisation-type/authority rdf:type owl:NamedIndividual , ; ; "authority" . ### https://w3id.org/transmodel/kos/organisations/organisation-type/facility-operator rdf:type owl:NamedIndividual , ; ; "facility-operator" . ### https://w3id.org/transmodel/kos/organisations/organisation-type/other rdf:type owl:NamedIndividual , ; ; "other" . ### https://w3id.org/transmodel/kos/organisations/organisation-type/rail-freight-opreator rdf:type owl:NamedIndividual , ; ; "rail-freight-operator" . ### https://w3id.org/transmodel/kos/organisations/organisation-type/rail-operator rdf:type owl:NamedIndividual , ; ; "rail-operator" . ### https://w3id.org/transmodel/kos/organisations/organisation-type/retail-consortium rdf:type owl:NamedIndividual , ; ; "retail-consortium" . ### https://w3id.org/transmodel/kos/organisations/organisation-type/serviced-organisation rdf:type owl:NamedIndividual , ; ; "serviced-organisation" . ### https://w3id.org/transmodel/kos/organisations/organisation-type/statutory-body rdf:type owl:NamedIndividual , ; ; "statutory-body" . ### https://w3id.org/transmodel/kos/organisations/organisation-type/travel-agency rdf:type owl:NamedIndividual , ; ; "travel-agency" . ### Generated by the OWL API (version 5.1.9) https://github.com/owlcs/owlapi/