@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:ivdb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:ivdb .

bioregistry:ivdb a bioregistry.schema:0000001 ;
    rdfs:label "Influenza Virus Database" ;
    dcterms:description "IVDB hosts complete genome sequences of influenza A virus generated by BGI and curates all other published influenza virus sequences after expert annotations. IVDB provides a series of tools and viewers for analyzing the viral genomes, genes, genetic polymorphisms and phylogenetic relationships comparatively."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:ivdb ;
    dcat:keyword "dna",
        "gene",
        "genome" ;
    foaf:homepage <http://influenza.psych.ac.cn/> ;
    bioregistry.schema:0000005 "E13035"^^xsd:string ;
    bioregistry.schema:0000006 "http://influenza.psych.ac.cn/search/detail.jsp?segment.gb_id=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://influenza.psych.ac.cn/search/detail.jsp?segment.gb_id="^^xsd:string ;
    bioregistry.schema:0000027 <http://influenza.psych.ac.cn/search/detail.jsp?segment.gb_id=E13035> ;
    bioregistry.schema:0000029 "ivdb" .

prefixcommons:ivdb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

