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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:oryzabase.reference .

bioregistry.metaresource:miriam dcterms:hasPart miriam:oryzabase.reference .

bioregistry.metaresource:n2t dcterms:hasPart n2t:oryzabase.reference .

bioregistry:oryzabase.reference a bioregistry.schema:0000001 ;
    rdfs:label "Oryzabase Reference" ;
    dcterms:description "The Oryzabase is a comprehensive rice science database established in 2000 by rice researcher's committee in Japan."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch n2t:oryzabase.reference,
        miriam:oryzabase.reference ;
    foaf:homepage <http://www.shigen.nig.ac.jp/rice/oryzabaseV4/> ;
    bioregistry.schema:0000005 "42840"^^xsd:string ;
    bioregistry.schema:0000006 "https://shigen.nig.ac.jp/rice/oryzabase/reference/detail/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://shigen.nig.ac.jp/rice/oryzabase/reference/detail/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02xg1m795 ;
    bioregistry.schema:0000027 <https://shigen.nig.ac.jp/rice/oryzabase/reference/detail/42840> ;
    bioregistry.schema:0000029 "oryzabase.reference" .

n2t:oryzabase.reference dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:oryzabase.reference dcterms:isPartOf bioregistry.metaresource:miriam .

