@prefix oadns: . @prefix catalogues: . @prefix contact: . @prefix terms: . @prefix vs: . @prefix vocopart: . @prefix oactxt: . @prefix vocupper: . @prefix foaf: . @prefix xml: . @prefix rdf: . @prefix core: . @prefix model: . @prefix dul: . @prefix xsd: . @prefix wgs84_pos: . @prefix owl: . @prefix leo: . @prefix : . @prefix vochoa: . @prefix dc: . @prefix rdfs: . @prefix skos: . @base . rdf:type owl:Ontology ; dc:description """Umbrella ontology for OpenART. See http://dlib.york.ac.uk/ontologies and http://dlib.york.ac.uk/data for more details.""" ; dc:title "The OpenART Ontology" ; owl:imports , , , , , , ; owl:versionIRI . ################################################################# # # Annotation properties # ################################################################# skos:prefLabel rdf:type owl:AnnotationProperty . vs:term_status rdf:type owl:AnnotationProperty . skos:definition rdf:type owl:AnnotationProperty . dul:isRoleDefinedIn rdf:type owl:AnnotationProperty . ################################################################# # # Datatypes # ################################################################# ### http://www.w3.org/2001/XMLSchema#date xsd:date rdf:type rdfs:Datatype . ################################################################# # # Object Properties # ################################################################# ### http://www.loa-cnr.it/ontologies/DUL.owl#isRoleDefinedIn dul:isRoleDefinedIn rdf:type owl:ObjectProperty . ################################################################# # # Classes # ################################################################# ### http://dlib.york.ac.uk/ontologies/openart#AnnotationProperty :AnnotationProperty rdf:type owl:Class . ### http://dlib.york.ac.uk/ontologies/openart#Class :Class rdf:type owl:Class . ### http://www.loa-cnr.it/ontologies/DUL.owl#Collection dul:Collection rdf:type owl:Class . ### http://www.loa-cnr.it/ontologies/DUL.owl#Description dul:Description rdf:type owl:Class . ### http://www.loa-cnr.it/ontologies/DUL.owl#Narrative dul:Narrative rdf:type owl:Class . ### http://www.loa-cnr.it/ontologies/DUL.owl#Role dul:Role rdf:type owl:Class . ################################################################# # # Individuals # ################################################################# ### http://purl.org/dc/elements/1.1/date dc:date rdf:type :AnnotationProperty , owl:NamedIndividual . ### http://purl.org/dc/elements/1.1/description dc:description rdf:type :AnnotationProperty , owl:NamedIndividual . ### http://purl.org/dc/elements/1.1/title dc:title rdf:type :AnnotationProperty , owl:NamedIndividual . ### http://purl.org/dc/terms/identifier terms:identifier rdf:type :AnnotationProperty , owl:NamedIndividual . ### http://www.w3.org/2003/01/geo/wgs84_pos#Point wgs84_pos:Point rdf:type :Class , owl:NamedIndividual . ### http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing wgs84_pos:SpatialThing rdf:type :Class , owl:NamedIndividual . ### http://www.w3.org/2003/06/sw-vocab-status/ns#term_status vs:term_status rdf:type :AnnotationProperty , owl:NamedIndividual . ### http://www.w3.org/2004/02/skos/core#definition skos:definition rdf:type :AnnotationProperty , owl:NamedIndividual . ### http://www.w3.org/2004/02/skos/core#prefLabel skos:prefLabel rdf:type :AnnotationProperty , owl:NamedIndividual . ### http://www.w3.org/2004/02/skos/core#scopeNote skos:scopeNote rdf:type :AnnotationProperty , owl:NamedIndividual . ### http://xmlns.com/foaf/0.1/Person foaf:Person rdf:type :Class , owl:NamedIndividual . ### http://xmlns.com/foaf/0.1/based_near foaf:based_near rdf:type :AnnotationProperty , owl:NamedIndividual . ### Generated by the OWL API (version 3.2.2.1789) http://owlapi.sourceforge.net