@prefix this: <https://w3id.org/np/RAHaO1f4iQAyhrhgYcV3iK-4EZwrqNInAl9Q2E7oztwhA> .
@prefix sub: <https://w3id.org/np/RAHaO1f4iQAyhrhgYcV3iK-4EZwrqNInAl9Q2E7oztwhA#> .
@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 "FLUXNET FIP: Fair Implementation Profile for the global network of eddy covariance stations FLUXNET " ;
    a fip:FAIR-Implementation-Profile ;
    rdfs:label "FLUXNET FIP" ;
    schema:version "0.0.1" ;
    fip:declared-by <https://w3id.org/np/RAQR6VTk0kWplEQgXwPzhmp6A3gFvBAfGxhyDHBWuGcWU#FLUXNET> ;
    fip:has-declaration-index <https://w3id.org/np/RAMDoDkGvaqOE7MOnPOtX_QvxKkJzF34xorxBfattdPAo> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-2950-8911 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "GS3iTw2PYLKDxcWkJxgH+PIqUZ6ytciNQ16SiHjH0A1bd1V6nHsE317oHHhiZ5+XmRVgBSra4rgFq9Co0PBw0+sk2oO/UuVEmqyc65AApmov1sZ/E9Toold3IjNJAsZFhoVfUrxBFAd24QHmBUKjoRvqFIAtK1DSLdWgwHPsRlw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-02-13T14:05:12Z"^^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/6b2df8b2-f129-42be-9456-451904ce3bb2> .
}