@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 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:SEED.COMPOUND .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:seed.compound .

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

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

bioregistry:seed.compound a bioregistry.schema:0000001 ;
    rdfs:label "SEED Compound" ;
    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.COMPOUND,
        n2t:seed.compound,
        miriam:seed.compound ;
    foaf:homepage <http://modelseed.org/> ;
    bioregistry.schema:0000005 "cpd15380"^^xsd:string ;
    bioregistry.schema:0000006 "http://modelseed.org/biochem/compounds/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^cpd\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://modelseed.org/biochem/compounds/"^^xsd:string ;
    bioregistry.schema:0000026 ror:05gvnxz63 ;
    bioregistry.schema:0000027 <http://modelseed.org/biochem/compounds/cpd15380> ;
    bioregistry.schema:0000029 "seed.compound" .

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

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

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

