Skip to content
Snippets Groups Projects
Commit b7ee7dda authored by Baptiste Toulemonde's avatar Baptiste Toulemonde
Browse files

Merge branch 'chore/update-to-1.12.0' into 'master'

fix

See merge request !5
parents 6edf7de1 5a6802fe
No related branches found
No related tags found
1 merge request!5fix
Pipeline #291 canceled
@prefix : <http://fairdatapoint.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix r3d: <http://www.re3data.org/schema/3-0#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
:repoNavShape a sh:NodeShape ;
sh:targetClass r3d:Repository ;
sh:property [
sh:path r3d:dataCatalog ;
sh:node :catNavShape ;
] .
:catNavShape a sh:NodeShape ;
sh:targetClass dcat:Catalog ;
sh:property [
sh:path dcat:dataset ;
sh:node :datasetNavShape ;
] ;
sh:property [
sh:path dct:isPartOf ;
sh:node :repoNavShape ;
] .
:datasetNavShape a sh:NodeShape ;
sh:targetClass dcat:Dataset ;
sh:property [
sh:path dcat:distribution ;
sh:node :distNavShape ;
] ;
sh:property [
sh:path dct:isPartOf ;
sh:node :catNavShape ;
] .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment