@prefix this: <http://purl.org/np/RAm-dPD2ACG4DgiL8dqinm2Se-ztJ-BlXWK10887O1Hfg> .
@prefix sub: <http://purl.org/np/RAm-dPD2ACG4DgiL8dqinm2Se-ztJ-BlXWK10887O1Hfg#> .
@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:GEOMS a fip:Available-FAIR-Enabling-Resource , fip:Data-schema , fip:FAIR-Enabling-Resource , fip:Metadata-schema ;
    rdfs:comment "GEOMS is a metadata standard used for archiving data from groundbased networks, like the Network for the Detection of Atmospheric Composition Change (NDACC), and for using this kind of data for the validation of NASA and ESA satellite data." ;
    rdfs:label "Generic Earth Observation Metadata Standard" ;
    rdfs:seeAlso <https://evdc.esa.int/documentation/geoms/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8911-7253 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "PtoZtUIl8B0CR16M7POgI3NF906ROz7wl/jZUAqPMz912Mg7RFMnpMjaDDXPKwPmrJ7x6exihxc7UskSEHeG44XlUxFtV1Jr4zm3igVuMFnXvJx/Vujo1aA0II14HKmSCaoy7gvnGT4c2LZ2Am6Rd40CIGNiDBRtUBbiBfaTN1o=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-01-28T08:17:37Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:GEOMS ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/5b9fab0a-fd63-4509-b9c4-de9a4886d6df> .
}