@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 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:bioregistry dcterms:hasPart bioregistry:lncbook .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc02541 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:lncbook .

bioregistry:lncbook a bioregistry.schema:0000001 ;
    rdfs:label "LncBook" ;
    dcterms:description "LncBook accommodates a high-quality collection of human lncRNA genes and transcripts, and incorporates their abundant annotations at different omics levels, thereby enabling users to decipher functional signatures of lncRNAs in human diseases and different biological contexts."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc02541,
        miriam:lncbook ;
    dcat:keyword "expression",
        "genetic variation",
        "genome/gene",
        "health/disease",
        "interaction/pathway",
        "rna",
        "sequence" ;
    foaf:homepage <https://ngdc.cncb.ac.cn/?lang=en> ;
    bioregistry.schema:0000005 "HSALNG0006197"^^xsd:string ;
    bioregistry.schema:0000006 "https://ngdc.cncb.ac.cn/lncbook/gene?geneid=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^HSALNG\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://ngdc.cncb.ac.cn/lncbook/gene?geneid="^^xsd:string ;
    bioregistry.schema:0000027 <https://ngdc.cncb.ac.cn/lncbook/gene?geneid=HSALNG0006197> ;
    bioregistry.schema:0000029 "lncbook" .

integbio:nbdc02541 dcterms:isPartOf bioregistry.metaresource:integbio .

miriam:lncbook dcterms:isPartOf bioregistry.metaresource:miriam .

