@prefix this: <https://w3id.org/np/RA80KUi745KTHntyLSGV6jDDZuecKUSl2fJ-cnAkC8DhM> .
@prefix sub: <https://w3id.org/np/RA80KUi745KTHntyLSGV6jDDZuecKUSl2fJ-cnAkC8DhM#> .
@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:Bethesda <http://schema.org/url> <https://dash.harvard.edu/bitstream/handle/1/4725199/Suber_bethesda.htm?sequence=3&isAllowed=y#note1> ;
    a fip:Data-usage-license , fip:FAIR-Enabling-Resource , fip:FAIR-Supporting-Resource-to-be-Developed ;
    rdfs:comment "The Bethesda Statement provides the working definition of Open access Publication." ;
    rdfs:label "Bethesda Statement on Open Access Publishing" ;
    fip:has-description-source <https://dash.harvard.edu/bitstream/handle/1/4725199/Suber_bethesda.htm?sequence=3&isAllowed=y#note1> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6396-0848 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "PtmWEVLO+PIK4ReAGV7zDMwHeUi5Vp66xpNEEVT4kuTGez96BmrDKTGtloghtSHJHwk2cqMMkoQkCZ6yqDe0phwDqlGcPLtAmQyynsHsuR7kg2mGVkykxwL5Tp4u3eCo72hQ6E2N7WjHn1WtZyf4D2b1Q1+S5qhmGkRZ5erp2Gg=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-01-31T18:18:04Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:Bethesda ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/17afcba8-d1f0-43c7-afbd-a126ca9577f6> .
}