File tree 2 files changed +0
-60
lines changed
resources/contexts/fluree
2 files changed +0
-60
lines changed Original file line number Diff line number Diff line change 1
1
{:protected true
2
2
" ledger" {:id " https://ns.flur.ee/ledger#ledger" }
3
3
" defaultContext" {:type :json :id " https://ns.flur.ee/ledger#defaultContext" }
4
- " construct" {:type :json :id " https://ns.flur.ee/ledger#construct" }
5
4
" delete" {:type :json :id " https://ns.flur.ee/ledger#delete" }
6
- " deleteData" {:type :json :id " https://ns.flur.ee/ledger#deleteData" }
7
- " groupBy" {:type :json :id " https://ns.flur.ee/ledger#groupBy" }
8
- " having" {:type :json :id " https://ns.flur.ee/ledger#having" }
9
5
" insert" {:type :json :id " https://ns.flur.ee/ledger#insert" }
10
- " insertData" {:type :json :id " https://ns.flur.ee/ledger#insertData" }
11
- " namedContext" {:type :json :id " https://ns.flur.ee/ledger#namedContext" }
12
6
" opts" {:type :json :id " https://ns.flur.ee/ledger#opts" }
13
- " orderBy" {:type :json :id " https://ns.flur.ee/ledger#orderBy" }
14
- " select" {:type :json :id " https://ns.flur.ee/ledger#select" }
15
- " selectDistinct" {:type :json :id " https://ns.flur.ee/ledger#selectDistinct" }
16
- " selectOne" {:type :json :id " https://ns.flur.ee/ledger#selectOne" }
17
- " upsert" {:type :json :id " https://ns.flur.ee/ledger#upsert" }
18
- " upsertData" {:type :json :id " https://ns.flur.ee/ledger#upsertData" }
19
7
" where" {:type :json :id " https://ns.flur.ee/ledger#where" }
20
8
" values" {:type :json :id " https://ns.flur.ee/ledger#values" }}
Original file line number Diff line number Diff line change 10
10
"@type" : " @json" ,
11
11
"@id" : " https://ns.flur.ee/ledger#where"
12
12
},
13
- "groupBy" : {
14
- "@type" : " @json" ,
15
- "@id" : " https://ns.flur.ee/ledger#groupBy"
16
- },
17
- "orderBy" : {
18
- "@type" : " @json" ,
19
- "@id" : " https://ns.flur.ee/ledger#orderBy"
20
- },
21
- "having" : {
22
- "@type" : " @json" ,
23
- "@id" : " https://ns.flur.ee/ledger#having"
24
- },
25
13
"values" : {
26
14
"@type" : " @json" ,
27
15
"@id" : " https://ns.flur.ee/ledger#values"
28
16
},
29
- "select" : {
30
- "@type" : " @json" ,
31
- "@id" : " https://ns.flur.ee/ledger#select"
32
- },
33
- "selectOne" : {
34
- "@type" : " @json" ,
35
- "@id" : " https://ns.flur.ee/ledger#selectOne"
36
- },
37
- "selectDistinct" : {
38
- "@type" : " @json" ,
39
- "@id" : " https://ns.flur.ee/ledger#selectDistinct"
40
- },
41
- "construct" : {
42
- "@type" : " @json" ,
43
- "@id" : " https://ns.flur.ee/ledger#construct"
44
- },
45
17
"delete" : {
46
18
"@type" : " @json" ,
47
19
"@id" : " https://ns.flur.ee/ledger#delete"
50
22
"@type" : " @json" ,
51
23
"@id" : " https://ns.flur.ee/ledger#insert"
52
24
},
53
- "upsert" : {
54
- "@type" : " @json" ,
55
- "@id" : " https://ns.flur.ee/ledger#upsert"
56
- },
57
- "deleteData" : {
58
- "@type" : " @json" ,
59
- "@id" : " https://ns.flur.ee/ledger#deleteData"
60
- },
61
- "insertData" : {
62
- "@type" : " @json" ,
63
- "@id" : " https://ns.flur.ee/ledger#insertData"
64
- },
65
- "upsertData" : {
66
- "@type" : " @json" ,
67
- "@id" : " https://ns.flur.ee/ledger#upsertData"
68
- },
69
25
"opts" : {
70
26
"@type" : " @json" ,
71
27
"@id" : " https://ns.flur.ee/ledger#opts"
72
- },
73
- "namedContext" : {
74
- "@type" : " @json" ,
75
- "@id" : " https://ns.flur.ee/ledger#namedContext"
76
28
}
77
29
}
78
30
}
You can’t perform that action at this time.
0 commit comments