Cameron Sajedi
13e81bf536
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/
3 months ago
Niko PLP
ca72009ae7
NextGraphAuthMethods
3 months ago
Niko PLP
3bbc1b4b36
fix query
5 months ago
Niko PLP
d806bf9aa4
SocialQueryDemo : fix query (remove a xskills:Rating)
5 months ago
Niko PLP
0abbb866d5
improve sync of user nad forwarder branches when receving inbox msg
5 months ago
Niko PLP
acdfd37099
mnemonic first
5 months ago
Niko PLP
7a0d0a044d
cleanup notifs and messages
5 months ago
Niko PLP
c32c64abc8
nextgraph-react
5 months ago
Niko PLP
4d52d957f6
cleanup
5 months ago
Niko PLP
c2aec33989
nextgraph-react
5 months ago
Niko PLP
bee4fb7154
social query from React
5 months ago
Niko PLP
3a2f407d0c
rating the skills with LDO instead of SPARQL
5 months ago
Niko PLP
8a8196ff88
bump LDO version
5 months ago
Niko PLP
1a97580ad1
formatting
5 months ago
Niko PLP
4bd1e2b7de
fix display of results
5 months ago
Niko PLP
d9de913e56
sparql queries for demo
5 months ago
Niko PLP
29a35f835a
cleanup and bump ldo version
5 months ago
Niko PLP
07ec377202
skills with LDO
5 months ago
Niko PLP
a9ddf9ad32
exchange contact with QRcode
5 months ago
Niko PLP
6fe3624ba0
add contact with QRCode
5 months ago
Niko PLP
ef93afe4cb
inbox mechanism and social queries
5 months ago
Niko PLP
0022643342
fix instructions for example react app
5 months ago
Niko PLP
16dbfa5139
fix build instructions for example react app
5 months ago
Niko PLP
074a2b3c81
temporaly fix app-auth 403 on windows
5 months ago
Niko PLP
4b06847038
fix 401 from localhost. thanks Ani!
5 months ago
Niko PLP
fb345aec05
fix DEV env instructions
5 months ago
Niko PLP
7b1d2f50c2
minor fixes
5 months ago
Niko PLP
990fec1869
revert crates for front end
6 months ago
Niko PLP
814aa22fd4
pnpm dependencies become crates with build.rs
6 months ago
Niko PLP
e3faf39ade
ng-broker build
6 months ago
Niko PLP
04ad4b47c5
ng-broker build
6 months ago
Niko PLP
e659e6e6bf
ng-broker build
6 months ago
Niko PLP
70391e93e0
ngd build instructions
6 months ago
Niko PLP
e36610c0b1
keywords for ngcli
6 months ago
Niko PLP
ac30abfa6a
bump version to 0.1.1.alpha.2
6 months ago
Niko PLP
6d1cd8aefa
update dev env instructions
6 months ago
Niko PLP
1b30a215b8
update dev env instructions
6 months ago
Niko PLP
db706b1af3
formatting
6 months ago
Niko PLP
f638832dc8
remving logs
6 months ago
Niko PLP
49aed791c0
bump version nextgraphweb alpha.3
6 months ago
Niko PLP
d8f63fa186
small fixes
6 months ago
Niko PLP
ea021aa198
working example-webapp-react. ready for SoSy2025!
6 months ago
Niko PLP
f107b5726d
fix React conditonal hooks. thank you Jackson
6 months ago
Niko PLP
b1e76c20af
fix doc_subscribe stream
6 months ago
Niko PLP
a81692cd80
example webapp with React
6 months ago
Niko PLP
5c98e8f532
adding gitignore for dist
6 months ago
Niko PLP
79c2d2fa46
fixed example and removed dist
6 months ago
Niko PLP
ba7ef29c42
webapp framework with auth from wallet. first version 0.1.1
6 months ago
Niko PLP
c7efa08ae3
fix bug on querying graph with commit ID
6 months ago
Niko PLP
19123c97bf
changed doc_create and doc_sparql_update
7 months ago