@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns0: <http://data.ordnancesurvey.co.uk/id/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.ordnancesurvey.co.uk/ontology/> . <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> dc:contributor "John Goodwin" ; dc:creator "Ordnance Survey" ; dc:description "An ontology describing basic spatial relations." ; dc:title "Spatial Relations Ontology"@en ; dct:creator ns0:ordnancesurvey ; dct:publisher ns0:ordnancesurvey ; a owl:NamedIndividual, owl:Ontology, owl:Thing ; rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/spatialrelations.owl> ; rdfs:label "Spatial Relations Ontology" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns0: <http://data.ordnancesurvey.co.uk/id/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.ordnancesurvey.co.uk/ontology/> .

<http://data.ordnancesurvey.co.uk/ontology/spatialrelations/>
    dc:contributor "John Goodwin" ;
    dc:creator "Ordnance Survey" ;
    dc:description "An ontology describing basic spatial relations." ;
    dc:title "Spatial Relations Ontology"@en ;
    dct:creator ns0:ordnancesurvey ;
    dct:publisher ns0:ordnancesurvey ;
    a owl:NamedIndividual, owl:Ontology, owl:Thing ;
    rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/spatialrelations.owl> ;
    rdfs:label "Spatial Relations Ontology" .