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

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:virgen .

bioregistry:virgen a bioregistry.schema:0000001 ;
    rdfs:label "VirGen" ;
    dcterms:description "VirGen a comprehensive viral genome resource, which organizes the ‘sequence space’ of viral genomes in a structured fashion. It has been developed with an objective to serve as an annotated and curated database for complete viral genome sequences."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:virgen ;
    dcat:keyword "genome" ;
    foaf:homepage <http://bioinfo.ernet.in/virgen/virgen.html> ;
    bioregistry.schema:0000005 "AY321118"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000029 "virgen" .

prefixcommons:virgen dcterms:isPartOf bioregistry.metaresource:prefixcommons .

