@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAZ-wkVwQZCSEb_PE3mQYs6-7USQ94WkO79KIg0MSw7Wk> .
@prefix sub: <http://purl.org/np/RAZ-wkVwQZCSEb_PE3mQYs6-7USQ94WkO79KIg0MSw7Wk#> .
@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:French_CSR a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "The French Oceanographic cruises directory database lists all the scientific cruises which were carried out aboard French vessels or in cooperation with foreign vessels. This database currently contains the descriptions of more than 10,000 cruises (including mooring experiments, diving) made since the past century. Each year, about 200 new summaries from French organizations which operate the vessels IFREMER, IRD, CNRS/INSU, IPEV and chief scientists are added." ;
    rdfs:label "French Oceanographic cruises directory" ;
    rdfs:seeAlso <https://campagnes.flotteoceanographique.fr/search> .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0003-2154-7622 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "aLyKsZmP0Vx+NEAE+dFF+qyB35kSMZVM9qweJ0gbLd4u/gBeu2gz1APfS7Q/FF7M7ttmNcOmAmzsuTVc0I7KiNqTKDQWV6acElcpUVm/SWyPpp4dRjC2u1Q+k0e0Gmuh/LKeUcyNcK+R+FjpWiX0yfnWHMaIdUpEzXggYzGnQsk=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2022-12-05T10:00:06Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:French_CSR ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/aceebe9a-a34f-44a3-b660-36411809d5d5> .
}