Skip to content

Resources for testing netCDF-LD #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jyucsiro opened this issue Oct 11, 2016 · 4 comments
Open

Resources for testing netCDF-LD #1

jyucsiro opened this issue Oct 11, 2016 · 4 comments

Comments

@jyucsiro
Copy link
Contributor

jyucsiro commented Oct 11, 2016

Tools and software libraries are being developed to support exploring the design and usage of netCDF-LD. We want a set of resources that we can use to help with this for the purposes of having curated examples. These will likely be:

  • RDF vocabularies/collections
  • netCDF (and HDF) files examples with candidate netCDF-LD encodings
  • Deployed services to access resources, e.g. triple stores/vocabulary services and registries

a) Are there any of these existing resources we can leverage as exemplars or test cases?
b) Do we need to find alternate homes for them?
c) Do we need to stand up any infrastructure to host the example resources for testing? (e.g. triple stores)

@jyucsiro
Copy link
Contributor Author

Could we use URIs minted by NVS or MMI for CF terms to create a set of netcdf-LD examples?
e.g. for sea_surface_skin_temperature - http://vocab.nerc.ac.uk/collection/P07/current/CFV9N2/ or http://mmisw.org/ont/cf/parameter/sea_surface_skin_temperature

This assumes access to the definitions via those services without having to host any files/services for those examples.

@adamml
Copy link

adamml commented Oct 11, 2016

If we choose to go the NVS route, there is a URL using the Standard Name which is a bit cleaner, I'll dig it out later

@adamml
Copy link

adamml commented Oct 11, 2016

OK - the full CF standard names list is available through NVS at

http://vocab.nerc.ac.uk/standard_name/

Similarly, a single standard name can be accessed as

http://vocab.nerc.ac.uk/standard_name/{standard_name}/

e.g.

http://vocab.nerc.ac.uk/standard_name/acoustic_signal_roundtrip_travel_time_in_sea_water/

@jyucsiro
Copy link
Contributor Author

jyucsiro commented Oct 24, 2016

Ok thanks Adam. It could be interesting to explore parsing netcdf(-LD) headers with CF standard names and then providing a discovery layers.

A while ago, an ELDA interface was setup to query NVS via SPARQL.

The following call allows rendering of the content as JSON:
http://auscope-services-test.arrc.csiro.au/elda-demo/nerc/resource.json?uri=http://vocab.nerc.ac.uk/standard_name/acoustic_signal_roundtrip_travel_time_in_sea_water/

Potentially could use this as an alternative to parsing RDF/XML. In some cases like web frontends, this could be advantageous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants