@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 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 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:GRAMENE.PROTEIN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gramene.protein .

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

bioregistry.metaresource:miriam dcterms:hasPart miriam:gramene.protein .

bioregistry.metaresource:n2t dcterms:hasPart n2t:gramene.protein .

bioregistry:gramene.protein a bioregistry.schema:0000001 ;
    rdfs:label "Gramene protein" ;
    dcterms:description "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This datatype refers to proteins in Gramene."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:GRAMENE.PROTEIN,
        go.resource:GR_PROTEIN,
        n2t:gramene.protein,
        miriam:gramene.protein ;
    foaf:homepage <http://www.gramene.org/> ;
    bioregistry.schema:0000005 "78073"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.gramene.org/db/protein/protein_search?protein_id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "GR_PROTEIN" ;
    bioregistry.schema:0000024 "http://www.gramene.org/db/protein/protein_search?protein_id="^^xsd:string ;
    bioregistry.schema:0000026 ror:02qz8b764 ;
    bioregistry.schema:0000027 <http://www.gramene.org/db/protein/protein_search?protein_id=78073> ;
    bioregistry.schema:0000029 "gramene.protein" .

biocontext:GRAMENE.PROTEIN dcterms:isPartOf bioregistry.metaresource:biocontext .

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

n2t:gramene.protein dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:gramene.protein dcterms:isPartOf bioregistry.metaresource:miriam .

