Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 726 Bytes

RDF.md

File metadata and controls

15 lines (8 loc) · 726 Bytes

RDF

Resource Description Framework (RDF) is a standard model for data interchange on the Web. Read more: https://www.w3.org/RDF/

The bSDD has a feature that returns data in RDF format, but it's currently in PREVIEW status.

The following API's support returning data in RDF:

  • /api/Classification/v3

You can request output in RDF-xml format by adding an HTTP header with key "Accept" and value "application/rdf+xml".

You can request output in turtle format by adding an HTTP header with key "Accept" and value "text/turtle" of "application/x-turtle".

How to get output in turtle format