@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:phagedive .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100014540 .

bioregistry:phagedive a bioregistry.schema:0000001 ;
    rdfs:label "PhageDive" ;
    dcterms:contributor orcid:0009-0009-5240-7463 ;
    dcterms:description "PhageDive is a database for bacteriophages and archaeal viruses. It provides information regarding taxonomy, host strain, phage morphology, life cycle, origin and genomic data."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch re3data:r3d100014540 ;
    foaf:homepage <https://phagedive.dsmz.de> ;
    bioregistry.schema:0000005 "3"^^xsd:string ;
    bioregistry.schema:0000006 "https://phagedive.dsmz.de/strain/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-7275-9927 ;
    bioregistry.schema:0000021 orcid:0000-0001-9439-5346 ;
    bioregistry.schema:0000024 "https://phagedive.dsmz.de/strain/"^^xsd:string ;
    bioregistry.schema:0000027 <https://phagedive.dsmz.de/strain/3> ;
    bioregistry.schema:0000029 "phagedive" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "b.gyori@northeastern.edu" .

orcid:0000-0002-7275-9927 rdfs:label "Johannes Wittmann" ;
    foaf:mbox "johannes.wittmann@dsmz.de" .

orcid:0009-0009-5240-7463 rdfs:label "Mufaddal Naguthanawala" ;
    foaf:mbox "m.naguthana@hotmail.com" .

re3data:r3d100014540 dcterms:isPartOf bioregistry.metaresource:re3data .

