-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpproci.owl
295 lines (183 loc) · 12.1 KB
/
pproci.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
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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.semanticweb.org/MUIA/pproci#"
xml:base="http://www.semanticweb.org/MUIA/pproci"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:pproci="http://www.semanticweb.org/MUIA/pproci#"
xmlns:public-contracts="http://purl.org/procurement/public-contracts#">
<owl:Ontology rdf:about="http://www.semanticweb.org/MUIA/pproci">
<owl:imports rdf:resource="http://contsem.unizar.es/def/sector-publico/pproc#"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.semanticweb.org/MUIA/pproci#contracted_organization -->
<owl:ObjectProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#contracted_organization">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice"/>
<rdfs:range rdf:resource="http://www.w3.org/ns/org#Organization"/>
<rdfs:label xml:lang="en">Contracted organization</rdfs:label>
<rdfs:label xml:lang="es">Organización contratada</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_amount -->
<owl:ObjectProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_amount">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice_economic_conditions"/>
<rdfs:range rdf:resource="http://contsem.unizar.es/def/sector-publico/pproc#BundlePriceSpecification"/>
<rdfs:label xml:lang="en">Invoice amount</rdfs:label>
<rdfs:label xml:lang="es">Total de la factura</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_economic_conditions -->
<owl:ObjectProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_economic_conditions">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice"/>
<rdfs:range rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice_economic_conditions"/>
</owl:ObjectProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_modification_conditions -->
<owl:ObjectProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_modification_conditions">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice"/>
<rdfs:range rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice_modification_conditions"/>
</owl:ObjectProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_of_contract -->
<owl:ObjectProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_of_contract">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://purl.org/procurement/public-contracts#Contract"/>
<rdfs:range rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice"/>
<rdfs:label xml:lang="es">Factura del contrato</rdfs:label>
<rdfs:label xml:lang="en">Invoice of contract</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_temporal_conditions -->
<owl:ObjectProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_temporal_conditions">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice"/>
<rdfs:range rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice_temporal_conditions"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.semanticweb.org/MUIA/pproci#billing_period -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#billing_period">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice_temporal_conditions"/>
<rdfs:label xml:lang="en">Billing period</rdfs:label>
<rdfs:label xml:lang="es">Ejercicio</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#cif -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#cif">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/org#Organization"/>
<rdfs:label xml:lang="en">CIF</rdfs:label>
<rdfs:label xml:lang="es">CIF</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#currency -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#currency">
<rdfs:domain rdf:resource="http://contsem.unizar.es/def/sector-publico/pproc#BundlePriceSpecification"/>
<rdfs:label xml:lang="en">Currency</rdfs:label>
<rdfs:label xml:lang="es">Divisa</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#currency_value -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#currency_value">
<rdfs:domain rdf:resource="http://contsem.unizar.es/def/sector-publico/pproc#BundlePriceSpecification"/>
<rdfs:label xml:lang="es">Cantidad de divisa</rdfs:label>
<rdfs:label xml:lang="en">Currency value</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#date_of_issue -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#date_of_issue">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice_temporal_conditions"/>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#date_of_payment -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#date_of_payment">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice_temporal_conditions"/>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#electronic_invoice -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#electronic_invoice">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice"/>
<rdfs:label xml:lang="en">Electronic invoice</rdfs:label>
<rdfs:label xml:lang="es">Factura electronica</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_modifications -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_modifications">
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice_modification_conditions"/>
<rdfs:label xml:lang="en">Invoice modifications</rdfs:label>
<rdfs:label xml:lang="es">Modificaciones de la factura</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_status -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_status">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice"/>
<rdfs:label xml:lang="es">Estado de la factura</rdfs:label>
<rdfs:label xml:lang="en">Invoice status</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_title -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_title">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice"/>
<rdfs:label xml:lang="en">Invoice title</rdfs:label>
<rdfs:label xml:lang="es">Título de la factura</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_uri -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_uri">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.semanticweb.org/MUIA/pproci#invoice"/>
<rdfs:label xml:lang="en">Invoice URI</rdfs:label>
<rdfs:label xml:lang="es">URI de la factura</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#organization_id -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#organization_id">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/org#Organization"/>
<rdfs:label xml:lang="es">ID de la organización</rdfs:label>
<rdfs:label xml:lang="en">Organization ID</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#organization_title -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#organization_title">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/org#Organization"/>
<rdfs:label xml:lang="en">Organization title</rdfs:label>
<rdfs:label xml:lang="es">Título de la organización</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.semanticweb.org/MUIA/pproci#organization_uri -->
<owl:DatatypeProperty rdf:about="http://www.semanticweb.org/MUIA/pproci#organization_uri">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/org#Organization"/>
<rdfs:label xml:lang="en">Organization URI</rdfs:label>
<rdfs:label xml:lang="es">URI de la organización</rdfs:label>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.semanticweb.org/MUIA/pproci#invoice -->
<owl:Class rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice">
<rdfs:label xml:lang="es">factura</rdfs:label>
<rdfs:label xml:lang="en">invoice</rdfs:label>
</owl:Class>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_economic_conditions -->
<owl:Class rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_economic_conditions"/>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_modification_conditions -->
<owl:Class rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_modification_conditions"/>
<!-- http://www.semanticweb.org/MUIA/pproci#invoice_temporal_conditions -->
<owl:Class rdf:about="http://www.semanticweb.org/MUIA/pproci#invoice_temporal_conditions"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.7.2018-12-02T02:23:35Z) https://github.com/owlcs/owlapi -->