-
Notifications
You must be signed in to change notification settings - Fork 18
/
rdf-toolkit.ttl
264 lines (220 loc) · 10.8 KB
/
rdf-toolkit.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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
@prefix : <https://spec.edmcouncil.org/rdfkit/configuration#> .
@prefix ao: <https://spec.edmcouncil.org/rdfkit/artifact#> .
@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#> .
<https://spec.edmcouncil.org/rdfkit/configuration> a owl:Ontology ;
owl:imports <https://spec.edmcouncil.org/rdfkit/artifact> , <https://spec.edmcouncil.org/rdfkit/command> ;
rdfs:seeAlso <https://wiki.edmcouncil.org/x/KYGJ> ;
rdfs:label "The RDF Toolkit Configuration File"@en ;
rdfs:comment """The RDF Toolkit Configuration File is an RDF file that defines what to \"build\" from the various OWL-based input Artifacts in the current Git repository. This file is supposed to be located in the root directory of the current branch of your Git repository.
When you're editing this file it is recommended to do this with Protege and to load both the Artifact Ontology (artifact-ontology.ttl) and this file in the same Protege \"window\"."""@en .
#
#
# #################################################################
# #
# # Annotation properties
# #
# #################################################################
#
#
# http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> a owl:AnnotationProperty .
#
# http://purl.org/dc/elements/1.1/date
<http://purl.org/dc/elements/1.1/date> a owl:AnnotationProperty .
#
#
#
# #################################################################
# #
# # Individuals
# #
# #################################################################
#
#
# https://spec.edmcouncil.org/rdfkit/configuration#action-build
:action-build a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:09:54Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#action-serialize
:action-serialize a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:10:30Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#branch-fibo-master
:branch-fibo-master a owl:NamedIndividual .
#
# https://spec.edmcouncil.org/rdfkit/configuration#command-build
:command-build a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:05:03Z"^^xsd:dateTime ;
rdfs:label "build"@en .
#
# https://spec.edmcouncil.org/rdfkit/configuration#command-build-ontology
:command-build-ontology a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:26:22Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#command-serialize
:command-serialize a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:05:11Z"^^xsd:dateTime ;
rdfs:label "serialize"@en .
#
# https://spec.edmcouncil.org/rdfkit/configuration#command-test
:command-test a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-17T20:47:44Z"^^xsd:dateTime ;
rdfs:label "test"@en .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-Accounting
:domain-fibo-Accounting a owl:NamedIndividual .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-AgentsAndPeople
:domain-fibo-AgentsAndPeople a owl:NamedIndividual ;
rdfs:label "Agents and People" .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-BusinessAndCommerce
:domain-fibo-BusinessAndCommerce a owl:NamedIndividual ;
rdfs:label "Business and Commerce" .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-BusinessEntities
:domain-fibo-BusinessEntities a owl:NamedIndividual ;
rdfs:label "Business Entities" .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-Corporations
:domain-fibo-Corporations a owl:NamedIndividual .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-Debt
:domain-fibo-Debt a owl:NamedIndividual .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-Derivatives
:domain-fibo-Derivatives a owl:NamedIndividual .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-Foundations
:domain-fibo-Foundations a owl:NamedIndividual ;
owl:sameAs :domain-fibo-fnd .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-IndicesAndIndicators
:domain-fibo-IndicesAndIndicators a owl:NamedIndividual ;
rdfs:label "Indices and Indicators" .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-Loan
:domain-fibo-Loan a owl:NamedIndividual .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-Securities
:domain-fibo-Securities a owl:NamedIndividual .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-fnd
:domain-fibo-fnd a owl:NamedIndividual ;
rdfs:comment "The Foundations Domain"@en ;
rdfs:label "FND"@en .
#
# https://spec.edmcouncil.org/rdfkit/configuration#domain-fibo-ind
:domain-fibo-ind a owl:NamedIndividual ;
rdfs:comment "The Indexes & Indices Domain"@en ;
rdfs:label "IND"@en .
#
# https://spec.edmcouncil.org/rdfkit/configuration#encoding-tar-gz
:encoding-tar-gz a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:30:19Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#ontology-fibo-AboutAccounting
:ontology-fibo-AboutAccounting a owl:NamedIndividual .
#
# https://spec.edmcouncil.org/rdfkit/configuration#ontology-fibo-AccountingEquity
:ontology-fibo-AccountingEquity a owl:NamedIndividual .
#
# https://spec.edmcouncil.org/rdfkit/configuration#ontology-fibo-CurrencyAmount
:ontology-fibo-CurrencyAmount a owl:NamedIndividual .
#
# https://spec.edmcouncil.org/rdfkit/configuration#option-debug
:option-debug a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:23:29Z"^^xsd:dateTime ;
rdfs:comment "Log at debug level"@en .
#
# https://spec.edmcouncil.org/rdfkit/configuration#option-help
:option-help a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:23:55Z"^^xsd:dateTime ;
rdfs:comment "Show the help"@en .
#
# https://spec.edmcouncil.org/rdfkit/configuration#option-verbose
:option-verbose a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:24:03Z"^^xsd:dateTime ;
rdfs:comment "Log verbosely"@en .
#
# https://spec.edmcouncil.org/rdfkit/configuration#option-version
:option-version a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:24:58Z"^^xsd:dateTime ;
rdfs:comment "Show the current version of RDF Toolkit"@en .
#
# https://spec.edmcouncil.org/rdfkit/configuration#product-family-dcam
:product-family-dcam a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:32:05Z"^^xsd:dateTime , "2017-03-26T18:27:58Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#product-family-fibo
:product-family-fibo a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:31:55Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#product-family-rdfkit
:product-family-rdfkit a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:32:17Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#rdfkit
:rdfkit a owl:NamedIndividual .
#
# https://spec.edmcouncil.org/rdfkit/configuration#reasoning-level-owl-dl
:reasoning-level-owl-dl a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-26T18:29:30Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#reasoning-level-owl-el
:reasoning-level-owl-el a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-26T18:29:56Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#reasoning-level-owl-sl
:reasoning-level-owl-sl a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-26T18:29:43Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#reasoning-level-rdfs
:reasoning-level-rdfs a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-26T18:29:13Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#serialization-format-json-ld
:serialization-format-json-ld a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:30:54Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#serialization-format-rdf-xml
:serialization-format-rdf-xml a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:31:33Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#serialization-format-turtle
:serialization-format-turtle a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-05T20:31:11Z"^^xsd:dateTime .
#
# https://spec.edmcouncil.org/rdfkit/configuration#state-release
:state-release a owl:NamedIndividual ;
<http://purl.org/dc/elements/1.1/creator> <http://orcid.org/0000-0003-2309-5068> ;
<http://purl.org/dc/elements/1.1/date> "2017-03-17T20:37:40Z"^^xsd:dateTime ;
rdfs:comment "A Domain in the Release State has been published, in the current or in a previous form and is now in maintenance mode."@en ;
rdfs:label "Release"@en .
#
# Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi