We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@prefix geo: <https://www.opengis.net/ont/geosparql#> . ... geo:asWKT "MULTIPOINT Z((-10443.56550743269 11257.269568646563 4750.0), (-765.7077325990435 19602.768600278832 8750.0))" . inst:site_dcc21c97-50da-4175-a378-18eb5fe23e07 <http://www.opengis.net/ont/geosparql#hasGeometry> <urn:bot:geom:pt:dcc21c97-50da-4175-a378-18eb5fe23e07> ; rdf:type <http://www.opengis.net/ont/geosparql#Feature>.
@prefix geo:
geo:asWKT
hasGeometry
Feature
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@prefix geo:
and thusgeo:asWKT
use wrong namespace: should be http not httpshasGeometry
andFeature
) use correct namespace, but a long URL since there's no prefix for itThe text was updated successfully, but these errors were encountered: