Nanopublication

< Home

ID

https://w3id.org/np/RAJNY8UnLOj2FO0x55BYlp_AilxrYyLJpAzmmK6zb_WhM

Formats

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

Content

@prefix this: <https://w3id.org/np/RAJNY8UnLOj2FO0x55BYlp_AilxrYyLJpAzmmK6zb_WhM> .
@prefix sub: <https://w3id.org/np/RAJNY8UnLOj2FO0x55BYlp_AilxrYyLJpAzmmK6zb_WhM/> .
@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:agroecologypartnership a fip:Emerging-Community, fip:FAIR-Implementation-Community;
    rdfs:comment "The AGROECOLOGY Partnership, funded by Horizon Europe, unites the European Commission and 111 partners across 31 Member States, Associated Countries, and Third Countries. The Partnership will support an agriculture sector that is fit to meet the targets and challenges of climate change, biodiversity loss, food security and sovereignty, and the environment, while ensuring a profitable and attractive activity for farmers.";
    rdfs:label "AGROECOLOGY Partnership";
    rdfs:seeAlso <https://www.agroecologypartnership.eu>;
    fip:has-description-source <https://www.agroecologypartnership.eu/en/about>;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_92381> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-0535-7677 .
}

sub:pubinfo {
  this: dct:created "2026-06-23T11:20:43Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:agroecologypartnership;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/c77520be-b7d9-4260-acc5-60003ead2989> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "DqfW8uYdo1kiUkgLRnajBtjLERp6j0t3AsQfkGq2Mfu8AzQehNyu9au+jO75YuvlVATFhSt6QNP+9wbK2eUfWiI6kiBEt6BQz/J7GUCpQIdnFhpmXoQNY6BoUSNbei+TtrBLkCdJ9Nd18/CjxCbaSxIUaYVAIBMqelJidU+lAJY=";
    npx:hasSignatureTarget this: .
}