@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:bioregistry dcterms:hasPart bioregistry:ontie .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.kx2md1 .

bioregistry:ontie a bioregistry.schema:0000001 ;
    rdfs:label "Ontology for Immune Epitopes" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Ontology of Immune Epitopes (ONTIE) is an effort to represent terms in the immunology domain in a formal ontology with the specific goal of representing experiments that identify and characterize immune epitopes."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/IEDB/ONTIE> ;
    skos:exactMatch fairsharing:FAIRsharing.kx2md1 ;
    dcat:keyword "immunology",
        "infection process",
        "life science",
        "major histocompatibility complex",
        "ontology" ;
    foaf:homepage <https://ontology.iedb.org/> ;
    bioregistry.schema:0000005 "0000001"^^xsd:string ;
    bioregistry.schema:0000006 "https://ontology.iedb.org/ontology/ONTIE_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/IEDB/ONTIE/master/ontie.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-8457-6693 ;
    bioregistry.schema:0000024 "https://ontology.iedb.org/ontology/ONTIE_"^^xsd:string ;
    bioregistry.schema:0000027 <https://ontology.iedb.org/ontology/ONTIE_0000001> ;
    bioregistry.schema:0000029 "ontie" .

orcid:0000-0002-8457-6693 rdfs:label "Bjoern Peters" ;
    foaf:mbox "bpeters@lji.org" .

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

fairsharing:FAIRsharing.kx2md1 dcterms:isPartOf bioregistry.metaresource:fairsharing .

