@prefix this: <https://w3id.org/np/RAJ1gZb4ys1b5MfRAKhDas5Xq2QZR9t160MmUtfOnrnFU> .
@prefix sub: <https://w3id.org/np/RAJ1gZb4ys1b5MfRAKhDas5Xq2QZR9t160MmUtfOnrnFU#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ConnectivityHub <http://schema.org/url> <https://connectivity-hub.weadapt.org/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:Domain-Specific-Registry , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "The Connectivity Hub is a Registry for the Climate Change Adaptation Vocabulary/Taxonomy." ;
    rdfs:label "Connectivity Hub" ;
    fip:targets <https://w3id.org/gff/rao/terms/Semantic-Artefact> .
}
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 "MdPdk9n7RJNIKn7N2LOQvAX4/kLnbgcPc0+kLXKTmtIApCIdxIby53Aqmua4+eFARsf+xCJ79Rlh0LG5fg7yvPYyG97/KSDdLBk59m+p6qAWY35FtBTI8ptuqBAHjDHZUpQEZaQ870psgLbZHfzrzE1OSHFThUCI8Narb7decko=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-27T14:28:50Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ConnectivityHub ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/84d61fba-18b9-4f0a-8a72-bb53191f2de8> .
}