@prefix this: <https://w3id.org/np/RAp4oMxMT1mZnVn6X0GbQDUNUMGLpScdYsrP3V4avv2lw> .
@prefix sub: <https://w3id.org/np/RAp4oMxMT1mZnVn6X0GbQDUNUMGLpScdYsrP3V4avv2lw#> .
@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:PerNeuroCard a fip:Emerging-Community , fip:FAIR-Implementation-Community ;
    rdfs:comment "PerNeuroCard is Projet of collecting for furhter reuse already recorded EEG and ECG from a network of world neurophysiology and university clinic labs for further reanalysing for research purposes." ;
    rdfs:label "Neuro-Biomarkers Community" ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/NCIT_C16910> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-9162-987X .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "kmV1+/W29cZMikHwB7f79geEMBCU5Ft8YBhIO0sAtHlIkdsiy6Fs80b5hUh9+KdLIrmPc7cak85nS2WLfHtKZ9vIpMuLgPRVmJQG2oqQKZARDZxp+TdsbuIDUqeev3aiT13rNuyjnoOJRuiFEpIXG2Hge2IFVHkUa34gwxyiIwg=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-05-20T14:31:44Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:PerNeuroCard ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/3e6b58c8-6b97-41de-88ea-fe5d77f016cd> .
}