You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graph LR
A((eg:1)) -->|rdf:type| B((geo:Feature))
A -->|skos:prefLabel| C(("feature 1"))
A -->|geo:hasGeometry| D((BlankNode))
D -->|geo:asWKT| E(("POLYGON (...)"))
Loading
I'm stuck on how I would generate a blank node that points to the WKT
Sorry, this is not an issue for the spec. it's a question about how to do things. Please, open it in the proper repository (rml-questions --> discussions)
Say I have the following CSV:
I'm trying to turn this into a geosparql compatible graph. Each row in the CSV would have to look like:
The graph would look like
I'm stuck on how I would generate a blank node that points to the WKT
How would I generate the triple?
<blank_node from objectMap> geo:asWKT "POLYGON(...)"^^geo:wktLiteral ;
The text was updated successfully, but these errors were encountered: