generated from opengeospatial/bblock-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbblocks-config.yaml
29 lines (23 loc) · 1.52 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
# A short, descriptive name of this building block collection
name: OGC API Records
# Short abstract for this collection (optional)
abstract: |
[Building Blocks](https://ogcincubator.github.io/bblocks-docs/) for OGC API Records, components and extensions
# Description for this collection (optional)
description: |
A set of Building Blocks to allow reuse, testing and documentation of elements and extensions of OGC API Records. Declares and validates conformance with the OGC API Features (and inherits OGC API Common) baseline.
These elements are re-used by the [STAC](](https://ogcincubator.github.io/bblocks-stac/) and [GeoDCAT implementation](../geodcat-ogc-api-records), binding Records schemas to DCAT and GeoDCAT ontologies.
identifier-prefix: ogc.api.records.
# List of imports ("default" is an alias for the main OGC Building Blocks Register)
imports:
- default
- https://ogcincubator.github.io/bblocks-ogcapi-features/build/register.json
# 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