Nanopublication

< Home

ID

http://purl.org/np/RACoeXFwRM7iDmgwmUH8eZ58dp_qanxG88KfSP92O_2BI

Formats

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

Content

@prefix this: <http://purl.org/np/RACoeXFwRM7iDmgwmUH8eZ58dp_qanxG88KfSP92O_2BI> .
@prefix sub: <http://purl.org/np/RACoeXFwRM7iDmgwmUH8eZ58dp_qanxG88KfSP92O_2BI#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:IAGOS_MLP a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource,
      fip:Metadata-longevity-plan;
    rdfs:comment "The IAGOS Data Preservation Policy is the IAGOS Data Centre policy on data preservation, including for the designated community of users. This policy generally conforms to the OAIS Reference Model, with additions and alterations that are specific to the data managed by the IAGOS-DC.";
    rdfs:label "IAGOS Data Preservation Policy";
    rdfs:seeAlso <https://services.iagos-data.fr/prod/v2.0/documents/6dacc0b1-fc76-0591-2d57-6edf70628254> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6935-1106 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "HfuzFyv8y05Z3+/DKhHYwTEtsUISjiJSMIMQG7xb/KwaUCouAHg4MxHB84qyMLoqJ8P3lJU/mJg9Ejn7Rqiu2r0Bym0SDxhbU3Zd86vf9S0jEFJpf91VugO1x9c+pQlIaJZdVHqlpaWevSqOUs0agJJxlhHCniX+V0iQPpXJy6E=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2022-01-25T12:56:16Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:IAGOS_MLP;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/80e9f78f-5db2-4ee5-8be0-7fc0afd06177> .
}