Kevin Chilton created RYA-147:
---------------------------------

             Summary: Fluo PCJ - Delete Statement Support
                 Key: RYA-147
                 URL: https://issues.apache.org/jira/browse/RYA-147
             Project: Rya
          Issue Type: New Feature
    Affects Versions: 3.2.10
            Reporter: Kevin Chilton
            Assignee: Kevin Chilton
             Fix For: 3.2.10


The Fluo PCJ Updater application currently only allows you to add new 
statements to generated PCJs. We would also like to be able to delete 
statements from the end results.

Here is a simple example to illustrate the point. Suppose you are computing the 
following SPARQL query as a PCJ:
{code}
SELECT * 
WHERE {
    ?person <http://worksAt> <http://CoffeeShop> .
}
{code}

And you insert the following Statements:
{code}
[],
[],
[]
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to