@prefix this: <https://w3id.org/np/RAEBCiUOQwErtQNXrFChuWOVThnNWOS7IXXhcbmiKPeNs> .
@prefix sub: <https://w3id.org/np/RAEBCiUOQwErtQNXrFChuWOVThnNWOS7IXXhcbmiKPeNs#> .
@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_metadata_specifications <http://schema.org/url> <https://github.com/emso-eric/emso-metadata-specifications> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-schema ;
    rdfs:comment "EMSO Metadata Specifications, which define how datasets should be structured to be compliant with EMSO's data policy. The specifications apply to both NetCDF files and datasets served through ERDDAP." ;
    rdfs:label " emso metadata specifications" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-7895-0650 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "MosfuRl3THXRl1VsEYn4WE2srco31yZpIbzsBgUR8P0NPg4rFY2tvqxSJZr1au5oSReb5bOexRe8P6lYpfM3Oc05hLG2xEkYVYAF4CuOUd4QUrftnHE9nwiWNrCLcrChGcnxD137oLYWukArKs4Un2/KcOle0yoLCvtqoI2B0DY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-02-17T18:01:57Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:emso_metadata_specifications ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d7148997-ee29-446b-95f6-b89b9d80ecd6> .
}