@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix pathguide: <http://www.pathguide.org/fullrecord.php?DBID=> .
@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:plant_reactome .

bioregistry.metaresource:miriam dcterms:hasPart miriam:plant_reactome .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:587 .

bioregistry:plant_reactome a bioregistry.schema:0000001 ;
    rdfs:label "Plant Reactome" ;
    dcterms:description "PLANT REACTOME is an open-source, open access, manually curated and peer-reviewed pathway database. Pathway annotations are authored by expert biologists, in collaboration with the Reactome editorial staff and cross-referenced to many bioinformatics databases. These include project databases like Gramene, Ensembl, UniProt, ChEBI small molecule databases, PubMed, and Gene Ontology."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:587,
        miriam:plant_reactome ;
    dcat:keyword "biopax",
        "psi-mi",
        "sbml" ;
    foaf:homepage <https://www.gramene.org> ;
    bioregistry.schema:0000005 "R-ACH-1120024"^^xsd:string ;
    bioregistry.schema:0000006 "https://plantreactome.gramene.org/content/detail/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^R-[A-Z]{3}-\\d+(-\\d+)?(\\.\\d+)?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://plantreactome.gramene.org/content/detail/"^^xsd:string ;
    bioregistry.schema:0000027 <https://plantreactome.gramene.org/content/detail/R-ACH-1120024> ;
    bioregistry.schema:0000029 "plant_reactome" .

pathguide:587 dcterms:isPartOf bioregistry.metaresource:pathguide .

miriam:plant_reactome dcterms:isPartOf bioregistry.metaresource:miriam .

