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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dggr .

bioregistry.metaresource:rrid dcterms:hasPart rrid:DGGR .

bioregistry:dggr a bioregistry.schema:0000001 ;
    rdfs:label "Kyoto Stock Center" ;
    dcterms:description "Organism supplier which collects Drosophila stocks from laboratories all over the world, maintains them, and provides them to researchers upon request. [from RRID]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch rrid:DGGR ;
    dcat:keyword "drosophila",
        "genetic resource",
        "genomics",
        "organism supplier" ;
    foaf:homepage <http://kyotofly.kit.jp/cgi-bin/stocks/data_search.cgi> ;
    bioregistry.schema:0000005 "918902"^^xsd:string ;
    bioregistry.schema:0000006 "https://kyotofly.kit.jp/cgi-bin/stocks/search_res_det.cgi?DB_NUM=1&DG_NUM=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://kyotofly.kit.jp/cgi-bin/stocks/search_res_det.cgi?DB_NUM=1&DG_NUM="^^xsd:string ;
    bioregistry.schema:0000027 <https://kyotofly.kit.jp/cgi-bin/stocks/search_res_det.cgi?DB_NUM=1&DG_NUM=918902> ;
    bioregistry.schema:0000029 "dggr" .

rrid:DGGR dcterms:isPartOf bioregistry.metaresource:rrid .

