@prefix this: <https://w3id.org/np/RArYu3pzBwTJeZTVHoNRSGUTGPTGFoQEiUQfRrqRWyBBk> .
@prefix sub: <https://w3id.org/np/RArYu3pzBwTJeZTVHoNRSGUTGPTGFoQEiUQfRrqRWyBBk#> .
@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 {
  <http://purl.org/np/RAiPPu60BXJzqREvhZ1bchfK9W2HvmD3NaNhH1NHC8J0A#IIIF> a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language , fip:Semantic-model ;
    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 "Gfnxbei8HWehvRBMkz4V1mvX06btbG7BNQUcLsIH1yJQNbNxxuQphOhhlJSmK/ApbdZHNnsuniUlCudQL3pYr4BOXl9CtGGCaoPZr1Nuth8dF76hBhiRiNESHwhx3uMNZWKXaOWUZdIXpeSIYRLEahrF/1oGE0umQg0KXgSrkxQ=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-07-26T10:59:27Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <http://purl.org/np/RAiPPu60BXJzqREvhZ1bchfK9W2HvmD3NaNhH1NHC8J0A#IIIF> ;
    npx:supersedes <http://purl.org/np/RAiPPu60BXJzqREvhZ1bchfK9W2HvmD3NaNhH1NHC8J0A> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9a2f24df-dea0-4566-9ce2-f3233e0f61ae> .
}