File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments