@prefix this: <https://w3id.org/np/RADN6ELhpLrKKlpo7UaZp0DgNUHhReH2RdmuYn-Dj96_c> .
@prefix sub: <https://w3id.org/np/RADN6ELhpLrKKlpo7UaZp0DgNUHhReH2RdmuYn-Dj96_c/> .
@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 "Arctic Radio-Isotopes SIP: Initial version" ;
    schema:version "0.0.1" ;
    a fip:Semantic-Interoperability-Profile ;
    rdfs:label "Arctic Radio-Isotopes SIP" ;
    fip:declared-by <https://w3id.org/np/RA3yyhMs9owHskPcpdUcooJVkvdi7Bdh3GJPtQzMCbYb8#ARI-FIC> ;
    fip:has-declaration-index <https://w3id.org/np/RALi_I8vx7703MriNC5XIphQUNsXRfdELSfV1IhOt8HE4> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8784-9100 .
}
sub:pubinfo {
  this: dct:created "2025-09-30T21:09:19Z"^^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/e7f4623a-c323-4323-853e-747376c8e860> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "o3j7QQXMU27V7liM48N1wQCnCww0AddNCOsGZj/Wx6PT8EgEjkw57Boy0e736SjIOGxfOJyvlKpEWV2nUorneYl5fNJy7Bif6NWooudH41bQ/1axUaDw+8SGQi7QH06wOFjayC42lxXMg0+b2kCKSbGMaoMB0lO0g1c9y9flq40=" ;
    npx:hasSignatureTarget this: .
}