Skip to content

Instantly share code, notes, and snippets.

@jorol
Forked from namedgraph/conneg test.md
Created December 8, 2021 15:37
Show Gist options
  • Save jorol/22521e313b534a31c4e3912ba1e77f66 to your computer and use it in GitHub Desktop.
Save jorol/22521e313b534a31c4e3912ba1e77f66 to your computer and use it in GitHub Desktop.
SBB Linked Data

Returns Turtle:

curl -L -i https://ld.zdb-services.de/data/organisations/DE-1a -H "Accept: text/turtle"

Returns HTML:

curl -L -i https://ld.zdb-services.de/data/organisations/DE-1a -H "Accept: application/rdf+xml;q=0.8,application/n-triples;q=0.9,application/trix;q=0.8,application/ld+json;q=0.8,text/shaclc;q=0.8,application/rdf+thrift,text/turtle;q=0.8,text/rdf+n3;q=0.8,application/rdf+json;q=0.8,application/sparql-results+xml,application/sparql-results+json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment