@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 integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:GOA .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:goa .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00468 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:goa .

bioregistry.metaresource:n2t dcterms:hasPart n2t:goa .

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

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:goa .

bioregistry:goa a bioregistry.schema:0000001 ;
    rdfs:label "Gene Ontology Annotation Database" ;
    dcterms:description "The GOA (Gene Ontology Annotation) project provides high-quality Gene Ontology (GO) annotations to proteins in the UniProt Knowledgebase (UniProtKB) and International Protein Index (IPI). This involves electronic annotation and the integration of high-quality manual GO annotation from all GO Consortium model organism groups and specialist groups."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:GOA,
        n2t:goa,
        ncbi.resource:GOA,
        integbio:nbdc00468,
        prefixcommons:goa,
        miriam:goa ;
    dcat:keyword "gene",
        "ontology",
        "ontology/terminology/nomenclature",
        "protein",
        "rna" ;
    foaf:homepage <http://www.ebi.ac.uk/GOA/> ;
    bioregistry.schema:0000005 "P12345"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/QuickGO/GProtein?ac=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^(([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9]))|(URS[0-9A-F]{10}(_[0-9]+){0,1})|(EBI-[0-9]+)$"^^xsd:string ;
    bioregistry.schema:0000011 bioregistry:uniprot ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-6718-3559 ;
    bioregistry.schema:0000024 "https://www.ebi.ac.uk/QuickGO/GProtein?ac="^^xsd:string ;
    bioregistry.schema:0000027 <https://www.ebi.ac.uk/QuickGO/GProtein?ac=P12345> ;
    bioregistry.schema:0000029 "goa" .

orcid:0000-0001-6718-3559 rdfs:label "Rachael P. Huntley" ;
    foaf:mbox "r.huntley@ucl.ac.uk" .

biocontext:GOA dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:goa dcterms:isPartOf bioregistry.metaresource:n2t .

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

integbio:nbdc00468 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:goa dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:goa dcterms:isPartOf bioregistry.metaresource:miriam .

