Skip to content

Commit 2be5f54

Browse files
committed
use same iris as old vocab
1 parent 6c4acde commit 2be5f54

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

resources/contexts/fluree/v1.edn

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{:protected true
2-
"ledger" {:id "https://flur.ee/ns#ledger"}
3-
"construct" {:type :json :id "https://flur.ee/ns/construct"}
4-
"delete" {:type :json :id "https://flur.ee/ns/delete"}
5-
"deleteData" {:type :json :id "https://flur.ee/ns/deleteData"}
6-
"groupBy" {:type :json :id "https://flur.ee/ns/groupBy"}
7-
"having" {:type :json :id "https://flur.ee/ns/having"}
8-
"insert" {:type :json :id "https://flur.ee/ns/insert"}
9-
"insertData" {:type :json :id "https://flur.ee/ns/insertData"}
10-
"namedContext" {:type :json :id "https://flur.ee/ns/namedContext"}
11-
"opts" {:type :json :id "https://flur.ee/ns/opts"}
12-
"orderBy" {:type :json :id "https://flur.ee/ns/orderBy"}
13-
"select" {:type :json :id "https://flur.ee/ns/select"}
14-
"selectDistinct" {:type :json :id "https://flur.ee/ns/selectDistinct"}
15-
"selectOne" {:type :json :id "https://flur.ee/ns/selectOne"}
16-
"upsert" {:type :json :id "https://flur.ee/ns/upsert"}
17-
"upsertData" {:type :json :id "https://flur.ee/ns/upsertData"}
18-
"where" {:type :json :id "https://flur.ee/ns/where"}
19-
"values" {:type :json :id "https://flur.ee/ns/values"}}
2+
"ledger" {:id "https://ns.flur.ee/ledger#ledger"}
3+
"construct" {:type :json :id "https://ns.flur.ee/ledger#construct"}
4+
"delete" {:type :json :id "https://ns.flur.ee/ledger#delete"}
5+
"deleteData" {:type :json :id "https://ns.flur.ee/ledger#deleteData"}
6+
"groupBy" {:type :json :id "https://ns.flur.ee/ledger#groupBy"}
7+
"having" {:type :json :id "https://ns.flur.ee/ledger#having"}
8+
"insert" {:type :json :id "https://ns.flur.ee/ledger#insert"}
9+
"insertData" {:type :json :id "https://ns.flur.ee/ledger#insertData"}
10+
"namedContext" {:type :json :id "https://ns.flur.ee/ledger#namedContext"}
11+
"opts" {:type :json :id "https://ns.flur.ee/ledger#opts"}
12+
"orderBy" {:type :json :id "https://ns.flur.ee/ledger#orderBy"}
13+
"select" {:type :json :id "https://ns.flur.ee/ledger#select"}
14+
"selectDistinct" {:type :json :id "https://ns.flur.ee/ledger#selectDistinct"}
15+
"selectOne" {:type :json :id "https://ns.flur.ee/ledger#selectOne"}
16+
"upsert" {:type :json :id "https://ns.flur.ee/ledger#upsert"}
17+
"upsertData" {:type :json :id "https://ns.flur.ee/ledger#upsertData"}
18+
"where" {:type :json :id "https://ns.flur.ee/ledger#where"}
19+
"values" {:type :json :id "https://ns.flur.ee/ledger#values"}}

resources/contexts/fluree/v1.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
11
{
22
"@context": {
33
"@protected": true,
4-
"ledger": {"@id": "https://flur.ee/ns#ledger"}
4+
"ledger": {"@id": "https://ns.flur.ee/ledger#ledger"}
55
"where": {
66
"@type": "@json",
7-
"@id": "https://flur.ee/ns/where"
7+
"@id": "https://ns.flur.ee/ledger#where"
88
},
99
"groupBy": {
1010
"@type": "@json",
11-
"@id": "https://flur.ee/ns/groupBy"
11+
"@id": "https://ns.flur.ee/ledger#groupBy"
1212
},
1313
"orderBy": {
1414
"@type": "@json",
15-
"@id": "https://flur.ee/ns/orderBy"
15+
"@id": "https://ns.flur.ee/ledger#orderBy"
1616
},
1717
"having": {
1818
"@type": "@json",
19-
"@id": "https://flur.ee/ns/having"
19+
"@id": "https://ns.flur.ee/ledger#having"
2020
},
2121
"values": {
2222
"@type": "@json",
23-
"@id": "https://flur.ee/ns/values"
23+
"@id": "https://ns.flur.ee/ledger#values"
2424
},
2525
"select": {
2626
"@type": "@json",
27-
"@id": "https://flur.ee/ns/select"
27+
"@id": "https://ns.flur.ee/ledger#select"
2828
},
2929
"selectOne": {
3030
"@type": "@json",
31-
"@id": "https://flur.ee/ns/selectOne"
31+
"@id": "https://ns.flur.ee/ledger#selectOne"
3232
},
3333
"selectDistinct": {
3434
"@type": "@json",
35-
"@id": "https://flur.ee/ns/selectDistinct"
35+
"@id": "https://ns.flur.ee/ledger#selectDistinct"
3636
},
3737
"construct": {
3838
"@type": "@json",
39-
"@id": "https://flur.ee/ns/construct"
39+
"@id": "https://ns.flur.ee/ledger#construct"
4040
},
4141
"delete": {
4242
"@type": "@json",
43-
"@id": "https://flur.ee/ns/delete"
43+
"@id": "https://ns.flur.ee/ledger#delete"
4444
},
4545
"insert": {
4646
"@type": "@json",
47-
"@id": "https://flur.ee/ns/insert"
47+
"@id": "https://ns.flur.ee/ledger#insert"
4848
},
4949
"upsert": {
5050
"@type": "@json",
51-
"@id": "https://flur.ee/ns/upsert"
51+
"@id": "https://ns.flur.ee/ledger#upsert"
5252
},
5353
"deleteData": {
5454
"@type": "@json",
55-
"@id": "https://flur.ee/ns/deleteData"
55+
"@id": "https://ns.flur.ee/ledger#deleteData"
5656
},
5757
"insertData": {
5858
"@type": "@json",
59-
"@id": "https://flur.ee/ns/insertData"
59+
"@id": "https://ns.flur.ee/ledger#insertData"
6060
},
6161
"upsertData": {
6262
"@type": "@json",
63-
"@id": "https://flur.ee/ns/upsertData"
63+
"@id": "https://ns.flur.ee/ledger#upsertData"
6464
},
6565
"opts": {
6666
"@type": "@json",
67-
"@id": "https://flur.ee/ns/opts"
67+
"@id": "https://ns.flur.ee/ledger#opts"
6868
},
6969
"namedContext": {
7070
"@type": "@json",
71-
"@id": "https://flur.ee/ns/namedContext"
71+
"@id": "https://ns.flur.ee/ledger#namedContext"
7272
}
7373
}
7474
}

0 commit comments

Comments
 (0)