-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathunbbayes.ttl
executable file
·156 lines (99 loc) · 5.57 KB
/
unbbayes.ttl
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
@prefix : <http://www.ai4eu.eu/ontologies/data#> .
@prefix ai: <http://www.ai4eu.eu/ontologies/core#> .
@prefix cso: <https://cso.kmi.open.ac.uk/topics/> .
@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://www.w3.org/2002/07/owl#> .
[ rdf:type owl:Ontology
] .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/terms/description
dcterms:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/source
dcterms:source rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/title
dcterms:title rdf:type owl:AnnotationProperty .
### http://www.ai4eu.eu/ontologies/core#atTRL
ai:atTRL rdf:type owl:AnnotationProperty .
### http://www.ai4eu.eu/ontologies/core#authority
ai:authority rdf:type owl:AnnotationProperty .
### http://www.ai4eu.eu/ontologies/core#download
ai:download rdf:type owl:AnnotationProperty .
### http://www.ai4eu.eu/ontologies/core#keyword
ai:keyword rdf:type owl:AnnotationProperty .
### http://www.ai4eu.eu/ontologies/core#location
ai:location rdf:type owl:AnnotationProperty .
### http://www.ai4eu.eu/ontologies/core#trl
ai:trl rdf:type owl:AnnotationProperty .
### http://xmlns.com/foaf/0.1/homepage
foaf:homepage rdf:type owl:AnnotationProperty .
### http://xmlns.com/foaf/0.1/name
foaf:name rdf:type owl:AnnotationProperty .
#################################################################
# Classes
#################################################################
### http://purl.org/dc/terms/LicenseDocument
dcterms:LicenseDocument rdf:type owl:Class .
### http://www.ai4eu.eu/ontologies/core#ComputationalResource
ai:ComputationalResource rdf:type owl:Class .
### http://www.ai4eu.eu/ontologies/core#Manual
ai:Manual rdf:type owl:Class .
### http://www.ai4eu.eu/ontologies/core#SoftwareComponent
ai:SoftwareComponent rdf:type owl:Class .
### http://www.ai4eu.eu/ontologies/core#StandAlone
ai:StandAlone rdf:type owl:Class .
### http://www.ai4eu.eu/ontologies/core#TechnologyReadinessLevel
ai:TechnologyReadinessLevel rdf:type owl:Class .
### http://xmlns.com/foaf/0.1/Organization
foaf:Organization rdf:type owl:Class .
#################################################################
# Individuals
#################################################################
### http://www.ai4eu.eu/ontologies/data#CPU
:CPU rdf:type owl:NamedIndividual ,
ai:ComputationalResource .
### http://www.ai4eu.eu/ontologies/data#eu
:eu rdf:type owl:NamedIndividual ,
foaf:Organization ;
foaf:name "European Commission"@en .
### http://www.ai4eu.eu/ontologies/data#trl6
:trl6 rdf:type owl:NamedIndividual ,
ai:TechnologyReadinessLevel ;
dcterms:description "actual system proven for simple academic use cases"@en ;
ai:authority :eu ;
ai:trl 6 .
### http://www.co-ode.org/ontologies/ont.owl#gpl3
<http://www.co-ode.org/ontologies/ont.owl#gpl3> rdf:type owl:NamedIndividual ,
dcterms:LicenseDocument ;
dcterms:source "https://www.gnu.org/licenses/gpl-3.0.en.html"^^xsd:anyURI .
### http://www.co-ode.org/ontologies/ont.owl#unb
<http://www.co-ode.org/ontologies/ont.owl#unb> rdf:type owl:NamedIndividual ,
foaf:Organization ;
ai:location <http://dbpedia.org/page/Bras%C3%ADlia> ;
foaf:homepage <https://www.unb.br/> ;
foaf:name "University of Brasilia"@en .
### http://www.co-ode.org/ontologies/ont.owl#unbbayes
<http://www.co-ode.org/ontologies/ont.owl#unbbayes> rdf:type owl:NamedIndividual ,
ai:SoftwareComponent ;
ai:keyword "Bayesian Network"@en ,
"Probabilistic Graphical Model"@en ,
"Probabilistic Reasoning"@en ;
foaf:name "UnBBayes"@en .
### http://www.co-ode.org/ontologies/ont.owl#unbbayes-distro
<http://www.co-ode.org/ontologies/ont.owl#unbbayes-distro> rdf:type owl:NamedIndividual ,
ai:StandAlone ;
ai:download "https://sourceforge.net/projects/unbbayes/files/"^^xsd:anyURI ;
ai:trl :trl6 .
### http://www.co-ode.org/ontologies/ont.owl#unbbayes-userguide
<http://www.co-ode.org/ontologies/ont.owl#unbbayes-userguide> rdf:type owl:NamedIndividual ,
ai:Manual ;
dcterms:title "UnBBayes User Guide"@en ;
foaf:homepage <https://sourceforge.net/p/unbbayes/wiki/Home/> .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi