@prefix this: <http://purl.org/np/RA5BSUL1kVvbRtJHn7K_ODi1-0haocAtcTk90AHnWetbI> .
@prefix sub: <http://purl.org/np/RA5BSUL1kVvbRtJHn7K_ODi1-0haocAtcTk90AHnWetbI#> .
@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:EMSO-MD-Schema a fip:FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource-to-be-Developed , fip:Metadata-schema ;
    rdfs:comment "EMSO ERIC uses a harmonized metadata schema based on OceanSites specifications, CF and other conventions. The final document is not publicly available yet. The schema is used through different mechanisms such as NetCDF and ERDDAP." ;
    rdfs:label "EMSO Metadata Schema" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0675-6728 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "IbL7NJwpGLuvby++MWZ6wa6g1ziOnsciQ3WPH1nTAZfSf6XfdwH3l6rD8n5l70BSgnKDy5HGYh7LNzqtzWLGG2mZ74j5dDAvukGkUajo2fCrtK3RFNLD9rSB1BxqI4s/zNuVi5UOlnAhYYzPbcSJyuBndmF5gxvuPklA6AC8YX8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-04-25T03:17:36Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:EMSO-MD-Schema ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/b9498a34-bb30-4c50-8b55-858b7d38ef89> .
}