@prefix this: <https://w3id.org/np/RAbvbJsH4Kq2R1wYbeTUY-vdF4L8G-VnkocCsDKBTP63U> .
@prefix sub: <https://w3id.org/np/RAbvbJsH4Kq2R1wYbeTUY-vdF4L8G-VnkocCsDKBTP63U#> .
@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:NOAA-GML-GRAD-Aerosol a fip:FAIR-Implementation-Community ;
    rdfs:comment "GRAD-Aerosols is the sub-group handling global surface aerosol measurements." ;
    rdfs:label "National Oceanic & Atmospheric Administration, Global Monitoring Laboratory, Global Radiation Aerosols and Clouds, Aerosol Group" ;
    rdfs:seeAlso <https://gml.noaa.gov/aero/> ;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_694> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-4727-5410 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "MpfoASTJ7L/Ofzz54BL4YL+0ecDx9TG3aY4ucTZyXJOHTIBVQSfnqHU5wDsnsJj1UdlvjpHaqGAibvZHDSixwQ49g0VS7GW6H5St3L8UMtMpXh1cD89I0IyFLWvCqLVf2JZXyJ0DqBM5GZbnW10nIPLgABeIkF8y3BdWoIk7Y4Y=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-09-06T18:22:20Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:NOAA-GML-GRAD-Aerosol ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/59322bc2-9d2e-40b6-ab9e-90dec62628f2> .
}