-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsampleQueries-A.js
117 lines (117 loc) · 3.76 KB
/
sampleQueries-A.js
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
var sampleQueries = {
"example.1" :
{
"distinct": true,
"variables": [
"?this"
],
"branches": [
{
"line": {
"s": "?this",
"p": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#concerne",
"o": "?Personne_1",
"sType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Archives",
"oType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Personne",
"values": []
},
"children": [
{
"line": {
"s": "?Personne_1",
"p": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourNom",
"o": "?Nom_2",
"sType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Personne",
"oType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Nom",
"values": [
{
"label": "Poquelin, Jean-Baptiste",
"regex": "Poquelin, Jean-Baptiste"
}
]
},
"children": []
}
]
}
]
},
"example.2" :
{
"distinct": true,
"variables": [
"?this"
],
"branches": [
{
"line": {
"s": "?this",
"p": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourTypeDeDocument",
"o": "?TypeDeDocument_1",
"sType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Archives",
"oType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#TypeDeDocument",
"values": [
{
"label": "inventaire après décès (72253)",
"uri": "http://data.archives-nationales.culture.gouv.fr/documentaryFormType/FRAN_RI_001-d3nd8d1j9y--1stj96clt05y3"
}
]
},
"children": [],
"optional": false,
"notExists": false
},
{
"line": {
"s": "?this",
"p": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#concerne",
"o": "?Personne_2",
"sType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Archives",
"oType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Personne",
"values": []
},
"children": [
{
"line": {
"s": "?Personne_2",
"p": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourActivite",
"o": "?Activite_3",
"sType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Personne",
"oType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Activite",
"values": [
{
"label": "orfèvre",
"uri": "http://data.archives-nationales.culture.gouv.fr/occupationType/FRAN_RI_010-d699msjq8lx--rvptbxbjgknx"
}
]
},
"children": [],
"optional": false,
"notExists": false
}
],
"optional": false,
"notExists": false
},
{
"line": {
"s": "?this",
"p": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#date",
"o": "?Date_4",
"sType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Archives",
"oType": "https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Date",
"values": [
{
"label": "de 1600 à 1700",
"fromDate": "1600-01-01T00:00:00",
"toDate": "1700-01-01T23:59:59"
}
]
},
"children": [],
"optional": false,
"notExists": false
}
]
}
};