@prefix this: <https://w3id.org/np/RAyoG0i7gYqSinNNYncjaRLJWrG_NdfaYO0m0ECRB6Tp4> .
@prefix sub: <https://w3id.org/np/RAyoG0i7gYqSinNNYncjaRLJWrG_NdfaYO0m0ECRB6Tp4#> .
@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 {
  <http://purl.org/np/RA5BSUL1kVvbRtJHn7K_ODi1-0haocAtcTk90AHnWetbI#EMSO-MD-Schema> dct:creator <http://purl.org/np/RAigW2GWJ5T5odcCltjA6iWxKT-xIdvKE_aThDdgbcZzA#EMSO> ;
    <http://schema.org/url> <https://github.com/emso-eric/emso-metadata-specifications> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , 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 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 "juqI3QnK32nabOtESGVwppzBsmn63p90Qj8vdKIbZJGIQJtE7eH2iwGSf6YH9xMMGvB398CcholR0FaqB4dTQzTQd5KluWBPsx/kirNQpnkmoYOjBVbWv7LyEsz2ITVKI1Yj8YUejsJ1JOccUxjpnjvyrJ59vddVs0FvD49LCzQ=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-02T15:59:28Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <http://purl.org/np/RA5BSUL1kVvbRtJHn7K_ODi1-0haocAtcTk90AHnWetbI#EMSO-MD-Schema> ;
    npx:supersedes <http://purl.org/np/RA5BSUL1kVvbRtJHn7K_ODi1-0haocAtcTk90AHnWetbI> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/b9498a34-bb30-4c50-8b55-858b7d38ef89> .
}