@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:caloha .

bioregistry:caloha a bioregistry.schema:0000001 ;
    rdfs:label "CALIPHO Group Ontology of Human Anatomy" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This is a code repository for the SIB - Swiss Institute of Bioinformatics CALIPHO group neXtProt project, which is a comprehensive human-centric discovery platform, that offers a integration of and navigation through protein-related data. CALIPHO is an interdisciplinary team which aims to use a variety of methodologies to help uncover the function of uncharacterized human proteins."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/calipho-sib/controlled-vocabulary> ;
    dcat:keyword "anatomy",
        "human",
        "ontology",
        "physiology" ;
    foaf:homepage <https://github.com/calipho-sib/controlled-vocabulary> ;
    bioregistry.schema:0000005 "TS-0001"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.nextprot.org/term/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^TS-\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/calipho-sib/controlled-vocabulary/master/caloha.obo> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0819-0473 ;
    bioregistry.schema:0000024 "https://www.nextprot.org/term/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.nextprot.org/term/TS-0001> ;
    bioregistry.schema:0000029 "caloha" .

orcid:0000-0002-0819-0473 rdfs:label "Paula Duek Roggli" ;
    foaf:mbox "Paula.Duek@sib.swiss" .

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

