@prefix this: <https://w3id.org/np/RAA2jOqFBCiT0QVfCVdFCsE9xxtQjYlgdHZHvovpENrK4> .
@prefix sub: <https://w3id.org/np/RAA2jOqFBCiT0QVfCVdFCsE9xxtQjYlgdHZHvovpENrK4/> .
@prefix schema: <https://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:fip dct:description "test" ;
    a fip:FAIR-Implementation-Profile ;
    rdfs:label "test" ;
    schema:version "0.0.1" ;
    fip:declared-by <https://w3id.org/np/RAWLQ_uds-TB5oPeMRjAoEzQ4iYu_WXRe-VwX7fzNK5DU#GFF> ;
    fip:has-declaration-index <https://w3id.org/np/RATX24EP77gZlv5dBh90vAI7PlpGIAdFnlwFtM388xi_o> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  this: dct:created "2026-01-15T13:50:38Z"^^xsd:dateTime ;
    dct:creator <https://fip.preview.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:fip ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/85dfbc20-ad31-4781-9dad-8df11de2bd16> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "M/6IWSMoqKc85ftAOqHcF+KVEWH61U7fyTWfYp9FU5sLccH58EZLY8e3O7lsF1Ri05KtyQpliHdRLZSD76sqnwRbPhzcho5gQgFpj+AjFFg0ChXVk8YKHIv552qCAvgYyY+6LhTbx4oQkLoybj6Xjq09ugRjDewX8OVqQakO5yc=" ;
    npx:hasSignatureTarget this: .
}