@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:HINV.PROTEIN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hinv.protein .

bioregistry.metaresource:miriam dcterms:hasPart miriam:hinv.protein .

bioregistry.metaresource:n2t dcterms:hasPart n2t:hinv.protein .

bioregistry:hinv.protein a bioregistry.schema:0000001 ;
    rdfs:label "H-InvDb Protein" ;
    dcterms:description "H-Invitational Database (H-InvDB) is an integrated database of human genes and transcripts. It provides curated annotations of human genes and transcripts including gene structures, alternative splicing isoforms, non-coding functional RNAs, protein functions, functional domains, sub-cellular localizations, metabolic pathways, protein 3D structure, genetic polymorphisms (SNPs, indels and microsatellite repeats), relation with diseases, gene expression profiling, molecular evolutionary features, protein-protein interactions (PPIs) and gene families/groups. This datatype provides access to the 'Protein' view."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:HINV.PROTEIN,
        n2t:hinv.protein,
        miriam:hinv.protein ;
    foaf:homepage <http://h-invitational.jp/hinv/ahg-db/index.jsp> ;
    bioregistry.schema:0000005 "HIP000030660"^^xsd:string ;
    bioregistry.schema:0000006 "http://h-invitational.jp/hinv/protein/protein_view.cgi?hip_id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^HIP\\d{9}(\\.\\d+)?$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://h-invitational.jp/hinv/protein/protein_view.cgi?hip_id="^^xsd:string ;
    bioregistry.schema:0000027 <http://h-invitational.jp/hinv/protein/protein_view.cgi?hip_id=HIP000030660> ;
    bioregistry.schema:0000029 "hinv.protein" .

biocontext:HINV.PROTEIN dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:hinv.protein dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:hinv.protein dcterms:isPartOf bioregistry.metaresource:miriam .

