@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:mito .

bioregistry:mito a bioregistry.schema:0000001 ;
    rdfs:label "Mention Typing Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "An ontology with predicates to formalization of the concept of mentions. The mentions may be either explicit (e.g. as when well stated into an article \"Dr. Johnson's groundbreaking research on climate change\") or implicit (e.g. such as discussing \"seminal studies in the field\"). MiTO contains the object property mito:mentions and its inverse mito:isMentionedBy."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/SPAROntologies/mito> ;
    dcat:keyword "mentions",
        "natural language processing",
        "ner",
        "nlp",
        "ontology",
        "text mining" ;
    foaf:homepage <http://purl.org/spar/mito> ;
    bioregistry.schema:0000005 "MentionType"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/spar/mito/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0009-0006-3139-1667 ;
    bioregistry.schema:0000024 "http://purl.org/spar/mito/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/spar/mito/MentionType> ;
    bioregistry.schema:0000029 "mito" .

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

orcid:0009-0006-3139-1667 rdfs:label "Matteo Guenci" .

