@prefix this: <http://purl.org/np/RAiPPu60BXJzqREvhZ1bchfK9W2HvmD3NaNhH1NHC8J0A> .
@prefix sub: <http://purl.org/np/RAiPPu60BXJzqREvhZ1bchfK9W2HvmD3NaNhH1NHC8J0A#> .
@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:IIIF a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language ;
    rdfs:comment "IIIF is a set of open standards for delivering high-quality, attributed digital objects online at scale. It’s also an international community developing and implementing the IIIF APIs. IIIF is backed by a consortium of leading cultural institutions." ;
    rdfs:label "International Image Interoperability Framework (IIIF)" ;
    rdfs:seeAlso <https://iiif.io/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-3108-3921 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "fAsKEsMc88nRdHjC5vUBHEolXxjwFIPHCmduxqwJztHFtIJdshuXSwt7NiJymCnHTKQqGeKCgUMBC5thP4rRjXdU0W5xcVtoa3ADa6s+sE4jqmzCCVcqSO2mP1NbOYEe4vd0nwzots6unDuXffKN5lKhRXiGjRMApJOnpGIz3oE=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-10-05T14:20:26Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:IIIF ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9a2f24df-dea0-4566-9ce2-f3233e0f61ae> .
}