@prefix schema: <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAkNdNDIPRP8rDzvRPuXZMoeOishBzVaI2KX7ypcawOyQ> .
@prefix sub: <http://purl.org/np/RAkNdNDIPRP8rDzvRPuXZMoeOishBzVaI2KX7ypcawOyQ#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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-Desc schema:url <https://github.com/MaastrichtU-CDS/EPND-FAIRification/> ;
    <http://usefulinc.com/ns/doap#implements> <https://raw.githubusercontent.com/MaastrichtU-CDS/EPND-FAIRification/main/EPNDCS1shacl.ttl> ;
    a <fip:Available-FAIR-Enabling-Resource> , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "For the European platform for neurodegenerative diseases (EPND), case study 1, a shape constraint laguage description was created that will ensure the interoperability of the data from the participating partners." ;
    rdfs:label "EPND CS1 SHACL Description | Shape constraint language description for EPND Case study 1" ;
    rdfs:seeAlso <https://www.w3.org/TR/shacl/> .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0003-3602-1885 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "NXCJUmB67PvwV6cXO/EVa554SEr/jsu0bnPTleFy9Gvbh8suMgiAcYEs7BumJ/QZpvaFf60Rj6UUPgMMw85EZR4d9uTDuUDWDZPbZdVyPDpkKyFRCbV7bak9V4FkXgKce7/UiA4z9Q+LDSi+YV58XTuNhie2Vf8N+GRrbAnp4KY=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-02-14T08:47:03Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:EPND-CS1-SHACL-Desc ;
    npx:supersedes <http://purl.org/np/RA-vHm4C7KLT-hX31pf-4WtBVvvCawnJbscP_bfe8O_p4> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/67dade85-9b2a-4f76-b4ec-a779f15cdf0a> .
}