@prefix this: <http://purl.org/np/RAEIQpUpoLwreG268hvsxpNfpmGf1Q60B0Czlz0dejNcw> .
@prefix sub: <http://purl.org/np/RAEIQpUpoLwreG268hvsxpNfpmGf1Q60B0Czlz0dejNcw#> .
@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-Implementation-Community ;
    rdfs:comment "EPND is a consortium of multidisciplinary educators, clinicians, researchers, and scientists committed to revolutionising scientific breakthroughs in the effort to diagnose, treat, and prevent neurodegenerative diseases. The aim of EPND is to establish a collaborative platform that would link up existing European research infrastructures and so speed up the discovery of new biomarkers for neurodegenerative diseases" ;
    rdfs:label "European Platform for Neurodegenerative Diseases" ;
    rdfs:seeAlso <https://epnd.org/> ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/OMIT_0009577> .
}
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 "DHlO/nWKi/si3Kg4+cjfW5GQJ7Hx+GconJa6fqPPPA+TauLZYPOXhyLHH53nGcoM3erQ+91U4vZZCRZnvMDSiXARZopupe1NLW+nAA8O8a0FB3piYFm2rvPAmwn3b9QJg+gaalAJ2N+6IgRBgTX8CUT0SxtHF5DiMwDNmJ79EdA=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-09-07T11:51:11Z"^^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/702d3581-2cc7-4f39-800b-7b5aac9fb532> .
}