@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 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 n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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:biocontext dcterms:hasPart biocontext:ORTHODB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:orthodb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:orthodb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:orthodb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:orthodb .

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

bioregistry:orthodb a bioregistry.schema:0000001 ;
    rdfs:label "OrthoDB" ;
    dcterms:description "OrthoDB presents a catalog of eukaryotic orthologous protein-coding genes across vertebrates, arthropods, and fungi. Orthology refers to the last common ancestor of the species under consideration, and thus OrthoDB explicitly delineates orthologs at each radiation along the species phylogeny. The database of orthologs presents available protein descriptors, together with Gene Ontology and InterPro attributes, which serve to provide general descriptive annotations of the orthologous groups"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:ORTHODB,
        n2t:orthodb,
        prefixcommons:orthodb,
        miriam:orthodb,
        uniprot.resource:DB-0143 ;
    dcat:keyword "dna",
        "eukaryotic",
        "phylogenomic databases",
        "protein" ;
    foaf:homepage <https://www.orthodb.org> ;
    bioregistry.schema:0000005 "Q9P0K8"^^xsd:string ;
    bioregistry.schema:0000006 "http://cegg.unige.ch/orthodb/results?searchtext=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000011 bioregistry:uniprot ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-5178-1498 ;
    bioregistry.schema:0000024 "http://cegg.unige.ch/orthodb/results?searchtext="^^xsd:string ;
    bioregistry.schema:0000027 <http://cegg.unige.ch/orthodb/results?searchtext=Q9P0K8> ;
    bioregistry.schema:0000029 "orthodb" .

orcid:0000-0002-5178-1498 rdfs:label "Evgeny M Zdobnov" ;
    foaf:mbox "evgeny.zdobnov@unige.ch" .

biocontext:ORTHODB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:orthodb dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:orthodb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:orthodb dcterms:isPartOf bioregistry.metaresource:miriam .

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

