Health-RI / health-ri-metadata

health ri metadata schemas
7 stars 2 forks source link

Fix typo in catalog definition of `dcat:dataset` property #69

Closed kburger closed 6 months ago

kburger commented 7 months ago

https://github.com/Health-RI/health-ri-metadata/blob/fcbba64c6efbd86681793609bafaa361c06b884e/Formalisation(shacl)/Core/PiecesShape/Catalog.ttl#L10-L16

Suggested change:

sh:targetClass dcat:Catalog ; 
  sh:property  
 [ 
    sh:path dcat:dataset ; 
    sh:class dcat:Dataset ; 
    #sh:minCount 0 ; 
  ] ,