@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 orcid: <https://orcid.org/> .
@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:uniprot.arba .

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

bioregistry:uniprot.arba a bioregistry.schema:0000001 ;
    rdfs:label "Association-Rule-Based Annotator" ;
    dcterms:contributor orcid:0000-0002-6601-2165 ;
    dcterms:description "Association-Rule-Based Annotator (ARBA), a multiclass, self-training annotation system for automatic classification and annotation of UniProtKB proteins. This replaces the previous rule-based SAAS system."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch go.resource:ARBA ;
    foaf:homepage <https://www.uniprot.org/arba> ;
    bioregistry.schema:0000005 "ARBA00000001"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.uniprot.org/arba/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^ARBA\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6982-4660 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000023 "arba" ;
    bioregistry.schema:0000024 "https://www.uniprot.org/arba/"^^xsd:string ;
    bioregistry.schema:0000026 ror:017yq1n41 ;
    bioregistry.schema:0000027 <https://www.uniprot.org/arba/ARBA00000001> ;
    bioregistry.schema:0000029 "uniprot.arba" .

orcid:0000-0002-6601-2165 rdfs:label "Chris Mungall" ;
    foaf:mbox "cjmungall@lbl.gov" .

orcid:0000-0002-6982-4660 rdfs:label "Alex Bateman" ;
    foaf:mbox "agb@ebi.ac.uk" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

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

