structuredData.export
Programmatic normalization and transformation of schema.org data.
The export
endpoint will parse, process, validate, and normalize data before exporting its contents into an RDF-compatible graph.
Request
POST /toolkit.v0/structuredData.export
- Form
Response
The response will include a Content-Type
and Content-Disposition
header based on the request's outputProfile
. The response body can be written directly to a file or streamed to a standard parser.
Examples
$ curl https://api.namedgraph.com/toolkit.v0/structuredData.export \
--header @namedgraph-auth-headers.txt \
--form sourceFile=@example.html \
--form outputProfile=turtle