@prefix this: <https://w3id.org/np/RAAM2CN7RURnUyWNsJHPs1NJe6Rj-b3uPLQuL4wEujGRk> .
@prefix sub: <https://w3id.org/np/RAAM2CN7RURnUyWNsJHPs1NJe6Rj-b3uPLQuL4wEujGRk/> .
@prefix schema: <http://schema.org/> .
@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 {
  <https://doi.org/10.25504/FAIRsharing.6wf1zw> schema:url <https://idr.openmicroscopy.org> ;
    a fip:Available-FAIR-Enabling-Resource , fip:Domain-Specific-Registry , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "The Image Data Resource (IDR) is a public repository of image datasets from published scientific studies, where the community can submit, search and access high-quality bio-image data. It follows the Euro-BioImaging/ELIXIR imaging strategy using the OMERO and Bio-Formats open source software built by the Open Microscopy Environment. Deployed on an OpenStack cloud running on the EMBL-EBI’s Embassy resource, it includes image data linked to independent studies from genetic, RNAi, chemical, localisation and geographic high content screens, super-resolution microscopy, and digital pathology." ;
    rdfs:label "Image Data Resource  | IDR" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.6wf1zw> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-5862-6132 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.6wf1zw> .
}
sub:pubinfo {
  this: dct:created "2025-08-29T14:27:17Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.6wf1zw> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/47fe73e2-feda-495c-8dcb-753b15e960da> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "kaCLRuKeok+M7oGBL1NkbKBzbG68z7FONLzDQLuWJ4hQWEbIyPhQSPDZnQhbXgRlP5J8gfP15fmY9izgsTatRZdH8b2j9SuRVLMnfY9IlNJR0vu14+hGET1SC4vpDrcMWrtf95U7fmljHKq2wi9e8S9+mzVPTtrdjnhmd6Js46c=" ;
    npx:hasSignatureTarget this: .
}