@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 dcat: <http://www.w3.org/ns/dcat#> .
@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 prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:GRSDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:grsdb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:grsdb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:grsdb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:grsdb .

bioregistry:grsdb a bioregistry.schema:0000001 ;
    rdfs:label "G-Rich Sequences Database" ;
    dcterms:description "GRSDB is a database of G-quadruplexes and contains information on composition and distribution of putative Quadruplex-forming G-Rich Sequences (QGRS) mapped in the eukaryotic pre-mRNA sequences, including those that are alternatively processed (alternatively spliced or alternatively polyadenylated). The data stored in the GRSDB is based on computational analysis of NCBI Entrez Gene entries and their corresponding annotated genomic nucleotide sequences of RefSeq/GenBank."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:GRSDB,
        n2t:grsdb,
        prefixcommons:grsdb,
        miriam:grsdb ;
    dcat:keyword "dna",
        "rna" ;
    foaf:homepage <http://bioinformatics.ramapo.edu/GRSDB2/> ;
    bioregistry.schema:0000005 "10142"^^xsd:string ;
    bioregistry.schema:0000006 "http://bioinformatics.ramapo.edu/GRSDB2/geneview.php?geneID=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://bioinformatics.ramapo.edu/GRSDB2/geneview.php?geneID="^^xsd:string ;
    bioregistry.schema:0000027 <http://bioinformatics.ramapo.edu/GRSDB2/geneview.php?geneID=10142> ;
    bioregistry.schema:0000029 "grsdb" .

biocontext:GRSDB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:grsdb dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:grsdb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:grsdb dcterms:isPartOf bioregistry.metaresource:miriam .

