Skip to content

Commit

Permalink
Merge pull request #78 from berkeleybop/74-implement-categories-as-su…
Browse files Browse the repository at this point in the history
…bsets-on-in-schemes

aio-edit.owl individuals & aio-src.csv examples for google sheets
  • Loading branch information
turbomam authored Jun 10, 2024
2 parents b672a15 + 6cb3bed commit 2bb90bc
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 420 deletions.
24 changes: 24 additions & 0 deletions src/ontology/aio-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ 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>))
Declaration(NamedIndividual(<https://w3id.org/aio/LayerSubset>))
Declaration(NamedIndividual(<https://w3id.org/aio/MachineLearningSubset>))
Declaration(NamedIndividual(<https://w3id.org/aio/ModelSubset>))
Declaration(NamedIndividual(<https://w3id.org/aio/NetworkSubset>))
Declaration(NamedIndividual(<https://w3id.org/aio/PreprocessingSubset>))

Declaration(AnnotationProperty(dcterms:description))
Declaration(AnnotationProperty(dcterms:license))
Declaration(AnnotationProperty(dcterms:title))
Expand All @@ -43,5 +53,19 @@ AnnotationAssertion(rdfs:label dcterms:title "title")
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)
AnnotationAssertion(rdfs:label <https://w3id.org/aio/LayerSubset> "Layer Subset"@en)
AnnotationAssertion(rdfs:label <https://w3id.org/aio/MachineLearningSubset> "Machine Learning Subset"@en)
AnnotationAssertion(rdfs:label <https://w3id.org/aio/ModelSubset> "Model Subset"@en)
AnnotationAssertion(rdfs:label <https://w3id.org/aio/NetworkSubset> "Network Subset"@en)
AnnotationAssertion(rdfs:label <https://w3id.org/aio/PreprocessingSubset> "Preprocessing Subset"@en)

)

Loading

0 comments on commit 2bb90bc

Please sign in to comment.