University of Oxford

Open Data about the University of Oxford

data.ox.ac.uk

beta

SPARQL (Public store)

Results

Query took 0.00 seconds to complete.

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
  <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#type">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label>type</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:nodeID="N6bb4720834274905962c3981014d4cd2">
    <rdf:type rdf:resource="http://open.vocab.org/terms/RequestedDocument"/>
  </rdf:Description>
</rdf:RDF>

Query

When checked, common prefix declarations are prepended to your query. (show)

SPARQL query used to generate this page

  • PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX oo: <http://purl.org/openorg/> PREFIX vacancy: <http://purl.org/openorg/vacancy/> PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX oo: <http://purl.org/openorg/> PREFIX vacancy: <http://purl.org/openorg/vacancy/> DESCRIBE <https://data.ox.ac.uk/id/vacancy/110973> ?basedNear ?contact ?formalOrganization ?furtherParticulars ?organizationPart ?salary { { <https://data.ox.ac.uk/id/vacancy/110973> oo:organizationPart ?organizationPart } UNION { <https://data.ox.ac.uk/id/vacancy/110973> foaf:based_near ?basedNear } UNION { <https://data.ox.ac.uk/id/vacancy/110973> vacancy:salary ?salary } UNION { <https://data.ox.ac.uk/id/vacancy/110973> oo:formalOrganization ?formalOrganization } UNION { <https://data.ox.ac.uk/id/vacancy/110973> oo:contact ?contact } UNION { <https://data.ox.ac.uk/id/vacancy/110973> vacancy:furtherParticulars ?furtherParticulars } }