@prefix this: <https://w3id.org/np/RAgSNbki1k3dc8Yogr2q3srk3f19gYwLmo8fWV6BS369Q> .
@prefix sub: <https://w3id.org/np/RAgSNbki1k3dc8Yogr2q3srk3f19gYwLmo8fWV6BS369Q/> .
@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:ATTO-Community a fip:FAIR-Implementation-Community , fip:Mature-Community ;
    rdfs:comment "The Amazon Tall Tower Observatory (ATTO) is a joint German-Brazilian project that was first initiated in 2008 and centers around a research site in the Amazon rainforest in Brazil. With ATTO, our main goal is to further our understanding of the Amazon rainforest and its interaction with the soil beneath and the atmosphere above." ;
    rdfs:label "The Amazonian Tall Tower Observatory - ATTO Community" ;
    rdfs:seeAlso <https://www.attoproject.org> ;
    fip:has-description-source <https://www.attoproject.org/about-atto/atto-basics/> ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/OMIT_0026615> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6968-8275 .
}
sub:pubinfo {
  this: dct:created "2025-11-10T13:45:02Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ATTO-Community ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a1237c60-f523-44db-b1f9-1584dc3f93f9> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Er7l0PWf+CSam3RX9qkJwuNAMtJEJzThhxFiyW3xcBr2KWR/cFlzZeV712bUDJQE7+KVLH2q3eIFoOcRPUdfmrh0oyGjCU49Uepzv+rfUxZ3OKoz1IkWa/hGnpdn1XC6KSGWrRlUVmpHTCIt59p/o8hYynO0jRwpRqB/cvae9vY=" ;
    npx:hasSignatureTarget this: .
}