-
Notifications
You must be signed in to change notification settings - Fork 3
/
aio-edit.owl
executable file
·130 lines (88 loc) · 7.67 KB
/
aio-edit.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
Prefix(aio:=<https://w3id.org/aio/>)
Prefix(BFO:=<http://purl.obolibrary.org/obo/BFO_>)
Prefix(IAO:=<http://purl.obolibrary.org/obo/IAO_>)
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/>)
Ontology(<https://w3id.org/aio/artificial-intelligence-ontology.owl>
Import(<http://purl.obolibrary.org/obo/aio/components/aio-component.owl>)
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")
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/BFO_0000050>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/BFO_0000051>))
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000115>))
Declaration(AnnotationProperty(dcterms:description))
Declaration(AnnotationProperty(dcterms:license))
Declaration(AnnotationProperty(dcterms:title))
Declaration(AnnotationProperty(<http://www.geneontology.org/formats/oboInOwl#SubsetProperty>))
Declaration(AnnotationProperty(<https://w3id.org/aio/ActivationFunctionSubset>))
Declaration(AnnotationProperty(<https://w3id.org/aio/BiasSubset>))
Declaration(AnnotationProperty(<https://w3id.org/aio/ClassSubset>))
Declaration(AnnotationProperty(<https://w3id.org/aio/FunctionSubset>))
Declaration(AnnotationProperty(<https://w3id.org/aio/InstanceNormalizationLayerSubset>))
Declaration(AnnotationProperty(<https://w3id.org/aio/LayerSubset>))
Declaration(AnnotationProperty(<https://w3id.org/aio/MachineLearningSubset>))
Declaration(AnnotationProperty(<https://w3id.org/aio/ModelSubset>))
Declaration(AnnotationProperty(<https://w3id.org/aio/NetworkSubset>))
Declaration(AnnotationProperty(<https://w3id.org/aio/PreprocessingSubset>))
############################
# Annotation Properties
############################
# Annotation Property: <http://purl.obolibrary.org/obo/IAO_0000115> (definition)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/IAO_0000115> "The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/IAO_0000115> "definition")
# Annotation Property: dcterms:description (description)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> dcterms:description "Description may include but is not limited to: an abstract, table of contents, reference to a graphical representation of content or a free-text account of the content.")
AnnotationAssertion(rdfs:label dcterms:description "description")
# Annotation Property: dcterms:license (license)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> dcterms:license "A legal document giving official permission to do something with the resource.")
AnnotationAssertion(rdfs:label dcterms:license "license")
# Annotation Property: dcterms:title (title)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> dcterms:title "A name given to the resource.")
AnnotationAssertion(rdfs:label dcterms:title "title")
# Annotation Property: <http://www.geneontology.org/formats/oboInOwl#SubsetProperty> (subset_property)
AnnotationAssertion(rdfs:label <http://www.geneontology.org/formats/oboInOwl#SubsetProperty> "subset_property"@en)
# Annotation Property: <https://w3id.org/aio/ActivationFunctionSubset> (<https://w3id.org/aio/ActivationFunctionSubset>)
AnnotationAssertion(rdfs:comment <https://w3id.org/aio/ActivationFunctionSubset> "Activation Function Subset")
SubAnnotationPropertyOf(<https://w3id.org/aio/ActivationFunctionSubset> <http://www.geneontology.org/formats/oboInOwl#SubsetProperty>)
# Annotation Property: <https://w3id.org/aio/BiasSubset> (<https://w3id.org/aio/BiasSubset>)
AnnotationAssertion(rdfs:comment <https://w3id.org/aio/BiasSubset> "Bias Subset"@en)
SubAnnotationPropertyOf(<https://w3id.org/aio/BiasSubset> <http://www.geneontology.org/formats/oboInOwl#SubsetProperty>)
# Annotation Property: <https://w3id.org/aio/ClassSubset> (<https://w3id.org/aio/ClassSubset>)
AnnotationAssertion(rdfs:comment <https://w3id.org/aio/ClassSubset> "Class Subset"@en)
SubAnnotationPropertyOf(<https://w3id.org/aio/ClassSubset> <http://www.geneontology.org/formats/oboInOwl#SubsetProperty>)
# Annotation Property: <https://w3id.org/aio/FunctionSubset> (<https://w3id.org/aio/FunctionSubset>)
AnnotationAssertion(rdfs:comment <https://w3id.org/aio/FunctionSubset> "Function Subset"@en)
SubAnnotationPropertyOf(<https://w3id.org/aio/FunctionSubset> <http://www.geneontology.org/formats/oboInOwl#SubsetProperty>)
# Annotation Property: <https://w3id.org/aio/InstanceNormalizationLayerSubset> (<https://w3id.org/aio/InstanceNormalizationLayerSubset>)
AnnotationAssertion(rdfs:comment <https://w3id.org/aio/InstanceNormalizationLayerSubset> "Instance Normalization Layer Subset")
SubAnnotationPropertyOf(<https://w3id.org/aio/InstanceNormalizationLayerSubset> <http://www.geneontology.org/formats/oboInOwl#SubsetProperty>)
# Annotation Property: <https://w3id.org/aio/LayerSubset> (<https://w3id.org/aio/LayerSubset>)
AnnotationAssertion(rdfs:comment <https://w3id.org/aio/LayerSubset> "Layer Subset"@en)
SubAnnotationPropertyOf(<https://w3id.org/aio/LayerSubset> <http://www.geneontology.org/formats/oboInOwl#SubsetProperty>)
# Annotation Property: <https://w3id.org/aio/MachineLearningSubset> (<https://w3id.org/aio/MachineLearningSubset>)
AnnotationAssertion(rdfs:comment <https://w3id.org/aio/MachineLearningSubset> "Machine Learning Subset"@en)
SubAnnotationPropertyOf(<https://w3id.org/aio/MachineLearningSubset> <http://www.geneontology.org/formats/oboInOwl#SubsetProperty>)
# Annotation Property: <https://w3id.org/aio/ModelSubset> (<https://w3id.org/aio/ModelSubset>)
AnnotationAssertion(rdfs:comment <https://w3id.org/aio/ModelSubset> "Model Subset"@en)
SubAnnotationPropertyOf(<https://w3id.org/aio/ModelSubset> <http://www.geneontology.org/formats/oboInOwl#SubsetProperty>)
# Annotation Property: <https://w3id.org/aio/NetworkSubset> (<https://w3id.org/aio/NetworkSubset>)
AnnotationAssertion(rdfs:comment <https://w3id.org/aio/NetworkSubset> "Network Subset"@en)
SubAnnotationPropertyOf(<https://w3id.org/aio/NetworkSubset> <http://www.geneontology.org/formats/oboInOwl#SubsetProperty>)
# Annotation Property: <https://w3id.org/aio/PreprocessingSubset> (<https://w3id.org/aio/PreprocessingSubset>)
AnnotationAssertion(rdfs:comment <https://w3id.org/aio/PreprocessingSubset> "Preprocessing Subset"@en)
SubAnnotationPropertyOf(<https://w3id.org/aio/PreprocessingSubset> <http://www.geneontology.org/formats/oboInOwl#SubsetProperty>)
############################
# Object Properties
############################
# Object Property: <http://purl.obolibrary.org/obo/BFO_0000050> (part of)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/BFO_0000050> "A core relation that holds between a part and its whole"@en)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/BFO_0000050> "part of"@en)
# Object Property: <http://purl.obolibrary.org/obo/BFO_0000051> (has part)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/BFO_0000051> "A core relation that holds between a whole and its part"@en)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/BFO_0000051> "has part"@en)
)