Skip to content

Commit

Permalink
Merge pull request #77 from berkeleybop/64-remove-current-root-node
Browse files Browse the repository at this point in the history
removed root class from aio-edit.owl
  • Loading branch information
turbomam authored Jun 10, 2024
2 parents fa7c9d7 + f375e02 commit 72ab41b
Show file tree
Hide file tree
Showing 4 changed files with 2,038 additions and 1,360 deletions.
8 changes: 0 additions & 8 deletions src/ontology/aio-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Annotation(dcterms:license <https://creativecommons.org/licenses/unspecified>)
Annotation(dcterms:title "Artificial Intelligence Ontology")


Declaration(Class(<http://purl.obolibrary.org/obo/ARTIFICIAL-INTELLIGENCE-ONTOLOGY_0000000>))

Declaration(NamedIndividual(<https://w3id.org/aio/BiasSubset>))
Declaration(NamedIndividual(<https://w3id.org/aio/ClassSubset>))
Declaration(NamedIndividual(<https://w3id.org/aio/FunctionSubset>))
Expand All @@ -48,16 +46,11 @@ AnnotationAssertion(rdfs:label dcterms:title "title")
# Classes
############################

# Class: <http://purl.obolibrary.org/obo/ARTIFICIAL-INTELLIGENCE-ONTOLOGY_0000000> (root node)

AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/ARTIFICIAL-INTELLIGENCE-ONTOLOGY_0000000> "root node"@en)


############################
# Named Individuals
############################


AnnotationAssertion(rdfs:label <https://w3id.org/aio/BiasSubset> "Bias Subset"@en)
AnnotationAssertion(rdfs:label <https://w3id.org/aio/ClassSubset> "Class Subset"@en)
AnnotationAssertion(rdfs:label <https://w3id.org/aio/FunctionSubset> "Function Subset"@en)
Expand All @@ -68,4 +61,3 @@ AnnotationAssertion(rdfs:label <https://w3id.org/aio/NetworkSubset> "Network Sub
AnnotationAssertion(rdfs:label <https://w3id.org/aio/PreprocessingSubset> "Preprocessing Subset"@en)

)

Loading

0 comments on commit 72ab41b

Please sign in to comment.