@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix oxp: . @prefix rdf: . @prefix rdfs: . @prefix sd: . rdf:Property a rdfs:Class ; rdfs:label "Property" . owl:AnnotationProperty a rdfs:Class ; rdfs:label "AnnotationProperty" . owl:Class a rdfs:Class ; rdfs:label "Class" . owl:InverseFunctionalProperty a rdfs:Class ; rdfs:label "InverseFunctionalProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Old OLIS code" ; foaf:primaryTopic oxp:hasOLISCode . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:first a rdf:Property ; rdfs:label "first" . rdf:rest a rdf:Property ; rdfs:label "rest" . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:domain a rdf:Property ; rdfs:label "domain" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . owl:unionOf a rdf:Property ; rdfs:label "unionOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Old OLIS code" . dc:format "text/n3" ; dcterms:title "Notation3 description of Old OLIS code" . dc:format "text/plain" ; dcterms:title "NTriples description of Old OLIS code" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Old OLIS code" . dc:format "text/turtle" ; dcterms:title "Turtle description of Old OLIS code" . oxp: a owl:Ontology ; rdfs:label "OxPoints ontology" . oxp:hasOLISCode a rdf:Property, owl:AnnotationProperty, owl:InverseFunctionalProperty ; rdfs:label "Old OLIS code" ; rdfs:comment "Code for libraries and call locations as defined by the Bodleian libraries (used pre-July 2011)" ; rdfs:domain [ a owl:Class ; owl:unionOf ( oxp:Library oxp:SubLibrary ) ], [ a owl:Class ; owl:unionOf ( oxp:Library oxp:SubLibrary ) ] ; rdfs:isDefinedBy oxp: . a sd:Graph . oxp:Library a owl:Class ; rdfs:label "library" . oxp:SubLibrary a owl:Class ; rdfs:label "call location" . () a rdf:List ; rdfs:label "nil" . [] a ov:RequestedDocument ; dcterms:source , .