Closed nicholascar closed 1 year 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
xsd:anyURI
: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.
rdfs:Resource
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 thiswhere an IRI, not a URL literal, is used, so I have changes all units to
rdfs:Resource
too.