-
Notifications
You must be signed in to change notification settings - Fork 1
/
bblocks-config.yaml
33 lines (27 loc) · 1.47 KB
/
bblocks-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# A short, descriptive name of this building block collection
name: My OGC Building Blocks repository
# Short abstract for this collection (optional)
abstract: |
This is an example text for the abstract. It should be short and to the point.
A "Tell me more" link will appear if there is an additional description with a longer explanation.
# Description for this collection (optional)
description: |
The description can be longer. Both **the abstract** *and the description* support Markdown,
including [links](https://google.es).
# Customize the following prefix (will be prepended to the path of the building blocks):
identifier-prefix: ogc.bbr.template.
# List of imports ("default" is an alias for the main OGC Building Blocks Register)
imports:
- default
# Whether to enable the (highly experimental) downcompiling of JSON schemas to an OpenAPI 3.0-compatible
# version
schema-oas30-downcompile: False
# SPARQL configuration (optional)
# Authentication can be set through the sparql_username and sparql_password GitHub Workflow inputs
# (see .github/workflow/process-bblocks.yml)
#
# sparql:
# push: https://example.com/gsp # SPARQL Graph Store Protocol endpoint for uploading data
# graph: https://my.bblocks.example.com/ # SPARQL Graph where data will be uploaded
# # if left empty, the base URL for the publication will be used
# query: https://example.com/sparql # SPARQL query endpoint where data will be available