Skip to content

Commit b304104

Browse files
committed
remove currently unused vocab terms
1 parent 63d14e7 commit b304104

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed

resources/contexts/fluree/v1.edn

-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
{:protected true
22
"ledger" {:id "https://ns.flur.ee/ledger#ledger"}
33
"defaultContext" {:type :json :id "https://ns.flur.ee/ledger#defaultContext" }
4-
"construct" {:type :json :id "https://ns.flur.ee/ledger#construct"}
54
"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"}
95
"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"}
126
"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"}
197
"where" {:type :json :id "https://ns.flur.ee/ledger#where"}
208
"values" {:type :json :id "https://ns.flur.ee/ledger#values"}}

resources/contexts/fluree/v1.json

-48
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,10 @@
1010
"@type": "@json",
1111
"@id": "https://ns.flur.ee/ledger#where"
1212
},
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-
},
2513
"values": {
2614
"@type": "@json",
2715
"@id": "https://ns.flur.ee/ledger#values"
2816
},
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-
},
4517
"delete": {
4618
"@type": "@json",
4719
"@id": "https://ns.flur.ee/ledger#delete"
@@ -50,29 +22,9 @@
5022
"@type": "@json",
5123
"@id": "https://ns.flur.ee/ledger#insert"
5224
},
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-
},
6925
"opts": {
7026
"@type": "@json",
7127
"@id": "https://ns.flur.ee/ledger#opts"
72-
},
73-
"namedContext": {
74-
"@type": "@json",
75-
"@id": "https://ns.flur.ee/ledger#namedContext"
7628
}
7729
}
7830
}

0 commit comments

Comments
 (0)