@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bioregistry.metaresource:tib a bioregistry.schema:0000002 ;
    rdfs:label "TIB Terminology Service" ;
    dc:description "The TIB Terminology Service is an instance of the EBI OLS." ;
    foaf:homepage "https://terminology.tib.eu" ;
    bioregistry.schema:0000005 "abcd" ;
    bioregistry.schema:0000006 "https://terminology.tib.eu/ts/ontologies/$1" ;
    bioregistry.schema:0000019 orcid:0000-0001-5246-9351 .

orcid:0000-0001-5246-9351 rdfs:label "Roman Baum" ;
    foaf:mbox "baum@zbmed.de" .

