Nanopublication

< Home

ID

https://w3id.org/np/RAd18YTjrT-1zNc8NcLWGDzyWMAUwqJybPqmjX3ZkP2EU

Formats

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

Content

@prefix this: <https://w3id.org/np/RAd18YTjrT-1zNc8NcLWGDzyWMAUwqJybPqmjX3ZkP2EU> .
@prefix sub: <https://w3id.org/np/RAd18YTjrT-1zNc8NcLWGDzyWMAUwqJybPqmjX3ZkP2EU/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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:agroecologypartnership-dmp a fip:Available-FAIR-Supporting-Resource, fip:Domain-Specific-FAIR-Supporting-Resource,
      fip:FAIR-Enabling-Resource, fip:Metadata-preservation-policy;
    <http://schema.org/url> <https://doi.org/10.5281/zenodo.20831841>;
    rdfs:comment "The Data Management Plan (DMP) of the European partnership AGROECOLOGY outlines strategies and procedures for managing all types of research outputs and data assets  generated and reused throughout the partnership&#39;s lifecycle, ensuring  adherence to Horizon Europe guidelines. The document clarifies all administrative and technical concerns related to data involved in the  whole project lifecycle. It emphasizes data quality, accessibility, and  long-term preservation, covering data collection, storage, sharing, and  preservation practices while addressing legal, ethical, and security  considerations. This DMP aims to provide comprehensive  guidelines for preserving data and other research outputs collected or  generated during the partnership&#39;s implementation by consortium members  and provide a strategy to promote the adoption of these general  guidelines for the transnational research projects funded by the  partnership. Effective data management practices, including accurate  data recording, metadata documentation, and secure storage and  dissemination of results, will be performed to ensure safe and reliable data preservation.";
    rdfs:label "AGROECOLOGY Partnership Data Management Plan";
    skos:closeMatch <https://www.agroecologypartnership.eu>;
    fip:has-description-source <https://doi.org/10.5281/zenodo.20832661>;
    fip:in-scope-of <http://aims.fao.org/aos/agrovoc/c_92381>;
    fip:metadata-availability-in-years "" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-0535-7677;
    prov:wasDerivedFrom <https://www.agroecologypartnership.eu> .
}

sub:pubinfo {
  this: dct:created "2026-06-24T15:39:42Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:agroecologypartnership-dmp;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/dc180897-def7-4b60-acaf-3ed4ed58ecc2> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "KZp7cwcns1tbvkxaX0ZSIfDagd8eN7pTHwry2fdvi1WkAagQBW8H8Fj7rZ+SXoRRjgc97XE88Qk31Rpb1DkD5G20TOshU+6jxmkxJsRIttrR94U6ukAd7ZvbgBjcM4/OKo/9sj53T0siCOy7C3CYS7oJwzCoOxw5FZqNHToBdao=";
    npx:hasSignatureTarget this: .
}