@prefix oo: . @prefix cc: . @prefix void: . @prefix rdf: . @prefix wdrs: . @prefix skos: . @prefix dcterms: . @prefix rdfs: . @prefix dcat: . @prefix foaf: . a foaf:Document , ; dcterms:created "2023-07-12T13:05:38+01:00"^^ ; dcterms:license ; dcterms:modified "2024-03-22T09:59:53+00:00"^^ ; void:inDataset , . a void:Dataset , dcat:Dataset ; rdfs:label "OxPoints"@en ; cc:attributionName "University of Oxford"@en ; cc:attributionURL ; cc:license ; dcterms:conformsTo oo:opendata-5-star ; dcterms:description "OxPoints is the University's geospatial, temporal and organisational RDF store.\n\nOxPoints aims to contain information about most political and built entities within the University, including college, department, building and rooms." ; dcterms:license ; dcterms:publisher ; dcterms:rightsHolder ; dcterms:title "OxPoints"@en ; oo:contact [ a foaf:Agent ; foaf:mbox ; foaf:name "Oxford University Computing Services" ] ; oo:exampleQuery [ rdf:value "prefix dcterms: \nprefix oxp: \nSELECT ?division (count(?building) as ?number_of_buildings) WHERE {\n ?division a oxp:Division .\n ?building a oxp:Building ;\n dcterms:isPartOf*/^oxp:occupies/dcterms:isPartOf* ?division\n } GROUP BY ?division" ; rdfs:comment "" ; rdfs:label "Number of buildings occupied per division" ] ; oo:exampleQuery [ rdf:value "prefix dc: \nprefix dcterms: \nprefix oxp: \nSELECT ?department ?building WHERE {\n ?department a oxp:Department ;\n dcterms:isPartOf+ ;\n oxp:primaryPlace/dcterms:isPartOf* ?building .\n ?building a oxp:Building .\n} ORDER BY ?label" ; rdfs:comment "" ; rdfs:label "Departments in the MPLS division and their primary locations" ] ; void:exampleResource , , , , , ; void:vocabulary , dcterms: , foaf: , skos: , , , ; skos:notation "oxpoints"^^ , "oxpoints"^^ ; wdrs:describedby ; foaf:homepage . dcat:dataset . a foaf:Document ; dcterms:license ; void:inDataset .