We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
@id , @type
@context
NOTES:
The text was updated successfully, but these errors were encountered:
inaturalist.org README.md : update JSON recommendations
42a333e
while writing issue inaturalist/iNaturalistAPI#210
No branches or pull requests
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.
@id , @type
.https://www.w3.org/TR/json-ld/#modifying-behavior-with-link-relationships
or simply add an
@context
key in the JSON.NOTES:
The text was updated successfully, but these errors were encountered: