-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbblocks-config.yaml
More file actions
36 lines (31 loc) · 1.8 KB
/
bblocks-config.yaml
File metadata and controls
36 lines (31 loc) · 1.8 KB
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
34
35
36
# A short, descriptive name of this building block collection
name: Open Science Workflows Building Blocks
# Short abstract for this collection (optional)
abstract: |
Building Blocks for FAIR Open Science - profiles of OGC API Processes and various metadata standards to support open, transparent, interoperable and reproducible scientific workflows..
# Description for this collection (optional)
description: |
This repository is initially aimed to support the [Open Science Persistent Demonstrator](https://www.ogc.org/initiatives/open-science/) pilot, but may be further developed as a set of standards with appropriate working group governance.
# Customize the following prefix (will be prepended to the path of the building blocks):
identifier-prefix: ogc.osc.
# List of imports ("default" is an alias for the main OGC Building Blocks Register)
imports:
- default
- https://ogcincubator.github.io/bblocks-ogcapi-records
- https://ogcincubator.github.io/bblocks-ogcapi-processes
- https://ogcincubator.github.io/prov-cwl/
- https://ogcincubator.github.io/bblocks-wf4ever/
- https://ogcincubator.github.io/bblocks-stac
- https://ogcincubator.github.io/cross-domain-model
# 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://defs-dev.opengis.net/fuseki/data
query: https://defs-dev.opengis.net/fuseki/query
resources: # Additional resources to upload apart from building block metadata
ontologies: true # Whether to upload ontology files to the triplestore