Skip to content

Instantly share code, notes, and snippets.

@namedgraph
Created December 8, 2021 15:08
Show Gist options
  • Save namedgraph/6f138152579f1fc793a23f6696b5ee81 to your computer and use it in GitHub Desktop.
Save namedgraph/6f138152579f1fc793a23f6696b5ee81 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