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
It turns out that there is a rdf:JSON datatype introduced in the JSON-LD 1.1 revision. So I think we will only need to add asGeoJSON, which is essentially just a modified clone of asWKT etc.
However, rdf:JSON would not disambiguate between GeoJSON and Schema.org (which is usually serialized as JSON).
Since the GeoJSON-LD is essentially RDF, the property is an owl:ObjectProperty, thus the property should link to the top node of the GeoJSON-LD file. In the two other cases, the properties are owl:DatatypeProperty and should link to a string in an RDF literal containing the entire JSON.
Add
asGeoJSON
(datatype property) andgeoJSONLiteral
(datatype) to support popular geometry encodingThe text was updated successfully, but these errors were encountered: