@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix togoid: <https://togoid.dbcls.jp/#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:OMA.PROTEIN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:oma.protein .

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

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

bioregistry.metaresource:togoid dcterms:hasPart togoid:OmaProtein .

bioregistry:oma.protein a bioregistry.schema:0000001 ;
    rdfs:label "OMA Protein" ;
    dcterms:description "OMA (Orthologous MAtrix) is a database that identifies orthologs among publicly available, complete genome sequences. It identifies orthologous relationships which can be accessed either group-wise, where all group members are orthologous to all other group members, or on a sequence-centric basis, where for a given protein all its orthologs in all other species are displayed. This collection references individual protein records."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:OMA.PROTEIN,
        n2t:oma.protein,
        miriam:oma.protein,
        togoid:OmaProtein ;
    dcat:keyword "protein" ;
    foaf:homepage <https://omabrowser.org/oma/home/> ;
    bioregistry.schema:0000005 "HUMAN16963"^^xsd:string ;
    bioregistry.schema:0000006 "https://omabrowser.org/oma/vps/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Z0-9]{5}\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://omabrowser.org/oma/vps/"^^xsd:string ;
    bioregistry.schema:0000027 <https://omabrowser.org/oma/vps/HUMAN16963> ;
    bioregistry.schema:0000029 "oma.protein" .

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

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

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

togoid:OmaProtein dcterms:isPartOf bioregistry.metaresource:togoid .

