@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:gold .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.4c40ed .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00483 .

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

bioregistry.metaresource:ols dcterms:hasPart ols:gold .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:gold .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100010808 .

bioregistry:gold a bioregistry.schema:0000001 ;
    rdfs:label "Genomes Online Database" ;
    dcterms:description "The Genomes OnLine Database (GOLD) catalogues genome and metagenome sequencing projects from around the world, along with their associated metadata. Information in GOLD is organized into four levels: Study, Biosample/Organism, Sequencing Project and Analysis Project."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc00483,
        fairsharing:FAIRsharing.4c40ed,
        prefixcommons:gold,
        miriam:gold,
        ols:gold,
        re3data:r3d100010808 ;
    dcat:keyword "bibliography/documents",
        "classification",
        "computer science",
        "genome",
        "genome/gene",
        "linguistics",
        "natural language processing",
        "ontology",
        "portal",
        "repository" ;
    foaf:homepage <https://gold.jgi.doe.gov/> ;
    bioregistry.schema:0000005 "Gs0000008"^^xsd:string ;
    bioregistry.schema:0000006 "https://gold.jgi.doe.gov/resolver?id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Z][a-z][0-9]+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/cmungall/gold-ontology/refs/heads/main/gold.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0871-5567 ;
    bioregistry.schema:0000024 "https://gold.jgi.doe.gov/resolver?id="^^xsd:string ;
    bioregistry.schema:0000027 <https://gold.jgi.doe.gov/resolver?id=Gs0000008> ;
    bioregistry.schema:0000029 "gold" .

orcid:0000-0002-0871-5567 rdfs:label "TBK Reddy" ;
    foaf:mbox "tbreddy@lbl.gov" .

integbio:nbdc00483 dcterms:isPartOf bioregistry.metaresource:integbio .

fairsharing:FAIRsharing.4c40ed dcterms:isPartOf bioregistry.metaresource:fairsharing .

prefixcommons:gold dcterms:isPartOf bioregistry.metaresource:prefixcommons .

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

ols:gold dcterms:isPartOf bioregistry.metaresource:ols .

re3data:r3d100010808 dcterms:isPartOf bioregistry.metaresource:re3data .

