@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.opengis.net/ont/geosparql#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.opengis.net/ont/sf#> . ns0:asWKT a owl:DatatypeProperty ; rdfs:comment "The WKT serialization of a geometry."@en ; rdfs:domain ns1:Geometry ; rdfs:isDefinedBy "http://www.opengis.net/ont/geosparql#asWKT" ; rdfs:label "asWKT" ; rdfs:range ns1:WktLiteral ; rdfs:seeAlso "http://www.opengis.net/ont/geosparql#asWKT" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.opengis.net/ont/sf#> .

ns0:asWKT
    a owl:DatatypeProperty ;
    rdfs:comment "The WKT serialization of a geometry."@en ;
    rdfs:domain ns1:Geometry ;
    rdfs:isDefinedBy "http://www.opengis.net/ont/geosparql#asWKT" ;
    rdfs:label "asWKT" ;
    rdfs:range ns1:WktLiteral ;
    rdfs:seeAlso "http://www.opengis.net/ont/geosparql#asWKT" .