diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-20 13:10:44 +0000 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-20 13:11:14 +0000 |
| commit | 0ac35ab057257eadc297d430666d0c1da41756f6 (patch) | |
| tree | fbbd64a74675989039c9c9c36e85b9aadd21fb97 /examples | |
| parent | c804109db7bb08cce1246acbca2030c3b979f242 (diff) | |
| download | RSAComb-0ac35ab057257eadc297d430666d0c1da41756f6.tar.gz RSAComb-0ac35ab057257eadc297d430666d0c1da41756f6.zip | |
Simplify workflow for query execution
Input query is now read from file.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/cq0.sparql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/cq0.sparql b/examples/cq0.sparql new file mode 100644 index 0000000..723a534 --- /dev/null +++ b/examples/cq0.sparql | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | PREFIX : <http://example.com/rsa_example.owl#> | ||
| 2 | |||
| 3 | SELECT ?X | ||
| 4 | WHERE { | ||
| 5 | ?X a :D ; | ||
| 6 | :R ?Y . | ||
| 7 | ?Y :S ?Z . | ||
| 8 | ?Z a :D . | ||
| 9 | } | ||
