@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:GOLD.GENOME .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gold.genome .

bioregistry.metaresource:miriam dcterms:hasPart miriam:gold.genome .

bioregistry.metaresource:n2t dcterms:hasPart n2t:gold.genome .

bioregistry:gold.genome a bioregistry.schema:0000001 ;
    rdfs:label "GOLD genome" ;
    dcterms:description """- DEPRECATION NOTE -
Please, keep in mind that this namespace has been superseeded by ‘gold’ prefix at https://registry.identifiers.org/registry/gold, and this namespace is kept here for support to already existing citations, new ones would need to use the pointed ‘gold’ namespace.

The GOLD (Genomes OnLine Database)is a resource for centralised monitoring of genome and metagenome projects worldwide. It stores information on complete and ongoing projects, along with their associated metadata. This collection references the sequencing status of individual genomes."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:GOLD.GENOME,
        n2t:gold.genome,
        miriam:gold.genome ;
    foaf:homepage <http://www.genomesonline.org/cgi-bin/GOLD/index.cgi> ;
    bioregistry.schema:0000005 "Gi07796"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.genomesonline.org/cgi-bin/GOLD/GOLDCards.cgi?goldstamp=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^(Gi|Gc)\\d+$"^^xsd:string ;
    bioregistry.schema:0000011 bioregistry:gold ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://www.genomesonline.org/cgi-bin/GOLD/GOLDCards.cgi?goldstamp="^^xsd:string ;
    bioregistry.schema:0000026 ror:04xm1d337 ;
    bioregistry.schema:0000027 <http://www.genomesonline.org/cgi-bin/GOLD/GOLDCards.cgi?goldstamp=Gi07796> ;
    bioregistry.schema:0000029 "gold.genome" .

biocontext:GOLD.GENOME dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:gold.genome dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:gold.genome dcterms:isPartOf bioregistry.metaresource:miriam .

