@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 miriam: <https://registry.identifiers.org/registry/> .
@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:aberowl dcterms:hasPart aberowl:ITO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:ITO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ito .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.89e853 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ito .

bioregistry:ito a bioregistry.schema:0000001 ;
    rdfs:label "Intelligence Task Ontology" ;
    dcterms:description "The Intelligence Task Ontology (ITO) provides a comprehensive map of machine intelligence tasks, as well as broader human intelligence or hybrid human/machine intelligence tasks."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/OpenBioLink/ITO> ;
    skos:exactMatch aberowl:ITO,
        bioportal:ITO,
        fairsharing:FAIRsharing.89e853,
        miriam:ito ;
    dcat:keyword "artificial intelligence",
        "machine learning",
        "natural language processing",
        "ontology" ;
    foaf:homepage <https://openbiolink.github.io/ITOExplorer/> ;
    bioregistry.schema:0000005 "01625"^^xsd:string ;
    bioregistry.schema:0000006 "https://bioportal.bioontology.org/ontologies/ITO/?p=classes&conceptid=https://identifiers.org/ito:ITO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/ITO/17/ito.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-4855-2571 ;
    bioregistry.schema:0000024 "https://bioportal.bioontology.org/ontologies/ITO/?p=classes&conceptid=https://identifiers.org/ito:ITO_"^^xsd:string ;
    bioregistry.schema:0000027 <https://bioportal.bioontology.org/ontologies/ITO/?p=classes&conceptid=https://identifiers.org/ito:ITO_01625> ;
    bioregistry.schema:0000029 "ito" .

orcid:0000-0002-4855-2571 rdfs:label "Matthias Samwald" ;
    foaf:mbox "matthias.samwald@meduniwien.ac.at" .

aberowl:ITO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:ITO dcterms:isPartOf bioregistry.metaresource:bioportal .

fairsharing:FAIRsharing.89e853 dcterms:isPartOf bioregistry.metaresource:fairsharing .

miriam:ito dcterms:isPartOf bioregistry.metaresource:miriam .

