@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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:biocontext dcterms:hasPart biocontext:DRSC .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:drsc .

bioregistry.metaresource:miriam dcterms:hasPart miriam:drsc .

bioregistry.metaresource:n2t dcterms:hasPart n2t:drsc .

bioregistry:drsc a bioregistry.schema:0000001 ;
    rdfs:label "Drosophila RNAi Screening Center" ;
    dcterms:description "The DRSC (Drosophila RNAi Screening Cente) tracks both production of reagents for RNA interference (RNAi) screening in Drosophila cells and RNAi screen results. It maintains a list of Drosophila gene names, identifiers, symbols and synonyms and provides  information for cell-based or in vivo RNAi reagents, other types of reagents, screen results, etc. corresponding for a given gene."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:DRSC,
        n2t:drsc,
        miriam:drsc ;
    foaf:homepage <http://flyrnai.org/> ;
    bioregistry.schema:0000005 "DRSC05221"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.flyrnai.org/cgi-bin/RNAi_gene_lookup_public.pl?gname=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^DRSC\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.flyrnai.org/cgi-bin/RNAi_gene_lookup_public.pl?gname="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.flyrnai.org/cgi-bin/RNAi_gene_lookup_public.pl?gname=DRSC05221> ;
    bioregistry.schema:0000029 "drsc" .

biocontext:DRSC dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:drsc dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:drsc dcterms:isPartOf bioregistry.metaresource:miriam .

