Cameron Sajedi
8803c63946
fix: return W3C standard JSON format for SPARQL ASK queries
...
ASK queries were returning raw JavaScript booleans (true/false) instead of
the W3C SPARQL 1.1 standard JSON format {"head": {}, "boolean": true/false}.
This fix uses QueryResultsSerializer to properly format ASK query results,
ensuring compatibility with standards-compliant SPARQL applications and
consistency with SELECT/CONSTRUCT query behavior.
The issue was in ng-verifier/src/request_processor.rs where
AppResponseV0::True/False were returned instead of a properly
serialized QueryResult.
Fixes: Non-standard ASK query responses
Reference: https://www.w3.org/TR/sparql11-results-json/
2 days ago
Niko PLP
0abbb866d5
improve sync of user nad forwarder branches when receving inbox msg
2 months ago
Niko PLP
bee4fb7154
social query from React
2 months ago
Niko PLP
4bd1e2b7de
fix display of results
2 months ago
Niko PLP
d9de913e56
sparql queries for demo
2 months ago
Niko PLP
a9ddf9ad32
exchange contact with QRcode
2 months ago
Niko PLP
6fe3624ba0
add contact with QRCode
2 months ago
Niko PLP
ef93afe4cb
inbox mechanism and social queries
2 months ago
Niko PLP
ac30abfa6a
bump version to 0.1.1.alpha.2
3 months ago
Niko PLP
19123c97bf
changed doc_create and doc_sparql_update
4 months ago
Niko PLP
73881ac204
rename python package from nextgraph to nextgraphpy
5 months ago
Niko PLP
e6fc1a3813
python SDK (incomplete)
5 months ago
Niko PLP
8ef4c35af9
milestone 5.aj RDF commit node
5 months ago
Niko PLP
bc28d85a23
update funding attribution
6 months ago
Niko PLP
b095c28e7f
2025
7 months ago
Niko PLP
31c7a1e21b
alpha 0.1.1
11 months ago
Niko PLP
771dd8ad0c
edit title and intro
11 months ago
Niko PLP
2e13cfa11f
fix bug save when nagivating away
11 months ago
Niko PLP
d82f3da336
v0.1.0-preview.8
11 months ago
Niko PLP
ab503fcfc7
add ngcli get :j:k and fix bug in stores in tauri
11 months ago
Niko PLP
3dcd2eff7c
signature verification in CLI with ExtRequest. Display snapshot
11 months ago
Niko PLP
106989265b
snapshot and async signature
11 months ago
Niko PLP
c7ca4c926b
fix creation of new doc
12 months ago
Niko PLP
fcc1a63a7b
fix sparql update on tauri. had wrong base
12 months ago
Niko PLP
f37b4be493
version 0.1.0-preview7
12 months ago
Niko PLP
7df7961eb3
RDF resource identifier is without overlay id
12 months ago
Niko PLP
f22692db0b
blank node skolemization should work without BASE
12 months ago
Niko PLP
3511d604c0
skolemization of blank nodes and BASE in SPARQl query and update
12 months ago
Niko PLP
37fad2f605
derive key of UserStorage
12 months ago
Niko PLP
ba55bbc455
removed recursion in load_causal_past
12 months ago
Niko PLP
c677ed3d70
AutomergeEditor and Viewer and JsonSource
12 months ago
Niko PLP
5d16583f70
toggle live edit
12 months ago
Niko PLP
3f0f2fa626
discrete doc: Codemirror+Yjs
12 months ago
Niko PLP
cda5291bec
doc_create
12 months ago
Niko PLP
a56755f1b3
error mng improvement
1 year ago
Niko PLP
a30a04832e
files and attachments pane
1 year ago
Niko PLP
0939ed4645
SPARQL Query viewer
1 year ago
Niko PLP
09a2df4727
fix bloomfilter, due to hash function issue on wasm32
1 year ago
Niko PLP
82fc3ac9d6
dont propagate removes of triples in AppPatch when SU-Set keeps them (some observed are not removed)
1 year ago
Niko PLP
09b8e2eef2
remove log
1 year ago
Niko PLP
1e9640e225
navigation between docs and tabs, sparql update editor
1 year ago
Niko PLP
e8fdf0b1d2
wallet_recovery_pdf
1 year ago
Niko PLP
09251afd51
wallet import/export API and QRcode scanning from Tauri plugin
1 year ago
Niko PLP
2ce8c4622e
transaction commit body type
1 year ago
Niko PLP
577b0b5c24
branch DAG history visualization
1 year ago
Niko PLP
4dbf3aa648
branch_history API
1 year ago
Niko PLP
e3a3b556fa
default graph coming from Nuri target
1 year ago
Niko PLP
dd20bfde5b
SPARQL Query CRDT
1 year ago
Niko PLP
74c49d43e6
SPARQL Update CRDT
1 year ago
Niko PLP
2e4b12eebe
ng-verifier preview.6
1 year ago