mirror of
https://github.com/bpmbpm/doc.git
synced 2026-04-30 20:40:50 +00:00
Update README.md
This commit is contained in:
parent
fb1393ac75
commit
e0e16f96be
1 changed files with 9 additions and 0 deletions
|
|
@ -17,3 +17,12 @@ https://www.npmjs.com/package/@comunica/query-sparql-file
|
|||
test
|
||||
`comunica-sparql-file https://ruben.verborgh.org/profile/#me "CONSTRUCT WHERE { ?s ?p ?o } LIMIT 100"` \
|
||||
(из любой папки)
|
||||
test local file
|
||||
сохраняем файл vad_1.ttl в локальную папку:
|
||||
`comunica-sparql-file vad_1.ttl "CONSTRUCT WHERE { ?s ?p ?o } LIMIT 100"` \
|
||||
Верно
|
||||
|
||||
#### test, server file (problem)
|
||||
Что-то не то:
|
||||
`comunica-sparql-file https://github.com/bpmbpm/SemanticBPM/blob/main/samples/vad_1/vad_1.ttl "CONSTRUCT WHERE { ?s ?p ?o } LIMIT 100"` \
|
||||
`comunica-sparql-file https://github.com/bpmbpm/SemanticBPM/blob/main/samples/vad_1#vad_1.ttl "CONSTRUCT WHERE { ?s ?p ?o } LIMIT 100"` \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue