@prefix dc1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:EPND-CS1-Cedar-WB-Template a , fip:FAIR-Enabling-Resource,
fip:Semantic-model;
;
;
rdfs:comment "Metadata template for datasets participating in Case Study 1 of the European Platform for Neurodegenerative diseases. ";
rdfs:label "EPND CS1 Cedar Workbench Template | Metadata template for Case Study 1 of the EPND platform";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion dc1:creator orcid:0000-0003-3602-1885 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "NHdmAxMO1jKHqRkJQXmpMgQWUJx5w3JxL/Zj4s/k/YuR6avrDCvTpHJGY9TAXqTxR/FM5npYdZDNBNfYniVtZbzoiU88WYTVw67yMNUNiF9csG2I1bpPrIOjSEA2Q8vgWvGz2u/ZLFo80gt/BG6u3s3Pr5NjIIoBF3VWvigwt5g=";
npx:hasSignatureTarget this: .
this: dc1:created "2023-02-14T08:43:23Z"^^xsd:dateTime;
dc1:creator ;
dc1:license ;
npx:introduces sub:EPND-CS1-Cedar-WB-Template;
npx:supersedes ;
prov:wasDerivedFrom .
}