pyLODE icon indicating copy to clipboard operation
pyLODE copied to clipboard

Datatypes not documented

Open nicholascar opened this issue 4 years ago • 2 comments

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

nicholascar avatar Jun 17 '21 02:06 nicholascar

Duplicate of #77 Which was itself a revival of #46

dr-shorthair avatar Jun 17 '21 10:06 dr-shorthair