@prefix this: <http://purl.org/np/RA06MWUasZj64aV6Q2lDRmW5NB-T1c6C_qnYPAqvpKM3Y> .
@prefix sub: <http://purl.org/np/RA06MWUasZj64aV6Q2lDRmW5NB-T1c6C_qnYPAqvpKM3Y#> .
@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:COVID19-data-portal <http://schema.org/url> <https://covid19initiatives.health-ri.nl/p/ProjectOverview> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "The COVID-19 metadata and data-portal exposes in a human-readable format the machine-actionable metadata that are produced with the M4M metadata forms for COVID-19 projects and their assets (data, services, etc). The portal is part of the Dutch COVID-19 Data Support Programme at Health-RI, which supports investigators and health care professionals with tools and services in their search for ways to overcome the pandemic and its health consequences. " ;
    rdfs:label "COVID-19 metadata and data portal" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-3710-3188 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "hcPHRHQkJwjvsgB3lsUk9ckDLHZVPA6wn2VvAOgS9JABYEPRmzSo4NQFOvCFs3FTAf9oXriPbhQjIhGfySLKMpm+nwo0HBTYNSMJzfpnSq7sjOaSVRB36UAJ1mDr9vNufBiX55q6YN+76d1H5u2B8QjddgZb/bxtD2RqIlsqoHQ=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-01-15T19:49:50Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:COVID19-data-portal ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/149497d0-e07e-4ab7-b00f-c3035548b992> .
}