@prefix this: <https://w3id.org/np/RA-5UpfyUnwZ0qbzEKdXlnmW2ryzi9BZawQKXLciJz7AM> .
@prefix sub: <https://w3id.org/np/RA-5UpfyUnwZ0qbzEKdXlnmW2ryzi9BZawQKXLciJz7AM/> .
@prefix schema: <http://schema.org/> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:sip dct:description "Climate Adaptation Hub SIP" ;
    schema:version "0.0.1" ;
    a fip:Semantic-Interoperability-Profile ;
    rdfs:label "Climate Adaptation Hub SIP" ;
    fip:declared-by <https://w3id.org/np/RA3vLa9A5pNlpdTiPe2kVSn-kYX1SdDtf6rK_HATIXl8M/Climate_Adaptation_Hub_PT> ;
    fip:has-declaration-index <https://w3id.org/np/RAoob2SWBZSvmeabV4aAa5a9Q1l5kxXmxJwcCy0bPpjHE> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-2104-3187 , orcid:0009-0001-5207-4138 .
}
sub:pubinfo {
  this: dct:created "2025-09-30T21:28:05Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:sip ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/223227a8-2c20-4fa2-8c0d-daff50a18179> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "j3PhNFPR91m3XngAKk33BtUwAxuumAj8E4hsB6byH6I4sQSrhJH+lnLjIJBg7K56lwuCdHFZM4uw3ohk9Fg3OojlhtxP+zjWxPQuEP424DXIE5GFFVfQis65brGvoCZYHWbOzz/pNelztTuiFwM5jme8+YbzA0jR8AlWqQ3T4vw=" ;
    npx:hasSignatureTarget this: .
}