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

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:ised .

bioregistry:ised a bioregistry.schema:0000001 ;
    rdfs:label "Influenza Sequence and Epitope Database" ;
    dcterms:description "ISED catalogues the influenza sequence and epitope information obtained in countries worldwide and currently hosts a total of 49368 influenza A and 4761 influenza B virus sequence data including pandemic A/H1N1 2009 virus sequences collected in 42 countries, and a total of 545 amantadine-resistant influenza virus sequences collected in Korea."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:ised ;
    dcat:keyword "protein" ;
    foaf:homepage <http://influenza.korea.ac.kr> ;
    bioregistry.schema:0000005 "AY209920"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000029 "ised" .

prefixcommons:ised dcterms:isPartOf bioregistry.metaresource:prefixcommons .

