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

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:AIO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:aio .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.8d6247 .

bioregistry:aio a bioregistry.schema:0000001 ;
    rdfs:label "The Artificial Intelligence Ontology" ;
    dcterms:contributor orcid:0000-0002-8741-7823 ;
    dcterms:description "This ontology models classes and relationships describing deep learning networks, their component layers and activation functions, as well as potential biases."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/berkeleybop/artificial-intelligence-ontology> ;
    skos:exactMatch aberowl:AIO,
        bioportal:AIO,
        fairsharing:FAIRsharing.8d6247 ;
    dcat:keyword "artificial intelligence",
        "computational biology",
        "knowledge representation",
        "machine learning",
        "natural language processing",
        "ontology" ;
    foaf:homepage <https://github.com/berkeleybop/artificial-intelligence-ontology> ;
    bioregistry.schema:0000005 "Causal_Graphical_Model"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/aio/$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/berkeleybop/artificial-intelligence-ontology/main/aio.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-8175-045X ;
    bioregistry.schema:0000021 orcid:0000-0001-9439-5346 ;
    bioregistry.schema:0000024 "https://w3id.org/aio/"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/aio/Causal_Graphical_Model> ;
    bioregistry.schema:0000029 "aio" .

orcid:0000-0001-8175-045X rdfs:label "Marcin Pawel Joachimiak" ;
    foaf:mbox "MJoachimiak@lbl.gov" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "benjamin_gyori@hms.harvard.edu" .

orcid:0000-0002-8741-7823 rdfs:label "Lindsey N. Anderson" ;
    foaf:mbox "Lindsey.Anderson@pnnl.gov" .

aberowl:AIO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:AIO dcterms:isPartOf bioregistry.metaresource:bioportal .

fairsharing:FAIRsharing.8d6247 dcterms:isPartOf bioregistry.metaresource:fairsharing .

