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#

  • GET returns metadata-level triples (dc:title, dc:creator, owl:imports, version annotations) of the source’s graph.

  • POST applies a delta: addedData triples are inserted, removedData triples are deleted.

Files in this directory#

  • info.js

  • metadata.js