@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAqippWzrV2xpo5prm-7ujf4JGYJkTUtJ01dWUzP15G2A> .
@prefix sub: <http://purl.org/np/RAqippWzrV2xpo5prm-7ujf4JGYJkTUtJ01dWUzP15G2A#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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:NetCDF_OceanSITES a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language ;
    rdfs:comment "OceanSITES uses NetCDF (Network Common Data Form), a set of software libraries and machine-independent data formats. The OceanSITES data managment team has developed an implementation of NetCDF for the data sets. OceanSITES uses netCDF (Network Common Data Form), a set of software libraries and machine-independent data formats developed by the Unidata progam at UCAR. Our implementation of netCDF is based on the community-supported Climate and Forecast Metadata Convention (CF), which provides a definitive description of the data in each variable, and the spatial and temporal properties of the data. Any version of CF may be used, but it must be identified in the ‘Conventions’ attribute." ;
    rdfs:label "NetCDF OceanSITES" ;
    rdfs:seeAlso <http://www.oceansites.org/data/> .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0002-0441-2446 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Q12L18Ruj9K+wEZU815hAgfGig9S+9gpL0aT/e/vsuX4+IbztQbH9MPIAY2tvsIX1j9x6RBJ4hXfIhVCpNFBMDCZF3RRBVacobWLktOKdmE4Bt+JynrC/Rm+jNuDuEdtHIEkpyL2BYICSFHa0KR/shxZd3KiIAFvd4iQD4qIG2M=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2022-10-24T12:52:14Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:NetCDF_OceanSITES ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/375c71e1-dd7c-4f9a-aee0-909f60563715> .
}