Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Latest commit

 

History

History
4 lines (3 loc) · 503 Bytes

rdf-database.md

File metadata and controls

4 lines (3 loc) · 503 Bytes

RDF database

Omnia Backend embeds an RDF database where devices' metadata (the Environment they belong to, their affordances, etc.) are stored. It's implemented using the omnia-network/ic-oxigraph library.

A SPARQL endpoint is available through both the Backend canister's HTTPS endpoint and the candid methods executeRdfDbQuery and executeRdfDbQueryAsUpdate.