@prefix this: <http://purl.org/np/RAtN5H4cpEwuR7aswl8wGy3wvgSsSvzDh0TdExr_320i0> .
@prefix sub: <http://purl.org/np/RAtN5H4cpEwuR7aswl8wGy3wvgSsSvzDh0TdExr_320i0#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:EPND-CS1-SHACL-Template a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Semantic-model ;
    rdfs:comment "For the European platform for neurodegenerative diseases, case study 1, a shape constraint laguage template was created that will ensure the interoperability of the data from the participating partners." ;
    rdfs:label "EPND CS1 SHACL Template | Shape constraint language template for EPND Case study 1" ;
    rdfs:seeAlso <https://github.com/MaastrichtU-CDS/EPND-FAIRification/blob/case-study-1/EPNDCS1shacl.ttl> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-3602-1885 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "A/x6s8e8s4L7WpBPK5O+N0TL2tvyK8X5QX8YpDrxDM3m2X9XtNmQ7tRJ+P98avKahIRonS95MDNaUQj+2bBKLX9joLC1QVu1V58I+bPQ9s1kqyz87xCSmjAHxEKtryCfaeu4P00fZZAd9vwrenbb1mFX7gLw3oclI8C7S8i2uIM=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-09-15T11:57:59Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:EPND-CS1-SHACL-Template ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/67dade85-9b2a-4f76-b4ec-a779f15cdf0a> .
}