@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAuxR5Gx_uvvBVoePV226Lk86VRYrh9EpmqFXU7f_oojQ> .
@prefix sub: <http://purl.org/np/RAuxR5Gx_uvvBVoePV226Lk86VRYrh9EpmqFXU7f_oojQ#> .
@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:pdf a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language ;
    rdfs:comment "The Portable Document Format (PDF), standardized as ISO 32000, is a file format developed by Adobe in 1992 to present documents, including text formatting and images, in a manner independent of application software, hardware, and operating systems. Based on the PostScript language, each PDF file encapsulates a complete description of a fixed-layout flat document, including the text, fonts, vector graphics, raster images and other information needed to display it. " ;
    rdfs:label "Portable Document Format (PDF)" ;
    rdfs:seeAlso <https://www.adobe.com/acrobat/about-adobe-pdf.html> .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0003-3108-3921 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Im18nrmaUbJamAAmMxfHcgkICZZ50SMegiJR0/rGmL2bjO378sVF80DkdjVUJNr/gOdSHz3R2NmgyDxWVxzUyTIAvsJHVpnz+2cLsWxNoqUzoPUTpsQ7mdM4ZDiMcWB78ZwqvugTLMH6fAxLbJv68Xv4VQ0qR50CvWNTN2+5ntU=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2022-10-17T09:50:46Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:pdf ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/34264e9d-d30d-4c4e-a120-7630ad108578> .
}