http://www.opengis.net/ont/geosparql#asWKT
The WKT serialization of a Geometry.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| geo:Geometry | geo:asWKT | geo:wktLiteral |
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
geo:asWKT a rdf:Property,
owl:DatatypeProperty ;
rdfs:domain geo:Geometry ;
rdfs:isDefinedBy geo: ;
rdfs:range geo:wktLiteral ;
rdfs:subPropertyOf geo:hasSerialization ;
skos:definition "The WKT serialization of a Geometry."@en ;
skos:prefLabel "as WKT"@en .