Skip to content

Reference

Reference material is information-oriented: technical descriptions of LDE’s machinery, for looking things up.

  • Packages – all @lde/* packages, grouped by lifecycle phase.
  • Decisions (in the sidebar) – the architecture decision records, documenting each significant design choice and its rationale.

Each package has its own reference page documenting its API and options in detail; the packages page links to all of them. All exported APIs additionally carry JSDoc, so your editor shows inline documentation as you use them.

Standards

LDE builds on open standards throughout:

StandardUsage
DCAT-AP 3.0 (EU)Dataset discovery and registry queries
SPARQL 1.1Data transformations, dataset queries and endpoint management
SHACLPer-class sampling (@lde/pipeline-shacl-sampler), validation (@lde/pipeline-shacl-validator) and documentation generation (@lde/docgen)
VoIDStatistical analysis of RDF datasets (@lde/pipeline-void)
RDF/JSInternal data model (N3)
LDES (EU)Event stream consumption and publication (planned)

Released under the MIT License.