Nanopublication

< Home

ID

https://w3id.org/np/RAraPBUUnLziu7zmD4ylNITTWKtwNFMzwO_DMPHRI9wGU

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAraPBUUnLziu7zmD4ylNITTWKtwNFMzwO_DMPHRI9wGU> .
@prefix sub: <https://w3id.org/np/RAraPBUUnLziu7zmD4ylNITTWKtwNFMzwO_DMPHRI9wGU#> .
@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:ITINERIS_DMP a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource,
      fip:Metadata-preservation-policy;
    rdfs:comment "The ITINERIS Data Management Plan (DMP) defines the policies, practices, and tools adopted to manage data and metadata throughout the entire lifecycle. The DMP establishes common guidelines for all ITINERIS RIs, specifying how scientific data and metadata generated or managed within ITINERIS are collected, described, stored, shared, and published.";
    rdfs:label "ITINERIS Data Management Plan";
    fip:metadata-availability-in-years "" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-9361-8931 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "XhjqvDkYfAKdlDkE1TVfDRp/LpHOa7V51ubklIxhxp44A8p2WQOzHmTBsmY973QDX4d3tlQQQz57ZM+MaFFka9hmIDZ87xTKYteeRCUs4f/gptRKqygTK4Cdq0GTtP2IcnxIrbl0aSHs4IiSaTbhNffGRvUh7BpcGj30JhRbtog=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-07-04T09:30:19Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:ITINERIS_DMP;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/c14fb173-081c-4c8a-a007-6a3399308a16> .
}