@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cellosaurus.resource: <https://bioregistry.io/metaregistry/cellosaurus/resolve/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dgrc .

bioregistry.metaresource:cellosaurus dcterms:hasPart cellosaurus.resource:DGRC .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00048 .

bioregistry:dgrc a bioregistry.schema:0000001 ;
    rdfs:label "Drosophila Genomics Resource Center" ;
    dcterms:description "DGRC is the integrated retrieval system for Drosophila strains collected and maintained by NBRP 'Drosophila'. DGRC provides strain search system to input information such as genotypes, cytolocations, names of a species and phenotypes. This database also supplies chromosome maps that strains are mapped. Requests for Drosophila strains are available by using online contact form."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch cellosaurus.resource:DGRC,
        integbio:nbdc00048 ;
    dcat:keyword "bioresource",
        "genome/gene",
        "organism",
        "sequence" ;
    foaf:homepage <https://dgrc.bio.indiana.edu/cells/Catalog> ;
    bioregistry.schema:0000005 "215"^^xsd:string ;
    bioregistry.schema:0000006 "https://dgrc.bio.indiana.edu/product/View?product=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://dgrc.bio.indiana.edu/product/View?product="^^xsd:string ;
    bioregistry.schema:0000027 <https://dgrc.bio.indiana.edu/product/View?product=215> ;
    bioregistry.schema:0000029 "dgrc" .

cellosaurus.resource:DGRC dcterms:isPartOf bioregistry.metaresource:cellosaurus .

integbio:nbdc00048 dcterms:isPartOf bioregistry.metaresource:integbio .

