Skip to content

Commit 9af72e9

Browse files
authored
Enable push to SPARQL
1 parent d4bfa86 commit 9af72e9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

bblocks-config.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ schema-oas30-downcompile: False
2929
# Authentication can be set through the sparql_username and sparql_password GitHub Workflow inputs
3030
# (see .github/workflow/process-bblocks.yml)
3131
#
32-
# sparql:
33-
# push: https://example.com/gsp # SPARQL Graph Store Protocol endpoint for uploading data
34-
# graph: https://my.bblocks.example.com/ # SPARQL Graph where data will be uploaded
35-
# # if left empty, the base URL for the publication will be used
36-
# query: https://example.com/sparql # SPARQL query endpoint where data will be available
37-
# resources: # Additional resources to upload apart from building block metadata
38-
# ontologies: true # Whether to upload ontology files to the triplestore
32+
sparql:
33+
push: https://defs-dev.opengis.net/fuseki/data
34+
query: https://defs-dev.opengis.net/fuseki/query
35+
resources: # Additional resources to upload apart from building block metadata
36+
ontologies: true # Whether to upload ontology files to the triplestore

0 commit comments

Comments
 (0)