@prefix this: <https://w3id.org/np/RAZFP4PBhxyLUPcsrxvsTSD-8tf7lta64bUDp0PfSZUjU> .
@prefix sub: <https://w3id.org/np/RAZFP4PBhxyLUPcsrxvsTSD-8tf7lta64bUDp0PfSZUjU#> .
@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 dcat: <https://www.w3.org/ns/dcat#> .
@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 "IAGOS FIP 2022: This is the FIP of IAGOS (representing the choices made in 2022)." ;
    a fip:FAIR-Implementation-Profile ;
    rdfs:label "IAGOS FIP 2022" ;
    fip:declared-by <http://purl.org/np/RAVCCWaHwMAe8CuM8TPZmbV-Bcjh2Ddn85MP-gDCBDRQg#iagos> ;
    fip:has-declaration-index <https://w3id.org/np/RAXJztQqYZ2jWIp0eigFVVLkUhyi115gdp-kWaPpuCtvc> ;
    dcat:endDate "2023-03-10"^^xsd:date ;
    dcat:startDate "2022-01-01"^^xsd:date .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6935-1106 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "MbpBkEA+Jd5oAkBLmNAy99wfg/wpEw9Ky5y2oTUm05MSwzlcI+DZwe2KdccAnGrLpwuHpwf3sojU4HwDVLhEHaRDso3cBo8e3tojN9Rlx4HY9oFFMTrxxuh2XHXfy4XgjFiJbJibUBbBnwHgIJytD5Suu0x3/S9eZEDNy6dbwQ4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-01-22T19:23:38Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:fip ;
    npx:supersedes <http://purl.org/np/RABE9g2WxoAyVhoZ7hGR7dBP-jskkxrhef_fsR-bue9UQ> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/db6e823d-bb82-4802-b2aa-2e160c87455c> .
}