From 3c64269f8fe697896d7a70464a57695124f8ce0d Mon Sep 17 00:00:00 2001 From: ali1k Date: Thu, 25 Oct 2018 22:43:38 +0200 Subject: [PATCH] most post processing --- postprocessingQueries.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/postprocessingQueries.md b/postprocessingQueries.md index becbefe..8d5deec 100644 --- a/postprocessingQueries.md +++ b/postprocessingQueries.md @@ -56,4 +56,32 @@ GRAPH { ?s a ; ?uname . } } -`````` +``` +``` +INSERT { +GRAPH { +?s ?rt . +} +} WHERE { +GRAPH { +?s ?ro . +?s ?rt . +FILTER(?ro="slide") + +} +} +``` +``` +INSERT { +GRAPH { +?s ?rt . +} +} WHERE { +GRAPH { +?s ?ro . +?s ?rt . +FILTER(?ro="deck") + +} +} +```