Nanopublication

< Home

ID

http://purl.org/np/RA_B7P5ZhyYLUt8pnYhg51DJm4V_kriCcKu-RKcH-UTcI

Formats

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

Content

@prefix this: <http://purl.org/np/RA_B7P5ZhyYLUt8pnYhg51DJm4V_kriCcKu-RKcH-UTcI> .
@prefix sub: <http://purl.org/np/RA_B7P5ZhyYLUt8pnYhg51DJm4V_kriCcKu-RKcH-UTcI#> .
@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 "eduGAIN has been decided during Danubius-PP.";
    fip:declared-by <http://purl.org/np/RA2DSK-lZtvgsa-U8nifRqbg1eMjXShspatIff11LvCo8#DANUBIUS>;
    fip:declares-planned-use-of <http://purl.org/np/RAF52NKQCturaZMnb88a-BcWcGMVdhQf_9yw0dZt5I1TA#eduGAIN>;
    fip:refers-to-question fip:FIP-Question-A1.2-D;
    dcat:endDate "2021-12-31"^^xsd:date;
    dcat:startDate "2021-01-01"^^xsd:date .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-3342-9140 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "GWOHOObmy/9fFPiW5/HbNW64AwrNoMl4SwHS/AwpesXBlsfGdoyNAuVsX4OVsPAYOgg2CO4cuhn2GOrJUd/SOyLmOKXxYrAi9ILP84+bG5Q0S/gw+N0TNZBeWrYGmrExTp0Vtnjl29kU5TgH/vrC9LeJcpyC6EtseKVXb40Lwd0=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-04-24T18:00:27Z"^^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/f4b6658d-91c1-4427-a940-826e720d54f3> .
}