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

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:vita .

bioregistry:vita a bioregistry.schema:0000001 ;
    rdfs:label "Virus' miRNA target" ;
    dcterms:description "ViTa is a database which collects virus data from miRBase and ICTV, VirGne, VBRC.., etc, including known miRNAs on virus and supporting predicted host miRNA targets by miRanda and TargetScan. ViTa also rovide effective annotations, including human miRNA expression, virus infected tissues, annotation of virus and comparisons."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:vita ;
    dcat:keyword "gene expression",
        "rna",
        "structure" ;
    foaf:homepage <http://vita.mbc.nctu.edu.tw/> ;
    bioregistry.schema:0000005 "AB016785"^^xsd:string ;
    bioregistry.schema:0000006 "http://vita.mbc.nctu.edu.tw/search.php?acc=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://vita.mbc.nctu.edu.tw/search.php?acc="^^xsd:string ;
    bioregistry.schema:0000027 <http://vita.mbc.nctu.edu.tw/search.php?acc=AB016785> ;
    bioregistry.schema:0000029 "vita" .

prefixcommons:vita dcterms:isPartOf bioregistry.metaresource:prefixcommons .

