@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:idr .

bioregistry.metaresource:miriam dcterms:hasPart miriam:idr .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012435 .

bioregistry:idr a bioregistry.schema:0000001 ;
    rdfs:label "Image Data Resource" ;
    dcterms:description "Image Data Resource (IDR) is an online, public data repository that seeks to store, integrate and serve image datasets from published scientific studies. We have collected and are continuing to receive existing and newly created “reference image\" datasets that are valuable resources for a broad community of users, either because they will be frequently accessed and cited or because they can serve as a basis for re-analysis and the development of new computational tools."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:idr,
        re3data:r3d100012435 ;
    foaf:homepage <https://idr.openmicroscopy.org> ;
    bioregistry.schema:0000005 "0001"^^xsd:string ;
    bioregistry.schema:0000006 "https://idr.openmicroscopy.org/search/?query=Name:idr$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9]{4}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://idr.openmicroscopy.org/search/?query=Name:idr"^^xsd:string ;
    bioregistry.schema:0000026 ror:03h2bxq36 ;
    bioregistry.schema:0000027 <https://idr.openmicroscopy.org/search/?query=Name:idr0001> ;
    bioregistry.schema:0000029 "idr" .

miriam:idr dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100012435 dcterms:isPartOf bioregistry.metaresource:re3data .

