@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 integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix oid: <https://oid-base.com/get/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix togoid: <https://togoid.dbcls.jp/#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:LRG .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:lrg .

bioregistry.metaresource:hl7 dcterms:hasPart oid:2.16.840.1.113883.6.283 .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc02566 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:lrg .

bioregistry.metaresource:n2t dcterms:hasPart n2t:lrg .

bioregistry.metaresource:togoid dcterms:hasPart togoid:Lrg .

bioregistry:lrg a bioregistry.schema:0000001 ;
    rdfs:label "Locus Reference Genomic" ;
    dcterms:description "A Locus Reference Genomic (LRG) is a manually curated record that contains stable genomic, transcript and protein reference sequences for reporting clinically relevant sequence variants. All LRGs are generated and maintained by the NCBI and EMBL-EBI."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:LRG,
        n2t:lrg,
        integbio:nbdc02566,
        oid:2.16.840.1.113883.6.283,
        miriam:lrg,
        togoid:Lrg ;
    dcat:keyword "gene",
        "genome/gene",
        "health/disease",
        "protein",
        "sequence" ;
    foaf:homepage <http://www.lrg-sequence.org/> ;
    bioregistry.schema:0000005 "1"^^xsd:string ;
    bioregistry.schema:0000006 "http://ftp.ebi.ac.uk/pub/databases/lrgex/$1.xml"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/lrg:"^^xsd:string ;
    bioregistry.schema:0000026 ror:02catss52 ;
    bioregistry.schema:0000027 <http://ftp.ebi.ac.uk/pub/databases/lrgex/1.xml> ;
    bioregistry.schema:0000029 "lrg" .

biocontext:LRG dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:lrg dcterms:isPartOf bioregistry.metaresource:n2t .

integbio:nbdc02566 dcterms:isPartOf bioregistry.metaresource:integbio .

oid:2.16.840.1.113883.6.283 dcterms:isPartOf bioregistry.metaresource:hl7 .

miriam:lrg dcterms:isPartOf bioregistry.metaresource:miriam .

togoid:Lrg dcterms:isPartOf bioregistry.metaresource:togoid .

