Nanopublication

< Home

ID

http://purl.org/np/RA1B4HptVxpt9dwA0FyNwoQPcsublTpGZ1tt4i4G5NBqI

Formats

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

Content

@prefix this: <http://purl.org/np/RA1B4HptVxpt9dwA0FyNwoQPcsublTpGZ1tt4i4G5NBqI> .
@prefix sub: <http://purl.org/np/RA1B4HptVxpt9dwA0FyNwoQPcsublTpGZ1tt4i4G5NBqI#> .
@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 dcat: <https://www.w3.org/ns/dcat#> .
@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 server is used to store nanopublications.";
    fip:declared-by <http://purl.org/np/RAmih19Rf5xYvAgDOrocfgcYfDh7PO1BB3Fg5tvOouGS4#NP_Com>;
    fip:declares-current-use-of <http://purl.org/np/RAHgNhdw0SHzh4shMFkGkKnqEDgSzBP_R-CQFe1P8KW64#NP_MPP>;
    fip:refers-to-question fip:FIP-Question-A2;
    dcat:endDate "2023-12-31"^^xsd:date;
    dcat:startDate "2023-03-17"^^xsd:date .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "HoC5YCWCrwVQsqiW6YL0DNQnEJ8P5+JKQ3UAlzCDF/Y3f1VV7NlsmaB9clJfNuekx5VfzvskEIGt5JRX1qF3zL86E0gPFOcI355pLiSeqox5fFHE//UlnL7QIwaBJVu88pknbaPu/yyUDG+N0+miEqL8fQcvijcdxlWAhhusxhU=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-03-29T03:25:13Z"^^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/4af72af1-a3bd-4f8c-b430-8a4bc436691b> .
}