Open Data API · v0
graph API
Read-only graph endpoints, backed by the Scientific Data Engine.
POST/api/v0/graph/sparql
PlannedA SPARQL 1.1 query endpoint over the graph's RDF. Architecture-ready: the JSON-LD/RDF export is live at /data/graph.jsonld and loads into any triple store today; a hosted SPARQL service is not yet available. No live endpoint is advertised.
Returns
SPARQL results (planned)
POST/api/v0/graph/graphql
PlannedA GraphQL endpoint over the same typed graph. Architecture-ready: the schema maps onto the graph and the REST API delivers the same data today; the resolver layer is not yet served.
Returns
GraphQL results (planned)