@prefix this: <http://purl.org/np/RAjauVt4MMX2xt4ovGzOFkBXRHL3uvG7TBzP4ALQYbWeY> .
@prefix sub: <http://purl.org/np/RAjauVt4MMX2xt4ovGzOFkBXRHL3uvG7TBzP4ALQYbWeY#> .
@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:ASFA a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "The Aquatic Sciences and Fisheries Abstracts (ASFA) database is the premier reference in the field of fisheries, aquatic and marine sciences. Input to the ASFA database is provided by a growing international network of information centers monitoring over 3,000 serial publications, in addition to books, reports, conference proceedings, translations and grey literature covering the science, technology and management of marine, brackishwater, and freshwater environments." ;
    rdfs:label "Aquatic Sciences and Fisheries Thesaurus" ;
    rdfs:seeAlso <https://vocabularyserver.com/asfa/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-9648-6484 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "PsUI36jLIEx2LsznwbzgJSNRQBchKu3LAg1fnVZ/JwpAjo5ZD6esqj70Kf/Z424/mjF2lp0296VMMza2/KKwWV21dE3nEyQjmqWtp2tLd/w2yZPjklCkI5XFAZ8Tk7osKDCcGbOkEgfLu0eG0dk4aminycx4jCXp++/Sjj167so=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-01-28T09:48:24Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ASFA ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/422d433a-b9e9-48ef-bd7e-d9dec0b7ff47> .
}