@prefix this: <https://w3id.org/np/RAQR6VTk0kWplEQgXwPzhmp6A3gFvBAfGxhyDHBWuGcWU> .
@prefix sub: <https://w3id.org/np/RAQR6VTk0kWplEQgXwPzhmp6A3gFvBAfGxhyDHBWuGcWU#> .
@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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:FLUXNET a fip:FAIR-Implementation-Community , fip:Mature-Community ;
    rdfs:comment "FLUXNET is an international “network of networks,” tying together regional networks of earth system scientists. FLUXNET scientists use the eddy covariance technique to measure the cycling of carbon, water, and energy between the biosphere and atmosphere. Scientists use these data to better understand ecosystem functioning, and to detect trends in climate, greenhouse gases, and air pollution." ;
    rdfs:label "FLUXNET | Community of FLUXNET " ;
    rdfs:seeAlso <https://fluxnet.org/> ;
    fip:has-description-source <https://fluxnet.org/about/> ;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_331559> , <http://aims.fao.org/aos/agrovoc/c_4318> , <http://aims.fao.org/aos/agrovoc/c_5963> , <http://aims.fao.org/aos/agrovoc/c_694> , <http://aims.fao.org/aos/agrovoc/c_92381> , <http://purl.obolibrary.org/obo/OMIT_0026615> .
}
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 "iJsD29XZkwVDpjTVVHL29ColQuMDv2gKM6MTB7bFJiuJ+qLzn1agE400cDJRPtXEBCMJXzybyLuvljV9aRp7takklQqmWDW5P0KbwBbltjLz1y0dN2dllZ+xlEG17HJBRPeUQRQIGXC7ZmwtnTJhNJf1+iDOPMYjB1bVOkqF+jo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-02-08T16:34:28Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:FLUXNET ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/00b1a174-7ea1-4544-a9f2-126f0aeb7eab> .
}