@prefix this: <https://w3id.org/np/RAg6p4uJhuov-mC99RXYJAiL558JziFANarQxs4e_22bY> .
@prefix sub: <https://w3id.org/np/RAg6p4uJhuov-mC99RXYJAiL558JziFANarQxs4e_22bY/> .
@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 "CS3 Hamburg Risk Map Article SIP" ;
    schema:version "0.0.1" ;
    a fip:Semantic-Interoperability-Profile ;
    rdfs:label "CS3 Hamburg Risk Map Article SIP" ;
    fip:declared-by <https://w3id.org/np/RAV00u38cxSQd1Wa6SrRQp97Qo4gmXyEg07voXi9dKA0E#HHRiskCom> ;
    fip:has-declaration-index <https://w3id.org/np/RAIFEKAMX-YU4dln9L3esQT4d-nZChDrzLsQ91mWTglig> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-3300-7482 .
}
sub:pubinfo {
  this: dct:created "2025-09-30T22:22:35Z"^^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/f5b8c241-b5e5-4e34-831b-a505f529c5a3> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "GRymQEHaFAql0vo4YAjSxBY8I+JSfKkvS1YHzE0wVy8zkGhQ6bIOIvA13PP4wKJKl5Y6y7m41md1RUhgrcMBW/Tf+DTunXAkwX4VcjJUxiALuYADLEKMUgKShtOlqTD+APJH9WI1Qkt5Ry3iiUjRUGlQJIbh8MCnuJByO+u3ZS4=" ;
    npx:hasSignatureTarget this: .
}