Skip to content

Commit

Permalink
Merge pull request #94 from berkeleybop/has-part-experimentation
Browse files Browse the repository at this point in the history
has-part-experimentation
  • Loading branch information
turbomam authored Jun 10, 2024
2 parents 628d247 + d8cea97 commit d457578
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
27 changes: 21 additions & 6 deletions src/ontology/aio-edit.owl
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@

Prefix(:=<http://purl.obolibrary.org/obo/artificial-intelligence-ontology.owl#>)
Prefix(:=<https://w3id.org/aio>)
Prefix(dce:=<http://purl.org/dc/elements/1.1/>)
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Prefix(dcterms:=<http://purl.org/dc/terms/>)
Prefix(BFO:=<http://purl.obolibrary.org/obo/BFO_>)
Prefix(IAO:=<http://purl.obolibrary.org/obo/IAO_>)


Ontology(<http://purl.obolibrary.org/obo/artificial-intelligence-ontology.owl>
Ontology(<https://w3id.org/aio/artificial-intelligence-ontology.owl>


# Import(<http://purl.obolibrary.org/obo/aio/imports/swo_import.owl>)
Import(<http://purl.obolibrary.org/obo/aio/components/aio-component.owl>)


Annotation(dcterms:description "None")
Annotation(dcterms:license <https://creativecommons.org/licenses/unspecified>)
Annotation(dcterms:description "This ontology models classes and relationships describing deep learning networks, their component layers and activation functions, as well as potential biases.")
Annotation(dcterms:license <http://creativecommons.org/licenses/by/4.0/>)
Annotation(dcterms:title "Artificial Intelligence Ontology")


Expand All @@ -34,6 +34,11 @@ Declaration(AnnotationProperty(dcterms:description))
Declaration(AnnotationProperty(dcterms:license))
Declaration(AnnotationProperty(dcterms:title))

Declaration(AnnotationProperty(IAO:0000115))

Declaration(ObjectProperty(BFO:0000050))
Declaration(ObjectProperty(BFO:0000051))

############################
# Annotation Properties
############################
Expand All @@ -42,6 +47,16 @@ AnnotationAssertion(rdfs:label dcterms:description "description")
AnnotationAssertion(rdfs:label dcterms:license "license")
AnnotationAssertion(rdfs:label dcterms:title "title")

AnnotationAssertion(rdfs:label IAO:0000115 "definition")

############################
# Object Properties
############################


AnnotationAssertion(rdfs:label BFO:0000050 "part of"@en)
AnnotationAssertion(rdfs:label BFO:0000051 "has part"@en)

############################
# Classes
############################
Expand Down
1 change: 0 additions & 1 deletion src/ontology/aio-odk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ github_org: berkeleybop
repo: artificial-intelligence-ontology
import_group:
products:
# - id: swo
report_fail_on: none
release_artefacts:
- base
Expand Down

0 comments on commit d457578

Please sign in to comment.