Skip to content

Commit

Permalink
feat: added FATC
Browse files Browse the repository at this point in the history
Jean-Luc needs this organization
  • Loading branch information
CDiGallo committed Mar 6, 2024
1 parent dd4cba3 commit 438ecd0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions apis/core/bootstrap/organizations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,23 @@ export const organizations = turtle`
${cube.observedBy} <https://ld.admin.ch/office/VII.1.3> ;
.
}
<organization/fatc> {
<organization/fatc>
a ${schema.Organization} ;
${cc.publishGraph} <https://lindas.admin.ch/fatc/cube> ;
${cc.namespace} <https://education.ld.admin.ch/fatc/> ;
${schema.dataset} <https://education.ld.admin.ch/.well-known/void> ;
${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} <https://education.ld.admin.ch/sparql> ;
${_void.sparqlEndpoint} <https://education.ld.admin.ch/query> ;
${cube.observedBy} <https://ld.admin.ch/office/V.1.4> ;
.
}
`

0 comments on commit 438ecd0

Please sign in to comment.