Nanopublication

< Home

ID

http://purl.org/np/RADuvWIjLdzE0sdaIahvAwXWuxXSXdn1l5BLsismrfatM

Formats

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

Content

@prefix this: <http://purl.org/np/RADuvWIjLdzE0sdaIahvAwXWuxXSXdn1l5BLsismrfatM> .
@prefix sub: <http://purl.org/np/RADuvWIjLdzE0sdaIahvAwXWuxXSXdn1l5BLsismrfatM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:declaration a fip:FIP-Declaration;
    fip:considerations "This is used to indexed data locally and expose them on the data access portal. Filters and facets are based on elements of this schema.";
    fip:declared-by <http://purl.org/np/RAQufjbWqPyxaNoGCLug_9nTbCXSTo2ADgEmN3BVPBNe0#sios>;
    fip:declares-planned-use-of <http://purl.org/np/RA8MByMCMvU3Oo039tuQP-LvlDs-HkBM1bC2BllOAgnzg#DIF>;
    fip:refers-to-question fip:FIP-Question-F2 .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-5221-1377 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "QX5SpSfeyF2KCYUR5GrqvlweaJNQgG2+1dsgNzlRTrOYIVMIlO+7u7NK0Nxw83fUgYFCZq6BK36clu3a1IbDVAsGl5V3ysjuh8T07zUxRrzF0y25ZVYrUKlUg7dLwUSwssa7W9y+0rgo1j1w4KW6VD7FtGlRrKpTje5ip3SiRws=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2022-02-20T12:58:41Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/e92cf38b-6140-4135-a996-a8cbf9a6a240> .
}