@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:vdrc .

bioregistry.metaresource:rrid dcterms:hasPart rrid:VDRC .

bioregistry:vdrc a bioregistry.schema:0000001 ;
    rdfs:label "Vienna Drosophila Resource Center" ;
    dcterms:description "Biomaterial supply resource which collects, maintains, and distributes independent transgenic fly lines. Most of the 38,000 fly lines are RNAi lines, but VDRC also maintains a collection of enhancer-GAL4 driver lines. Nearly all lines are in duplicate. Users can search for the stocks or DNA constructs for the gene of interest by entering CG number, synonym, or Transformant ID. [from RRID]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch rrid:VDRC ;
    dcat:keyword "biomaterial supply resource",
        "drosophila",
        "fly lines" ;
    foaf:homepage <http://stockcenter.vdrc.at/control/main> ;
    bioregistry.schema:0000005 "100291"^^xsd:string ;
    bioregistry.schema:0000006 "https://shop.vbc.ac.at/vdrc_store/$1.html"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/vdrc:"^^xsd:string ;
    bioregistry.schema:0000027 <https://shop.vbc.ac.at/vdrc_store/100291.html> ;
    bioregistry.schema:0000029 "vdrc" .

rrid:VDRC dcterms:isPartOf bioregistry.metaresource:rrid .

