@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 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:PSEUDOMONAS .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:pseudomonas .

bioregistry.metaresource:miriam dcterms:hasPart miriam:pseudomonas .

bioregistry.metaresource:n2t dcterms:hasPart n2t:pseudomonas .

bioregistry:pseudomonas a bioregistry.schema:0000001 ;
    rdfs:label "Pseudomonas Genome Database" ;
    dcterms:description "The Pseudomonas Genome Database is a resource for peer-reviewed, continually updated annotation for all Pseudomonas species. It includes gene and protein sequence information, as well as regulation and predicted function and annotation."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:PSEUDOMONAS,
        n2t:pseudomonas,
        miriam:pseudomonas ;
    foaf:homepage <http://www.pseudomonas.com/> ;
    bioregistry.schema:0000005 "PSEEN0001"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.pseudomonas.com/feature/show/?locus_tag=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^P\\w+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.pseudomonas.com/feature/show/?locus_tag="^^xsd:string ;
    bioregistry.schema:0000026 ror:0213rcc28 ;
    bioregistry.schema:0000027 <http://www.pseudomonas.com/feature/show/?locus_tag=PSEEN0001> ;
    bioregistry.schema:0000029 "pseudomonas" .

biocontext:PSEUDOMONAS dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:pseudomonas dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:pseudomonas dcterms:isPartOf bioregistry.metaresource:miriam .

