@prefix this: <https://w3id.org/np/RARY_VInGI7YDyHC2khPJmxBSQ0yOo9llslx8CVMpAEAE> .
@prefix sub: <https://w3id.org/np/RARY_VInGI7YDyHC2khPJmxBSQ0yOo9llslx8CVMpAEAE#> .
@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 "Copy of ADVANCE FIP: This is the FAIR Implementation profile of the ADVANCE project within the scope of the Helmholtz Metadata Collaboraion" ;
    a fip:FAIR-Implementation-Profile ;
    rdfs:label "Copy of ADVANCE FIP" ;
    fip:declared-by <http://purl.org/np/RAJQgJPARxw22R9sFLB8zJZCArPAYJhArut0cRC-uGQqQ#ADVANCE> ;
    fip:has-declaration-index <https://w3id.org/np/RAOMOpKRuTdXCiBfmVTeDf8ksos2wd5v32Voje5B4vDFo> ;
    dcat:endDate "2050-12-31"^^xsd:date ;
    dcat:startDate "2021-09-01"^^xsd:date .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6968-8275 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "nXB2F0mftE+gFfR5h2xLWSyHg/3kICe/Re4Vv3znPdC6+Rydk+Yt5cZHKRe9zzhSLGvD6mRZ0DDhS0Q/I7pik+blffuU2qDX13fDTlCEu6xuPUt5oim6h5meBCu0CRVg1nme2jVmCKgjSGu0oJFDKy2uEW4ZamgGSP2ZFzjvsf8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-03-10T09:53:30Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:fip ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d8be995e-be12-44b8-ad32-3e883c328277> .
}