-
Notifications
You must be signed in to change notification settings - Fork 3
/
sparnatural-config-hnum.ttl
653 lines (521 loc) · 43.7 KB
/
sparnatural-config-hnum.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
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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
@prefix : <https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#> .
@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#> .
@base <https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology> .
<https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology> rdf:type owl:Ontology ;
owl:imports <http://data.sparna.fr/ontologies/sparnatural-config-core> ,
<http://data.sparna.fr/ontologies/sparnatural-config-datasources> .
#################################################################
# Annotation properties
#################################################################
### http://data.sparna.fr/ontologies/sparnatural-config-core#faIcon
<http://data.sparna.fr/ontologies/sparnatural-config-core#faIcon> rdf:type owl:AnnotationProperty .
### http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> rdf:type owl:AnnotationProperty .
### http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
### http://data.sparna.fr/ontologies/sparnatural-config-core#AutocompleteProperty
<http://data.sparna.fr/ontologies/sparnatural-config-core#AutocompleteProperty> rdf:type owl:ObjectProperty .
### http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty
<http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> rdf:type owl:ObjectProperty .
### http://data.sparna.fr/ontologies/sparnatural-config-core#NonSelectableProperty
<http://data.sparna.fr/ontologies/sparnatural-config-core#NonSelectableProperty> rdf:type owl:ObjectProperty .
### http://data.sparna.fr/ontologies/sparnatural-config-core#SearchProperty
<http://data.sparna.fr/ontologies/sparnatural-config-core#SearchProperty> rdf:type owl:ObjectProperty .
### http://data.sparna.fr/ontologies/sparnatural-config-core#TimeProperty-Year
<http://data.sparna.fr/ontologies/sparnatural-config-core#TimeProperty-Year> rdf:type owl:ObjectProperty .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aExerceDansQuartier
:aExerceDansQuartier rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain :Notaire ;
rdfs:range :QuartierOuParoisse ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#hasOrHadLocation>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> :list_rdfslabel_with_range_alpha ;
rdfs:label "A exercé dans le quartier"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourActivite
:aPourActivite rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Etude
:Notaire
:Organization
:Personne
)
] ;
rdfs:range :Activite ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#agentIsTargetOfPerformanceRelation>/<https://www.ica.org/standards/RiC/ontology#performanceRelationHasSource>/<https://www.ica.org/standards/RiC/ontology#hasActivityType>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> :list_skospreflabel_with_range_alpha ;
rdfs:label "a pour activité"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourCote
:aPourCote rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#StringEqualsProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
:Repertoire
)
] ;
rdfs:range :Cote ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#hasInstantiation>/<https://www.ica.org/standards/RiC/ontology#identifier>" ;
rdfs:label "A pour cote"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourIntitule
:aPourIntitule rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SearchProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
:Repertoire
)
] ;
rdfs:range :Intitule ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<http://www.w3.org/2000/01/rdf-schema#label>" ;
rdfs:label "A pour intitulé"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourMembre
:aPourMembre rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
owl:inverseOf :estMembreDe ;
rdfs:domain :Etude ;
rdfs:range :Notaire ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#groupIsSourceOfMembershipRelation>/<https://www.ica.org/standards/RiC/ontology#membershipRelationHasTarget>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> :list_rdfslabel_with_range_alpha ;
rdfs:label "a pour membre"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourNom
:aPourNom rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SearchProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Etude
:Notaire
:Organization
:Personne
)
] ;
rdfs:range :Nom ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#hasOrHadAgentName>/<http://www.w3.org/2000/01/rdf-schema#label>" ;
rdfs:label "a pour nom"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourProvenance
:aPourProvenance rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
owl:inverseOf :estProvenanceDe ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
:Repertoire
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( :Etude
:Notaire
)
] ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "(<https://www.ica.org/standards/RiC/ontology#isOrWasIncludedIn>)+/<https://www.ica.org/standards/RiC/ontology#hasProvenance>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Relie une ressource archivistique à un agent qui produit, accumule ou gère cette ressource."@fr ;
rdfs:label "A pour provenance"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourSubdivision
:aPourSubdivision rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain :Organization ;
rdfs:range :Organization ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#groupIsSourceOfGroupSubdivisionRelation>/<https://www.ica.org/standards/RiC/ontology#groupSubdivisionRelationHasTarget>" ;
rdfs:label "a pour subdivision"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourSujet
:aPourSujet rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
owl:inverseOf :estLeSujetDe ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( :Activite
:Edifice
:Lieu
:Notaire
:Organization
:Personne
:QuartierOuParoisse
:Voie
)
] ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#hasOrHadSubject>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> :list_rdfslabel_with_range_count ;
rdfs:label "A pour sujet"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourSujetVoie
:aPourSujetVoie rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
:Repertoire
)
] ;
rdfs:range :Voie ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> :list_rdfslabel_with_range_count ,
"<https://www.ica.org/standards/RiC/ontology#hasOrHadSubject>" ;
rdfs:label "Concerne la voie"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourTypeDeDocument
:aPourTypeDeDocument rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
owl:inverseOf :estTypeDeDocumentDe ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
)
] ;
rdfs:range :TypeDeDocument ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#hasOrHadCategory>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> :list_skospreflabel_with_range_count ;
rdfs:label "A pour type de document"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#a_une_reproduction
:a_une_reproduction rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#NonSelectableProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
)
] ;
rdfs:range :ReproductionNumerique ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#hasInstantiation>" ;
rdfs:label "a pour copie numérique"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#dateDebut
:dateDebut rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#TimeProperty-Year> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
:Repertoire
)
] ;
rdfs:range :Date ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#beginningDate>" ;
rdfs:label "a pour date de début"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#dateDebutExercice
:dateDebutExercice rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#TimeProperty-Year> ;
rdfs:domain :Notaire ;
rdfs:range :Date ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#agentIsTargetOfPerformanceRelation>/<https://www.ica.org/standards/RiC/ontology#beginningDate>" ;
rdfs:label "Date de début d'exercice"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#dateDebutExistence
:dateDebutExistence rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#TimeProperty-Year> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Etude
:Notaire
:Organization
:Personne
)
] ;
rdfs:range :Date ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#beginningDate>" ;
rdfs:label "date de début d'existence"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#dateFin
:dateFin rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#TimeProperty-Year> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
:Repertoire
)
] ;
rdfs:range :Date ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#endDate>" ;
rdfs:label "a pour date de fin"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#dateFinExercice
:dateFinExercice rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#TimeProperty-Year> ;
rdfs:domain :Notaire ;
rdfs:range :Date ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#agentIsTargetOfPerformanceRelation>/<https://www.ica.org/standards/RiC/ontology#endDate>" ;
rdfs:label "Date de fin d'exercice"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#dateFinExistence
:dateFinExistence rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#TimeProperty-Year> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Etude
:Notaire
:Organization
:Personne
)
] ;
rdfs:range :Date ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#endDate>" ;
rdfs:label "Date de fin d'existence"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#estLeSujetDe
:estLeSujetDe rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#AutocompleteProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Activite
:Edifice
:Lieu
:Notaire
:Organization
:Personne
:QuartierOuParoisse
:Voie
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
)
] ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "^<https://www.ica.org/standards/RiC/ontology#hasOrHadSubject>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> <http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_rdfslabel_alpha> ;
rdfs:label "Est le sujet de"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#estMembreDe
:estMembreDe rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain :Notaire ;
rdfs:range :Etude ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#personIsTargetOfMembershipRelation>/<https://www.ica.org/standards/RiC/ontology#membershipRelationHasSource>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Relie un notaire à l'étude notariale au sein de laquelle il a exercé ou exerce son activité."@fr ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> <http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_rdfslabel_count> ;
rdfs:label "appartient à"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#estMentionneDans
:estMentionneDans rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain :Personne ;
rdfs:range :Repertoire ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#isOrWasSubjectOf>/<https://www.ica.org/standards/RiC/ontology#isOrWasDescribedBy>+" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> :list_rdfslabel_with_range_alpha ;
rdfs:label "est mentionné dans"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#estProvenanceDe
:estProvenanceDe rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Etude
:Notaire
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
:Repertoire
)
] ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "^<https://www.ica.org/standards/RiC/ontology#hasProvenance>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> <http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_rdfslabel_count> ;
rdfs:label "a produit"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#estQuartierDExerciceDe
:estQuartierDExerciceDe rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain :QuartierOuParoisse ;
rdfs:range :Notaire ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "^<https://www.ica.org/standards/RiC/ontology#hasOrHadLocation>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> <http://data.sparna.fr/ontologies/sparnatural-config-datasources#list_rdfslabel_alpha> ;
rdfs:label "Est le quartier d'exercice de"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#estTypeDeDocumentDe
:estTypeDeDocumentDe rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain :TypeDeDocument ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
)
] ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#isOrWasCategoryOf>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> :list_rdfslabel_with_range_count ;
rdfs:label "est le type de document de"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#lieuAPourNom
:lieuAPourNom rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SearchProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Edifice
:Lieu
:QuartierOuParoisse
:Voie
)
] ;
rdfs:range :Nom ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<http://www.w3.org/2000/01/rdf-schema#label>" ;
rdfs:label "lieu a pour nom"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#mentionneUnNom
:mentionneUnNom rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SearchProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Record
:RecordResource
:Repertoire
)
] ;
rdfs:range :Nom ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#hasOrHadSubject>/<http://www.w3.org/2000/01/rdf-schema#label>" ;
rdfs:label "mentionne un agent qui a pour nom"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#provenance
:provenance rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#AutocompleteProperty> ;
rdfs:domain :RecordResource ;
rdfs:range :Organization ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#hasProvenance>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> <http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_rdfslabel_contains> ;
rdfs:label "a pour provenance"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#repertoireAPourProvenance
:repertoireAPourProvenance rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain :Repertoire ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( :Etude
:Notaire
)
] ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#hasProvenance>" ;
rdfs:label "Répertoire a pour provenance"@fr .
#################################################################
# Classes
#################################################################
### http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass
<http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> rdf:type owl:Class .
### http://www.w3.org/2000/01/rdf-schema#Literal
rdfs:Literal rdf:type owl:Class .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Activite
:Activite rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#ActivityType>"@fr ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "La profession ou la fonction d'une personne physique. Peut être mentionné dans un document."@fr ;
rdfs:label "Activité"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Cote
:Cote rdf:type owl:Class ;
rdfs:subClassOf rdfs:Literal ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "La référence d'une ressource archivistique, attribuée à cette ressource par l'institution qui la conserve. Nécessaire lorsqu'on veut accéder à cette ressource dans la salle de lecture."@fr ;
rdfs:label "Cote"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Date
:Date rdf:type owl:Class ;
rdfs:subClassOf rdfs:Literal ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Une date associée à une entité historique telle que ressource archivistique, personne, organisme...)."@fr ;
rdfs:label "Date"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Edifice
:Edifice rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#Place> ; <https://www.ica.org/standards/RiC/ontology#hasOrHadPlaceType><http://data.archives-nationales.culture.gouv.fr/placeType/am%C3%A9nagement%20ou%20construction>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Edifice dans les limites actuelles de Paris."@fr ;
rdfs:label "Edifice"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Etude
:Etude rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#CorporateBody> ; <https://www.ica.org/standards/RiC/ontology#hasOrHadCorporateBodyType><http://data.archives-nationales.culture.gouv.fr/corporateBodyType/FRAN_RI_104-d5blomr902-13lmns87apgev>" ;
rdfs:label "Etude notariale"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Fonction
:Fonction rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#ActivityType>" ;
rdfs:label "Fonction"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Intitule
:Intitule rdf:type owl:Class ;
rdfs:subClassOf rdfs:Literal ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Un intitulé ou une analyse brève d'une ressource archivistique, en général établie par un archiviste."@fr ;
rdfs:label "Intitulé"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Lieu
:Lieu rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#Place>"@fr ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Toute entité géo-historique, qu'il s'agisse d'un lieu habité, d'un édifice, d'une circonscription, d'un lieu naturel. Ici, inclut notamment les quartiers et paroisses de Paris, les voies parisiennes et les édifices mentionnés dans les archives notariales, qu'ils existent toujours ou non."@fr ;
rdfs:label "Lieu"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Minute
:Minute rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#Record> ; <https://www.ica.org/standards/RiC/ontology#hasDocumentaryFormType> ?minuteFormType . FILTER(?minuteFormType != <http://data.archives-nationales.culture.gouv.fr/documentaryFormType/FRAN_RI_001-d3nd8f2pue--m9a3gl0xq4zp>)" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Le premier original d’un acte notarié, complet de toutes ses annexes, dont le notaire a charge de la conservation jusqu’à ce que la loi en transfère la responsabilité à un service public d’archives. La minute est signée du ou des notaires et des parties à l’acte. Elle est inscrite au répertoire de ce même notaire et fait foi, constituant un acte authentique au sens du Code civil."@fr ;
rdfs:label "Minute notariale"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Nom
:Nom rdf:type owl:Class ;
rdfs:subClassOf rdfs:Literal ;
rdfs:label "Nom"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Notaire
:Notaire rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#Person> ; <https://www.ica.org/standards/RiC/ontology#agentIsTargetOfPerformanceRelation>/<https://www.ica.org/standards/RiC/ontology#performanceRelationHasSource>/<https://www.ica.org/standards/RiC/ontology#hasActivityType><http://data.archives-nationales.culture.gouv.fr/activityType/FRAN_RI_011-d3nyui3o8w--11y7jgy8q3wnt>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Juriste investi d'une mission d'autorité publique, qui prépare des contrats sous la forme authentique, pour le compte de ses clients."@fr ;
rdfs:label "Notaire"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Organization
:Organization rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#faIcon> "fad fa-building" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#CorporateBody>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Un organisme, c'est-à-dire un groupe de personnes physiques ayant une identité ou un statut social. Inclut les études notariales, et surtout toutes les collectivités mentionnées dans les archives notariales."@fr ;
rdfs:label "Organisme"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Personne
:Personne rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#Person>"@fr ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Toute personne physique. Inclut les notaires, et surtout toute personne mentionnée dans les archives notariales."@fr ;
rdfs:label "Personne"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#QuartierOuParoisse
:QuartierOuParoisse rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#Place> ; <https://www.ica.org/standards/RiC/ontology#hasOrHadPlaceType> ?placeType. VALUES ?placeType { <http://data.archives-nationales.culture.gouv.fr/placeType/quartier> <http://data.archives-nationales.culture.gouv.fr/placeType/paroisse> <http://data.archives-nationales.culture.gouv.fr/placeType/arrondissement%20municipal>}" ;
rdfs:label "Quartier, paroisse ou arrondissement ancien ou actuel de Paris."@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Record
:Record rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#Record>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Toute pièce d'archives au sein des archives notariales, hors répertoires. Inclut en particulier les minutes notariales."@fr ;
rdfs:label "Document"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#RecordResource
:RecordResource rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#faIcon> "fad fa-archive" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> """<https://www.ica.org/standards/RiC/ontology#RecordResource> ; <https://www.ica.org/standards/RiC/ontology#hasDocumentaryFormType> ?RRFormType .
FILTER(?RRFormType != <https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#FindingAid>) .
FILTER (?RRFormType != <https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#AuthorityRecord>)""" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Tout type de ressource archiv istique, qu'il s'agisse d'un item (comme une minute ou un répertoire) ou d'un groupe de documents (série des minutes ou des répertoires d'un notaire, liasse de minutes, dossier de client...). N'utiliser que si vous ne souhaitez pas chercher des minutes ou des répertoires."@fr ;
rdfs:label "Ressource archivistique"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Repertoire
:Repertoire rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#Record> ; <https://www.ica.org/standards/RiC/ontology#hasDocumentaryFormType><http://data.archives-nationales.culture.gouv.fr/documentaryFormType/FRAN_RI_001-d3nd8f2pue--m9a3gl0xq4zp>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Liste, en général chronologique, se présentant sous forme de registre ou d’ensemble de feuillets, que le notaire a obligation de tenir, aujourd’hui jour par jour, en y faisant figurer date, nature de l’acte (titre qui en caractérise le contenu, par exemple : vente, procuration, inventaire…), espèce de l’acte (minute ou brevet), noms des parties et toutes autres mentions prescrites par la loi ou les règlements. Une fois versé avec les minutes dans un service public d’archives, le répertoire sert principalement à repérer un acte donné en l’absence outils de recherche plus commodes, mais le répertoire, comme la minute, comporte intrinsèquement une valeur probatoire."@fr ;
rdfs:label "Répertoire"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#ReproductionNumerique
:ReproductionNumerique rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#Instantiation>;<http://purl.org/dc/elements/1.1/format> \"image/jpeg\"@en" ;
rdfs:label "Reproduction numérique"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#TypeDeDocument
:TypeDeDocument rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "?docType VALUES ?docType { <https://www.ica.org/standards/RiC/ontology#DocumentaryFormType> <https://www.ica.org/standards/RiC/ontology#RecordState> <https://www.ica.org/standards/RiC/ontology#RecordSetType> }" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Catégorie juridique d'un acte, catégorie intellectuelle d'une ressource archivistique. Utilisé pour catégoriser les minutes notariales. Inclut aussi les états des documents, tel que \"copie authentique\" (très peu utiisé dans ce corpus)."@fr ;
rdfs:label "Type de document"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#TypeDeLieu
:TypeDeLieu rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#PlaceType>"@fr ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> ""@fr ;
rdfs:label "Type de lieu"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Voie
:Voie rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#Place> ; <https://www.ica.org/standards/RiC/ontology#hasOrHadPlaceType><http://data.archives-nationales.culture.gouv.fr/placeType/voie%20urbaine>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Toute voie située dans Paris, qu'elle ait disparu ou qu'elle existe toujours."@fr ;
rdfs:label "Voie"@fr .
#################################################################
# Individuals
#################################################################
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#list_rdfslabel_with_range_alpha
:list_rdfslabel_with_range_alpha rdf:type owl:NamedIndividual ,
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#SparqlDatasource> ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#queryTemplate> <http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_label_with_range_alpha> ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#labelProperty> rdfs:label .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#list_rdfslabel_with_range_count
:list_rdfslabel_with_range_count rdf:type owl:NamedIndividual ,
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#SparqlDatasource> ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#queryTemplate> <http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_label_with_range_count> ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#labelProperty> rdfs:label .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#list_skospreflabel_with_range_alpha
:list_skospreflabel_with_range_alpha rdf:type owl:NamedIndividual ,
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#SparqlDatasource> ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#queryTemplate> <http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_label_with_range_alpha> ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#labelProperty> <http://www.w3.org/2004/02/skos/core#prefLabel> .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#list_skospreflabel_with_range_count
:list_skospreflabel_with_range_count rdf:type owl:NamedIndividual ,
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#SparqlDatasource> ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#queryTemplate> <http://data.sparna.fr/ontologies/sparnatural-config-datasources#query_list_label_with_range_count> ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#labelProperty> <http://www.w3.org/2004/02/skos/core#prefLabel> .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi