Skip to content
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

RDF LOD export (a.k.a. Semantic Web) #210

Open
jmvanel opened this issue Sep 7, 2020 · 0 comments
Open

RDF LOD export (a.k.a. Semantic Web) #210

jmvanel opened this issue Sep 7, 2020 · 0 comments

Comments

@jmvanel
Copy link

jmvanel commented Sep 7, 2020

I started mapping the inaturalist JSON to standard LOD vocabularies in this project, using the JSON-LD technique (see also https://json-ld.org/ ), which provides a LOD "reading grid" for the plain JSON data:
https://github.com/jmvanel/rdf-convert/tree/master/inaturalist.org

To make things smoother technically, there are a few things that you could do.

  • The more annoying is that most id's in your JSON are integers; it would be more convenient for JSON-LD tools if they were strings.
  • Also, you could add new JSON-LD keys in the API : @id , @type .
  • After that, you could expose the JSON-LD side of your JSON URL's by one of the ways here:
    https://www.w3.org/TR/json-ld/#modifying-behavior-with-link-relationships
    or simply add an @context key in the JSON.

NOTES:

jmvanel added a commit to jmvanel/rdf-convert that referenced this issue Sep 7, 2020
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

1 participant