-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathont-policy.rdf
313 lines (263 loc) · 13.5 KB
/
ont-policy.rdf
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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<?xml version='1.0'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE rdf:RDF [
<!ENTITY jena 'http://jena.hpl.hp.com/schemas/'>
<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
<!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
<!ENTITY base '&jena;2003/03/ont-manager'>
<!ENTITY ont '&base;#'>
<!ENTITY adm 'http://purl.bdrc.io/ontology/admin/'>
<!ENTITY bdo 'http://purl.bdrc.io/ontology/core/'>
<!ENTITY bdr 'http://purl.bdrc.io/resource/'>
<!ENTITY bda 'http://purl.bdrc.io/admindata/'>
<!ENTITY bds 'http://purl.bdrc.io/ontology/shapes/core/'>
<!ENTITY bdsa 'http://purl.bdrc.io/ontology/shapes/adm/'>
]>
<rdf:RDF
xmlns:rdf ="&rdf;"
xmlns:rdfs="&rdfs;"
xmlns ="&ont;"
xml:base =""
xmlns:adm ="&adm;"
xmlns:bdo ="&bdo;"
xmlns:bdr ="&bdr;"
xmlns:bda ="&bda;"
xmlns:bds ="&bds;"
xmlns:bdsa ="&bdsa;"
>
<!-- Mappings for locally cached buda ontologies -->
<DocumentManagerPolicy>
<!-- policy for controlling the document manager's behaviour -->
<processImports rdf:datatype="&xsd;boolean">true</processImports>
<cacheModels rdf:datatype="&xsd;boolean">false</cacheModels>
<ignoreImport rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<ignoreImport rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
<ignoreImport rdf:resource="http://www.w3.org/2002/07/owl#"/>
<ignoreImport rdf:resource="http://www.w3.org/2004/02/skos/core"/>
<ignoreImport rdf:resource="http://datashapes.org/dash"/>
<ignoreImport rdf:resource="http://topbraid.org/tosh"/>
<ignoreImport rdf:resource="http://www.w3.org/ns/shacl#"/>
<ignoreImport rdf:resource="http://purl.bdrc.io/ontology/core/"/>
<ignoreImport rdf:resource="http://purl.bdrc.io/ontology/admin/"/>
<ignoreImport rdf:resource="http://purl.bdrc.io/ontology/adm/types/Access"/>
<adm:defaultOntGraph rdf:resource="http://purl.bdrc.io/graph/shapesSchema"/>
</DocumentManagerPolicy>
<!-- ======== bds extensions to shacl vocabulary ======== -->
<OntologySpec>
<!-- the bds extensions to shacl vocabulary -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/BaseShapes/"/>
<altURL rdf:resource="templates/core/base.shapes.ttl"/>
</OntologySpec>
<!-- ======== bdo admin shapes ontologies ======== -->
<OntologySpec>
<!-- the admin shapes vocabulary -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/adm/AdminShapes/"/>
<altURL rdf:resource="templates/adm/adm.shapes.ttl"/>
</OntologySpec>
<OntologySpec>
<!-- the admin shapes vocabulary -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/adm/AdminUiShapes/"/>
<altURL rdf:resource="templates/adm/adm.ui.shapes.ttl"/>
</OntologySpec>
<!-- ======== bdo shapes ontologies ======== -->
<OntologySpec>
<!-- the root shapes for entities -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/RootShapes/"/>
<altURL rdf:resource="templates/core/root.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/RootShapes"/>
</OntologySpec>
<OntologySpec>
<!-- the root ui shapes for entities -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/RootUIShapes/"/>
<altURL rdf:resource="templates/core/root.ui.shapes.ttl"/>
</OntologySpec>
<!-- ======== supporting shapes ======== -->
<OntologySpec>
<!-- Corporation shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/CorporationUIShapes/"/>
<altURL rdf:resource="templates/core/corporation.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/CorporationUIShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Corporation shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/CorporationShapes/"/>
<altURL rdf:resource="templates/core/corporation.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/CorporationShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Topic shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/TopicShapes/"/>
<altURL rdf:resource="templates/core/topic.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/TopicShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Topic shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/TopicUIShapes/"/>
<altURL rdf:resource="templates/core/topic.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/TopicUIShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Event shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/EventShapes/"/>
<altURL rdf:resource="templates/core/event.shapes.ttl"/>
</OntologySpec>
<OntologySpec>
<!-- Event shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/EventUIShapes/"/>
<altURL rdf:resource="templates/core/event.ui.shapes.ttl"/>
</OntologySpec>
<OntologySpec>
<!-- Identifier shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/IdentifierShapes/"/>
<altURL rdf:resource="templates/core/identifier.shapes.ttl"/>
</OntologySpec>
<OntologySpec>
<!-- Instance shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/InstanceShapes/"/>
<altURL rdf:resource="templates/core/instance.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/InstanceShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Person shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/PersonShapes/"/>
<altURL rdf:resource="templates/core/person.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/PersonShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Person UI template shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/PersonUIShapes/"/>
<altURL rdf:resource="templates/core/person.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/PersonUIShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Place shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/PlaceShapes/"/>
<altURL rdf:resource="templates/core/place.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/PlaceShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Place UI template shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/PlaceUIShapes/"/>
<altURL rdf:resource="templates/core/place.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/PlaceUIShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Collection UI template shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/CollectionUIShapes/"/>
<altURL rdf:resource="templates/core/collection.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/CollectionUIShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Collection template shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/CollectionShapes/"/>
<altURL rdf:resource="templates/core/collection.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/CollectionShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Role UI template shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/RoleUIShapes/"/>
<altURL rdf:resource="templates/core/role.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/RoleUIShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Role template shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/RoleShapes/"/>
<altURL rdf:resource="templates/core/role.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/RoleShapes"/>
</OntologySpec>
<OntologySpec>
<!-- User profile shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/profile/UserProfileShapes/"/>
<altURL rdf:resource="templates/profile/userprofile.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/shapes/profile/UserProfileShapes"/>
</OntologySpec>
<OntologySpec>
<!-- User profile shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/profile/UserProfileUIShapes/"/>
<altURL rdf:resource="templates/profile/userprofile.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/shapes/profile/UserProfileUIShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Work shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/WorkShapes/"/>
<altURL rdf:resource="templates/core/work.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/WorkShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Work UI shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/WorkUIShapes/"/>
<altURL rdf:resource="templates/core/work.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/WorkUIShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Serial Work shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/SerialWorkShapes/"/>
<altURL rdf:resource="templates/core/serialwork.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/SerialWorkShapes"/>
</OntologySpec>
<OntologySpec>
<!-- Serial Work UI shapes -->
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/SerialWorkUIShapes/"/>
<altURL rdf:resource="templates/core/serialwork.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/SerialWorkUIShapes"/>
</OntologySpec>
<OntologySpec>
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/InstanceShapes/"/>
<altURL rdf:resource="templates/core/instance.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/InstanceShapes"/>
</OntologySpec>
<OntologySpec>
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/InstanceUIShapes/"/>
<altURL rdf:resource="templates/core/instance.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/InstanceUIShapes"/>
</OntologySpec>
<OntologySpec>
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/ImageInstanceShapes/"/>
<altURL rdf:resource="templates/core/imageinstance.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/ImageInstanceShapes"/>
</OntologySpec>
<OntologySpec>
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/ImageInstanceUIShapes/"/>
<altURL rdf:resource="templates/core/imageinstance.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/ImageInstanceUIShapes"/>
</OntologySpec>
<OntologySpec>
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/ImagegroupShapes/"/>
<altURL rdf:resource="templates/core/imagegroup.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/ImagegroupShapes"/>
</OntologySpec>
<OntologySpec>
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/ImagegroupUIShapes/"/>
<altURL rdf:resource="templates/core/imagegroup.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/ImagegroupUIShapes"/>
</OntologySpec>
<OntologySpec>
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/EtextInstanceShapes/"/>
<altURL rdf:resource="templates/core/etextinstance.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/EtextInstanceShapes"/>
</OntologySpec>
<OntologySpec>
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/EtextInstanceUIShapes/"/>
<altURL rdf:resource="templates/core/etextinstance.ui.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/EtextInstanceUIShapes"/>
</OntologySpec>
<OntologySpec>
<publicURI rdf:resource="http://purl.bdrc.io/shapes/core/EtextVolumeShapes/"/>
<altURL rdf:resource="templates/core/etextvolume.shapes.ttl"/>
<adm:ontGraph rdf:resource="http://purl.bdrc.io/graph/EtextVolumeShapes"/>
</OntologySpec>
</rdf:RDF>