Packages

A unified Elixir API for managing RDF data in SPARQL triple stores.

Current section

Files

Jump to
gno priv manifest_template graph_db.ttl
Raw

priv/manifest_template/graph_db.ttl

@prefix gno: <https://w3id.org/gno#> .
@prefix gnoa: <https://w3id.org/gno/store/adapter/> .
<GraphDB> a gnoa:GraphDB
; gno:storeEndpointScheme "http"
; gno:storeEndpointHost "localhost"
; gno:storeEndpointPort 7200
; gno:storeEndpointDataset "name-of-the-repository"
.