@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@prefix orcid: <https://orcid.org/> .
@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:SEED .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:seed.subsystem .

bioregistry.metaresource:go dcterms:hasPart go.resource:SEED .

bioregistry.metaresource:miriam dcterms:hasPart miriam:seed .

bioregistry.metaresource:n2t dcterms:hasPart n2t:seed .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:SEED .

bioregistry:seed.subsystem a bioregistry.schema:0000001 ;
    rdfs:label "SEED Subsystem" ;
    dcterms:contributor orcid:0000-0002-7674-5194,
        orcid:0000-0003-1982-9065 ;
    dcterms:description "This cooperative effort, which includes Fellowship for Interpretation of Genomes (FIG), Argonne National Laboratory, and the University of Chicago, focuses on the development of the comparative genomics environment called the SEED. It is a framework to support comparative analysis and annotation of genomes, and the development of curated genomic data (annotation). Curation is performed at the level of subsystems by an expert annotator, across many genomes, and not on a gene by gene basis. This collection references subsystems."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/TheSEED> ;
    skos:exactMatch biocontext:SEED,
        go.resource:SEED,
        n2t:seed,
        ncbi.resource:SEED,
        miriam:seed ;
    foaf:homepage <http://www.theseed.org> ;
    bioregistry.schema:0000005 "Biotin_biosynthesis"^^xsd:string ;
    bioregistry.schema:0000006 "https://pubseed.theseed.org/SubsysEditor.cgi?page=ShowSubsystem&subsystem=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000023 "seed" ;
    bioregistry.schema:0000024 "https://pubseed.theseed.org/SubsysEditor.cgi?page=ShowSubsystem&subsystem="^^xsd:string ;
    bioregistry.schema:0000027 <https://pubseed.theseed.org/SubsysEditor.cgi?page=ShowSubsystem&subsystem=Biotin_biosynthesis> ;
    bioregistry.schema:0000029 "seed.subsystem" .

orcid:0000-0002-7674-5194 rdfs:label "Sam Seaver" ;
    foaf:mbox "seaver@anl.gov" .

orcid:0000-0003-1982-9065 rdfs:label "AJ Ireland" ;
    foaf:mbox "aireland@lbl.gov" .

biocontext:SEED dcterms:isPartOf bioregistry.metaresource:biocontext .

go.resource:SEED dcterms:isPartOf bioregistry.metaresource:go .

n2t:seed dcterms:isPartOf bioregistry.metaresource:n2t .

ncbi.resource:SEED dcterms:isPartOf bioregistry.metaresource:ncbi .

miriam:seed dcterms:isPartOf bioregistry.metaresource:miriam .

