@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 integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix pathguide: <http://www.pathguide.org/fullrecord.php?DBID=> .
@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 uniprot.resource: <https://www.uniprot.org/database/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:araport .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc02433 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:tair.name .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:Araport .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:768 .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0221 .

bioregistry:araport a bioregistry.schema:0000001 ;
    rdfs:label "Arabidopsis Information Portal" ;
    dcterms:description "Website with general information about Arabidopsis and functionalities such as a genomic viewer"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:768,
        ncbi.resource:Araport,
        integbio:nbdc02433,
        miriam:tair.name,
        uniprot.resource:DB-0221 ;
    dcat:keyword "dna",
        "expression",
        "genome/gene",
        "interaction/pathway",
        "organism-specific databases",
        "portal",
        "protein",
        "rna",
        "sequence" ;
    foaf:homepage <https://www.araport.org/> ;
    bioregistry.schema:0000005 "AT5G05330"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.arabidopsis.org/servlets/TairObject?type=locus&name=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^AT.G[0-9]{5}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-5227-0200 ;
    bioregistry.schema:0000024 "https://www.arabidopsis.org/servlets/TairObject?type=locus&name="^^xsd:string ;
    bioregistry.schema:0000026 ror:0018yg518 ;
    bioregistry.schema:0000027 <https://www.arabidopsis.org/servlets/TairObject?type=locus&name=AT5G05330> ;
    bioregistry.schema:0000029 "araport" .

orcid:0000-0002-5227-0200 rdfs:label "Vivek Krishnakuma" ;
    foaf:mbox "hello@vivekkrish.com" .

pathguide:768 dcterms:isPartOf bioregistry.metaresource:pathguide .

ncbi.resource:Araport dcterms:isPartOf bioregistry.metaresource:ncbi .

integbio:nbdc02433 dcterms:isPartOf bioregistry.metaresource:integbio .

miriam:tair.name dcterms:isPartOf bioregistry.metaresource:miriam .

uniprot.resource:DB-0221 dcterms:isPartOf bioregistry.metaresource:uniprot .

