Packages

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

Current section

Files

Jump to
gno priv manifest_template qlever.ttl
Raw

priv/manifest_template/qlever.ttl

@prefix gno: <https://w3id.org/gno#> .
@prefix gnoa: <https://w3id.org/gno/store/adapter/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
<Qlever> a gnoa:Qlever
; gno:storeEndpointScheme "http"
; gno:storeEndpointHost "localhost"
; gno:storeEndpointPort 7001
; gnoa:qleverAccessToken "your-access-token"
.