Graph#
Overview#
Read-only and patch endpoints for graph-level metadata, used by the UI before/while displaying a source’s content.
Modules#
1. info.js#
Returns { graph, graphSize } after a single COUNT(*) SPARQL query. Aggregates imported graphs when withImports=true.
2. metadata.js#
GETreturns metadata-level triples (dc:title,dc:creator,owl:imports, version annotations) of the source’s graph.POSTapplies a delta:addedDatatriples are inserted,removedDatatriples are deleted.
Files in this directory#
info.jsmetadata.js