@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAEcm9qr9ROhFQCOpiQCLW0IruMF2e_8KEyyaozAfVJOI> .
@prefix sub: <http://purl.org/np/RAEcm9qr9ROhFQCOpiQCLW0IruMF2e_8KEyyaozAfVJOI#> .
@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:BODC a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "BODC operates the NERC Vocabulary Server (NVS) which provides access to controlled vocabularies. Some of these vocabularies are totally managed by BODC, others are managed by BODC on behalf of other organisations, while some are owned and, when relevant, managed by external governance authorities." ;
    rdfs:label "BODC - British Oceanographic Data Centre" ;
    rdfs:seeAlso <https://www.bodc.ac.uk/resources/vocabularies/> .
}
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 "TVfp/Lr4XvjRuw5x725yhiTijVI1sCvMTtPI82ZmjNyyBwxwg/pXP+lH07C+k4yJKFBhIv/HmgUnEFl2jXLHzr3kb1r0JY6/qwB0Opsuj8ifd4ECfxLHi4l0r0VU3YSkJtupnU1mQ+Yb0teyJt+Uz1ABvX4vKwcMA3Jfgk/JRpY=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2022-10-24T13:27:38Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:BODC ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/449d72c2-b2d3-4816-824a-acf383ff370e> .
}