@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:sabiork.compound .

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

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

bioregistry:sabiork.compound a bioregistry.schema:0000001 ;
    rdfs:label "SABIO-RK Compound" ;
    dcterms:description "SABIO-RK is a relational database system that contains information about biochemical reactions, their kinetic equations with their parameters, and the experimental conditions under which these parameters were measured. The compound data set provides information regarding the reactions in which a compound participates as substrate, product or modifier (e.g. inhibitor, cofactor), and links to further information."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch n2t:sabiork.compound,
        miriam:sabiork.compound ;
    foaf:homepage <http://sabiork.h-its.org/> ;
    bioregistry.schema:0000005 "75"^^xsd:string ;
    bioregistry.schema:0000006 "http://sabiork.h-its.org/newSearch?q=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://sabiork.h-its.org/newSearch?q="^^xsd:string ;
    bioregistry.schema:0000027 <http://sabiork.h-its.org/newSearch?q=75> ;
    bioregistry.schema:0000029 "sabiork.compound" .

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

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

