opengeospatial / SELFIE

Second Environmental Linked Feature Interoperability Experiment
https://opengeospatial.github.io/ELFIE
14 stars 8 forks source link

OWL Time Name Space? #106

Closed dblodgett-usgs closed 4 years ago

dblodgett-usgs commented 4 years ago

Should the namespace time in https://opengeospatial.github.io/ELFIE/contexts/elfie-2/elf-network.jsonld be: https://www.w3.org/TR/owl-time/#time: ?

I'm looking at: https://www.w3.org/TR/owl-time/#time:after and if we want aliases to be like time:after then wouldn't the namespace in the context need to be: https://www.w3.org/TR/owl-time/#time: ?

dr-shorthair commented 4 years ago

The OWL-Time namespace is http://www.w3.org/2006/time#

https://www.w3.org/TR/owl-time/ is the URI for the specification, not the RDF namespace

This is laid out at the top of the spec.

dblodgett-usgs commented 4 years ago

Thanks. There was a mistake in the context... although what you get at the spec is way more useful. Fixed here now: https://github.com/opengeospatial/ELFIE/blob/master/docs/contexts/elfie-2/elf-network.jsonld

dr-shorthair commented 4 years ago

Note, however, that if you want the temporal aggregates, you need to load this graph: https://raw.githubusercontent.com/w3c/sdw/gh-pages/time-aggregates/rdf/time-agg.ttl (same namespace, more features, imports the original)