testcases-geosparql.functions.data.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdf4j-geosparql-testsuite Show documentation
Show all versions of rdf4j-geosparql-testsuite Show documentation
Test suite for the GeoSPARQL query language
The newest version!
@prefix rdfs: .
@prefix geo: .
@prefix wkt: .
[] geo:asWKT "POINT (48.8582 2.2945)"^^wkt:wktLiteral;
rdfs:label "Eiffel tower".
[] geo:asWKT "POINT (48.8738 2.2950)"^^wkt:wktLiteral;
rdfs:label "Arc de Triomphe".