diff --git a/apis/core/bootstrap/organizations.ts b/apis/core/bootstrap/organizations.ts index 041210ab1..e15685da8 100644 --- a/apis/core/bootstrap/organizations.ts +++ b/apis/core/bootstrap/organizations.ts @@ -139,4 +139,23 @@ export const organizations = turtle` ${cube.observedBy} ; . } + { + + a ${schema.Organization} ; + ${cc.publishGraph} ; + ${cc.namespace} ; + ${schema.dataset} ; + ${rdfs.label} "Federal Administration Training Centre"@en ; + ${rdfs.label} "Ausbildungszentrum der Bundesverwaltung"@de ; + ${rdfs.label} "Centro di formazione dell'Amministrazione federale"@it ; + ${rdfs.label} "Centre de formation de l'administration fédérale"@fr ; + ${dcat.accessURL} ; + ${_void.sparqlEndpoint} ; + ${cube.observedBy} ; + + . +} + + + `