I do not seem to get a proper output in this situation.
a) input
column in a sql server table with a geometry datatype.
b) mapping
rr:predicateObjectMap [
rr:predicate geo:asWKT;
rr:objectMap [
rr:column "PuntGeometrie";
rr:template "<http://www.opengis.net/def/crs/EPSG/0/31370> {PuntGeometrie}";
rr:termType rr:Literal;
rr:datatype geo:wktLiteral;
]
]
;
Two issues/questions:
a) as a value I get http://www.opengis.net/def/crs/EPSG/0/31370 8A7A0000010CB81E85EB99680241EC51B81E09710841
while I would like to have the translation to WKT strings
(ontop does this)
b) stardog complains about the datatype.
