Für Entwickler

Strukturierte Daten

Bionomia data are exposed as csv or JSON-LD documents on publicly shared profile pages. Individual occurrence records are exposed as JSON-LD documents. Attributions and claims are shared as frictionless data packages for every dataset.

User Data from a Public Profile
Basic User Profile
https://api.bionomia.net/0000-0001-7618-5230.jsonld
https://api.bionomia.net/Q1035.jsonld

Where 0000-0001-7618-5230 is a user's ORCID identifier, https://orcid.org/0000-0001-7618-5230

Specimens
https://api.bionomia.net/0000-0001-7618-5230/specimens.csv
https://api.bionomia.net/0000-0001-7618-5230/specimens.jsonld

Where 0000-0001-7618-5230 is a user's ORCID identifier, https://orcid.org/0000-0001-7618-5230

https://api.bionomia.net/Q1035/specimens.csv
https://api.bionomia.net/Q1035/specimens.jsonld

Where Q1035 is a user's Wikidata Q number, http://www.wikidata.org/entity/Q1035

Content Negotiation for JSON-LD of a User
curl -LH "Accept: application/ld+json" "https://de.bionomia.net/0000-0001-7618-5230"
Occurrence Record for JSON-LD Using a gbifID
https://api.bionomia.net/occurrence/477976412.jsonld

Where /occurrence/477976412 is that provided by the Global Biodiversity Information Facility (GBIF), https://gbif.org/occurrence/477976412. This same service is used in two browser extensions.

Content Negotiation for JSON-LD of an Occurrence Record Using a gbifID
curl -LH "Accept: application/ld+json" "https://de.bionomia.net/occurrence/477976412"