@prefix this: <http://purl.org/np/RAEyxv-N6UUwcftrUsZULWiaqeyjIA4DiMaYUAMJx9WI4> .
@prefix sub: <http://purl.org/np/RAEyxv-N6UUwcftrUsZULWiaqeyjIA4DiMaYUAMJx9WI4#> .
@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:SEANOE a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "SEANOE (SEA scieNtific Open data Edition) is a publisher of scientific data in the field of marine sciences. It is operated by Sismer within the framework of the Odatis." ;
    rdfs:label "SEANOE - SEA scieNtific Open data Edition" ;
    rdfs:seeAlso <https://www.seanoe.org/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0441-2446 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "TMISLRufMb2QQOEL359iT/mCpVxUWg2plJReHR9PsfahSOJYpy+SARdPQQ2i9YzNqVqXzIw+dSjKyeh551D933Kb6tnUI6yr2FJalrIOPMLr6GXK/Q47WT+dytyyQwvD6ue5wYT0ojj/DYT0eGzJTunmB8W8si+26lsD5dB+JvY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-10-24T09:52:04Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:SEANOE ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/43259339-27e6-4109-a47e-eaabe5ac1b48> .
}