@prefix this: <http://purl.org/np/RAsf7pSk-vh2pug1xlzMbvWnDdxDHrV7x2Fg52m6FVz5s> .
@prefix sub: <http://purl.org/np/RAsf7pSk-vh2pug1xlzMbvWnDdxDHrV7x2Fg52m6FVz5s#> .
@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 a fip:FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource-to-be-Developed , fip:Registry ;
    rdfs:comment "EPND is platform and a consortium of multidisciplinary educators, clinicians, researchers, and scientists committed to revolutionising scientific breakthroughs in the effort to diagnose, treat, and prevent neurodegenerative diseases. " ;
    rdfs:label "European Platform for Neurodegenerative Diseases" ;
    rdfs:seeAlso <https://epnd.org/platform/> .
}
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 "hpehOwQVB5xUjawwlWS05vpMh+EKFY/adBLsbbVz8Dhlk3Qc2JXZSvP8NVii6wDmbeHN0gw9zp4o4HOt6TFrLLcmwFlBkXbHcrqeLBH1VB6rsgFfoQuYCKL4jDw+at4UTZ8FnjbHeZuB2NjGS+BV4SY+C96YQ1VXMMJhhFzJjU4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-09-15T11:41:45Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:EPND ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/f1c634a1-a843-4e17-8571-6668b1cf7fab> .
}