-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathowners.yaml
More file actions
66 lines (60 loc) · 2.27 KB
/
Copy pathowners.yaml
File metadata and controls
66 lines (60 loc) · 2.27 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Owner identity registry for dataset-api.
#
# Maps the short alias strings used in governance.yaml `ownership` blocks to
# canonical machine-readable identifiers and rich metadata.
#
# This file is loaded at API startup (OWNERS_YAML_PATH setting, default ./owners.yaml)
# and used by:
# - the DCAT-AP formatter to inline foaf:Agent nodes in GET /catalogue responses
# - the export-governance CLI to resolve publisher_uri and rights_holder_uri
# (pass via --owners flag or place alongside each governance.yaml)
#
# Fields
# ------
# id : alias matching the `name` field in governance.yaml ownership blocks
# type : Schema.org type CURIE — emitted alongside foaf:Organization in JSON-LD
# common values: schema:Corporation, schema:GovernmentOrganization,
# schema:ResearchOrganization, schema:NGO, schema:Project
# name : human-readable display name (foaf:name in DCAT output)
# did : did:web: URI — set once the owner operates a dataspace connector;
# takes priority over url as the canonical @id
# url : canonical homepage URI (foaf:homepage in DCAT output)
#
# No personal data (e-mail, phone) is stored here.
owners:
- id: example_dso
type: schema:Corporation
name: Example Distribution Network Operator
url: https://example.org
organization:
create: true # creates a keycloak organization
role: dso
aliases: [dso] # from open-source pipelines
- id: example_rec
type: schema:NGO
name: Example REC
url: https://example.com
organization:
create: true # creates a keycloak organization
role: rec
aliases: [rec] # open-source pipelines (rec_it, rec_metering, rec_flexibility) use "rec" as a generic owner placeholder
- id: spxl
type: schema:Corporation
name: Spindox Labs srl
url: https://spindoxlabs.com/en
# did: did:web:provider.dataspaces.localhost # uncomment after onboarding
organization:
create: true
role: org
- id: celine
type: schema:ResearchOrganization
name: CELINE Consortium
url: https://celine-eu.github.io
- id: dwd
type: schema:GovernmentOrganization
name: Deutscher Wetterdienst
url: https://www.dwd.de
- id: openstreetmap
type: schema:NGO
name: OpenStreetMap Foundation
url: https://osmfoundation.org