Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 368 Bytes

readme.md

File metadata and controls

29 lines (18 loc) · 368 Bytes

目的

Fusekiのデータを可視化するテスト

動かし方

docker-compose up

可視化

wip

testdata バリィ.n3

curl http://localhost/ds?query=select+(count(*)+as+%3Fcount)+%7B%3Fs+%3Fp+%3Fo%7D&format=json:

test

SELECT ?s ?p ?o
WHERE {
?s ?p ?o
}
LIMIT 25

http://localhost/ds endpoint

http://localhost/viz/index.html