Nanopublication

< Home

ID

https://w3id.org/np/RAfvygdFt0IH_gLq-qnpMf0Wv21s4yuS4ASGPSLul2aG4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAfvygdFt0IH_gLq-qnpMf0Wv21s4yuS4ASGPSLul2aG4> .
@prefix sub: <https://w3id.org/np/RAfvygdFt0IH_gLq-qnpMf0Wv21s4yuS4ASGPSLul2aG4/> .
@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:Water4All a fip:FAIR-Implementation-Community, fip:Mature-Community;
    rdfs:comment "The Water4All Partnership -Water Security for the planet- is a funding programme for scientific research in freshwater. It aims to tackle water challenges to face climate change, help to achieve the United Nations’ Sustainable Development Goals and boost the EU’s competitiveness and growth. It is co-funded by the European Union within the frame of the Horizon Europe programme (a key funding programme for research and innovation). The Partnership duration is for seven years from 2022. ";
    rdfs:label "Water4All Partnership - Water Security for the planet";
    rdfs:seeAlso <https://www.water4all-partnership.eu>;
    fip:has-description-source <https://www.water4all-partnership.eu/>;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_11669>, <http://aims.fao.org/aos/agrovoc/c_3731>,
      <http://aims.fao.org/aos/agrovoc/c_4343>, <http://aims.fao.org/aos/agrovoc/c_8320>,
      <http://edamontology.org/topic_3573>, <http://www.fairsharing.org/ontology/subject/SRAO_0000203> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0009-0009-3640-3024 .
}

sub:pubinfo {
  this: dct:created "2026-05-22T07:38:47Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:Water4All;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/4e6e40dd-9760-4324-bb0b-bcd2ac00597b> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "HC+cVcdd0vGauF13SNGeod/Slpr0UARXr//iC4LDtgzNuM+IPEVKmXIQb4na93SsAntRvxxSVMwaCS9TOkSjtB+tO8BYoowDHPbuacyzefSjSjLzIQUbMJ589QO+SZseZ6UpsRlrTfCYWI51YwT9KqD2Yjp5kF71RBPo7PWQsv8=";
    npx:hasSignatureTarget this: .
}