@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://data.ordnancesurvey.co.uk/ontology/geometry/> . @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/> . ns0:asGML a owl:DatatypeProperty ; rdfs:comment "This property relates abstract geometry types to a GML (Geographic Markup Language) representation of that geometry. This GML representation is stored as an rdf:XMLLiteral." ; rdfs:domain ns0:AbstractGeometry ; rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/geometry.owl> ; rdfs:label "as GML" ; rdfs:range rdf:XMLLiteral .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://data.ordnancesurvey.co.uk/ontology/geometry/> .
@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/> .

ns0:asGML
    a owl:DatatypeProperty ;
    rdfs:comment "This property relates abstract geometry types to a GML (Geographic Markup Language) representation of that geometry. This GML representation is stored as an rdf:XMLLiteral." ;
    rdfs:domain ns0:AbstractGeometry ;
    rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/geometry.owl> ;
    rdfs:label "as GML" ;
    rdfs:range rdf:XMLLiteral .