Nanopublication

< Home

ID

http://purl.org/np/RAWbYIW8zt3iKV0RFusbwz3yq5zCoKeJ2n31msNe953ms

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix dc1: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAWbYIW8zt3iKV0RFusbwz3yq5zCoKeJ2n31msNe953ms> .
@prefix sub: <http://purl.org/np/RAWbYIW8zt3iKV0RFusbwz3yq5zCoKeJ2n31msNe953ms#> .
@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: 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:Available-FAIR-Enabling-Resource>, fip:FAIR-Enabling-Resource,
      fip:Semantic-model;
    <http://schema.org/url> <https://cedar.metadatacenter.org/>;
    <http://usefulinc.com/ns/doap#implements> <https://raw.githubusercontent.com/MaastrichtU-CDS/EPND-FAIRification/main/EPNDCS1_FIP/cedar_dataset.json>;
    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 <https://metadatacenter.org/> .
}

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 <https://fip-wizard.ds-wizard.org>;
    dc1:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:EPND-CS1-Cedar-WB-Template;
    npx:supersedes <http://purl.org/np/RAZ9V-CWtrTNy4DbpA1C464Tg1s4CLth7Z5PdjVNce-pg>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/064e21b4-08a1-426d-bd63-abad31594bca> .
}