pyLODE
pyLODE copied to clipboard
Datatypes not documented
The GeoSPARQL 1.1 Ontology defines custom datatypes such as:
:auspixDggsLiteral
a rdfs:Datatype ;
rdfs:subClassOf :dggsLiteral ;
rdfs:isDefinedBy geosparql: , geosparql-spec: ;
rdfs:seeAlso "https://github.com/GeoscienceAustralia/AusPIX_DGGS"^^xsd:anyURI ;
skos:definition """A textual serialization of an AusPix Discrete Global Grid System (DGGS) geometry object."""@en ;
skos:example """ "OrdinateList (R3234)"^^geo:auspixDggsLiteral""" ;
skos:scopeNote "This datatype is to be used only for a specific DGGS implementation - AusPix. Other DGGS implementations should declare their own datatypes." ;
skos:prefLabel "AusPIX DGGS Literal"@en ;
.
But pyLODE doesn't know anything about Datatypes, see the rendering of this ontology: https://opengeospatial.github.io/ogc-geosparql/geosparql11/index.html
Duplicate of #77 Which was itself a revival of #46