opengeospatial / ogc-geosparql

Public Repository for the OGC GeoSPARQL Standards Working Group
71 stars 19 forks source link

Addressing Issue 447 #448

Closed nicholascar closed 7 months ago

nicholascar commented 7 months ago

Closes #447

I think @wouterbeek is correct so adopting his suggestions.

Also, I think it's wrong to expect UoM to be specified as an xsd:anyURI literal given UoM specification is usually like this

:some-length [
    qudt:value "350" ;
    qudt: unit <https://qudt.org/vocab/unit/KiloM> ;  # kilometres
] ;

where an IRI, not a URL literal, is used, so I have changes all units to rdfs:Resource too.