Nanopublication

< Home

ID

https://w3id.org/np/RA5beZRz_eDBGd7y-i9OdhZsrvW-FS6DBcnJsa7wIDXK0

Formats

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

Content

@prefix this: <https://w3id.org/np/RA5beZRz_eDBGd7y-i9OdhZsrvW-FS6DBcnJsa7wIDXK0> .
@prefix sub: <https://w3id.org/np/RA5beZRz_eDBGd7y-i9OdhZsrvW-FS6DBcnJsa7wIDXK0#> .
@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:WeAdapt-Platform a fip:Available-FAIR-Supporting-Resource, fip:Domain-Specific-Registry,
      fip:FAIR-Enabling-Resource, fip:Registry;
    <http://schema.org/url> <https://weadapt.org/>;
    rdfs:comment """weADAPT is a dynamic, collaborative space for knowledge exchange on climate change adaptation issues. It allows practitioners, researchers, students, planners and decision-makers at all levels to discover high-quality information, contribute their knowledge and connect with one another.

  It is designed to facilitate learning, knowledge exchange and collaboration to build a growing community of research, policy and practice on adaptation issues while developing policy-relevant tools and guidance for adaptation planning and decision making.""";
    rdfs:label "WeAdapt-Platform";
    fip:has-description-source <https://weadapt.org/about-weadapt/>;
    fip:targets <https://w3id.org/gff/rao/terms/Article>, <https://w3id.org/gff/rao/terms/Method>,
      <https://w3id.org/gff/rao/terms/Project>, <https://w3id.org/gff/rao/terms/Training>,
      <https://w3id.org/gff/rao/terms/Video> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8649-4213 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "DMwWLYSgSmCC1prLxFL2iMh59xvg6tieGuSx9kl2kIR/QKH83UioC+lZJPNyMaw6lIUCKZykMr6Tv5A3VAG1BIvFkq9gS/y1taFKyPX7Cosa0qS8G9fCCuiHhTLJ2c7vkdY3SLN6cp+vzooFnOtOie+y7sZNw1jqQqcva9OtYE4=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-06-27T14:13:10Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:WeAdapt-Platform;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/f830318e-50cc-42c6-9364-9b5a4f4b468c> .
}