@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.ordnancesurvey.co.uk/ontology/> . @prefix ns2: <http://data.ordnancesurvey.co.uk/ontology/geometry/> . ns0:oneKMGridReference a owl:ObjectProperty ; rdfs:comment "The National Grid reference identifying the km square in which the name falls." ; rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/spatialrelations.owl> ; rdfs:label "1km Grid Reference" ; rdfs:range <http://data.ordnancesurvey.co.uk/ontology/geometry/1kmGridSquare> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.ordnancesurvey.co.uk/ontology/> .
@prefix ns2: <http://data.ordnancesurvey.co.uk/ontology/geometry/> .

ns0:oneKMGridReference
    a owl:ObjectProperty ;
    rdfs:comment "The National Grid reference identifying the km square in which the name falls." ;
    rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/spatialrelations.owl> ;
    rdfs:label "1km Grid Reference" ;
    rdfs:range <http://data.ordnancesurvey.co.uk/ontology/geometry/1kmGridSquare> .