@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 dcat: <http://www.w3.org/ns/dcat#> .
@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 orcid: <https://orcid.org/> .
@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:biocontext dcterms:hasPart biocontext:DPV .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dpv .

bioregistry.metaresource:miriam dcterms:hasPart miriam:dpv .

bioregistry.metaresource:n2t dcterms:hasPart n2t:dpv .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:dpvweb .

bioregistry:dpv a bioregistry.schema:0000001 ;
    rdfs:label "Description of Plant Viruses" ;
    dcterms:contributor orcid:0000-0002-2404-1582,
        orcid:0000-0003-4423-4370 ;
    dcterms:description "Description of Plant Viruses (DPV) provides information about viruses, viroids and satellites of plants, fungi and protozoa. It provides taxonomic information, including brief descriptions of each family and genus, and classified lists of virus sequences. The database also holds detailed information for all sequences of viruses, viroids and satellites of plants, fungi and protozoa that are complete or that contain at least one complete gene."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:DPV,
        n2t:dpv,
        prefixcommons:dpvweb,
        miriam:dpv ;
    dcat:keyword "classification",
        "gene" ;
    foaf:homepage <http://www.dpvweb.net/> ;
    bioregistry.schema:0000005 "100"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.dpvweb.net/dpv/showdpv/?dpvno=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Michael J. Adams" ;
            foaf:mbox "mike.adams@bbsrc.ac.uk" ] ;
    bioregistry.schema:0000024 "https://www.dpvweb.net/dpv/showdpv/?dpvno="^^xsd:string ;
    bioregistry.schema:0000027 <https://www.dpvweb.net/dpv/showdpv/?dpvno=100> ;
    bioregistry.schema:0000029 "dpv" .

orcid:0000-0002-2404-1582 rdfs:label "Clement Jonquet" ;
    foaf:mbox "clement.jonquet@inrae.fr" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

biocontext:DPV dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:dpv dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:dpvweb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:dpv dcterms:isPartOf bioregistry.metaresource:miriam .

