opengeospatial / SELFIE

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

Finish list of contexts in ELFIE repository. #83

Closed dblodgett-usgs closed 4 years ago

dblodgett-usgs commented 4 years ago

Need to finish this: https://github.com/opengeospatial/ELFIE/blob/master/docs/contexts/elfie-2/readme.md Contexts themselves also need a little clean up.

dblodgett-usgs commented 4 years ago

Should we also migrate the geosparql elf-network? https://opengeospatial.github.io/ELFIE/json-ld/elf-network.jsonld

dblodgett-usgs commented 4 years ago

I'm working through this issue over here: https://github.com/opengeospatial/ELFIE/pull/225/files

Am unsure what the correct formatting for the void context should be.

Instead of:

{
    "@context": {
        "void": "http://rdfs.org/ns/void#",
        "Dataset": {
            "@id": "void:Dataset"
        }
}

Should it be like:

{
    "@context": {
        "void": "http://rdfs.org/ns/void#",
        "Dataset": "void:Dataset"
}

Also, unsure what we meant by the task schema:about in elf-data. I think we were just going to drop it, right?

dblodgett-usgs commented 4 years ago

One other item -- there are a few other contexts in ELFIE-1. Thinking I will pull them into the ELFIE-2 list to get everything in one place. Any dissent to doing this? sosa, tsml, skos, and soilie are the candidates.

abhritchie commented 4 years ago

https://github.com/opengeospatial/SELFIE/issues/83#issuecomment-592257148: yes, second option.

alpha-beta-soup commented 4 years ago

Aren't those two options in https://github.com/opengeospatial/SELFIE/issues/83#issuecomment-592257148 identical?

abhritchie commented 4 years ago

In terms of how a JSON-LD parser would deal with them: yes. In terms of style: no.

abhritchie commented 4 years ago

Why use a style? Because some users may not (or will refuse to) use JSON-LD tools. A style keeps paths to values consistent. Always @context.${key} not a mix of that or @context.${key}.@id.

dblodgett-usgs commented 4 years ago

OK -- I think I have this in https://github.com/opengeospatial/ELFIE/pull/226

Will go ahead and merge so we can look at it in the wild: https://opengeospatial.github.io/ELFIE/contexts/elfie-2/