@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@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 go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix orcid: <https://orcid.org/> .
@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:biolink dcterms:hasPart biolink:GOREL .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gorel .

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

bioregistry:gorel a bioregistry.schema:0000001 ;
    rdfs:label "GO Relations" ;
    dcterms:contributor orcid:0000-0003-4423-4370,
        orcid:0009-0006-4842-7427 ;
    dcterms:description "Documentation of GO that provides a description of some of the commonly used relationships and conventions in GO."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biolink:GOREL,
        go.resource:GOREL ;
    dcat:keyword "ontology" ;
    foaf:homepage <http://geneontology.org/docs/ontology-relations/> ;
    bioregistry.schema:0000005 "0002005"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/GOREL_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <ftp://ftp.geneontology.org/pub/go/ontology/extensions/gorel.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/GOREL_"^^xsd:string ;
    bioregistry.schema:0000027 obo:GOREL_0002005 ;
    bioregistry.schema:0000029 "gorel" .

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

orcid:0009-0006-4842-7427 rdfs:label "Arslaan Zahid" .

biolink:GOREL dcterms:isPartOf bioregistry.metaresource:biolink .

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

