@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAtnI5X18W1nSTfzulTMKsSu2gvNaNfwRFAn6MWVL5nqE> .
@prefix sub: <http://purl.org/np/RAtnI5X18W1nSTfzulTMKsSu2gvNaNfwRFAn6MWVL5nqE#> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@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 {
  <https://doi.org/10.25504/FAIRsharing.dk451a> schema:url <https://massbank.eu/MassBank/> ;
    doap:implements <https://github.com/MassBank/MassBank-web/blob/main/Documentation/MassBankRecordFormat.md#2-massbank-record-information> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "MassBank is the first public repository of mass spectral data for sharing them among scientific research community.  MassBank data are useful for the chemical identification and structure elucidation of chemical compounds detected by mass spectrometry." ;
    rdfs:label "MassBank Europe" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.dk451a> , <https://massbank.eu/MassBank/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0295-6618 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.dk451a> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Dw22l3fe65ao4R1CJtGeokhIHRWcgFy58sGGwaqWZb/nhxZcsZAUoDiJdUdskhovJZ+ZmBcTEpyLBMa51k5N6Y6+ebaooOIVK2/FigNx1np7kuWI1cfRjt0FJwQlW3yyS/xbelwB/aL153rK+MRIoWW0SbKmH8Txu+oGBR9dtYI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-04-14T06:39:03Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.dk451a> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/2a0c1ca8-b8e1-411e-b68a-a6ec15817c77> .
}