document.export
Convert structured data between RDF encodings such as JSON-LD, N-Triples, and Turtle.
The export method parses source content and normalizes the data before re-encoding the dataset into the requested output format.
Request
POST /v1/document.export
Content-Type: multipart/form-data- Form
Examples
curl https://api.schemamarkup.app/v1/document.export \
--form sourceFile=@example.html \
--form format=turtle