:myFriends {
ex:Alice foaf:knows ex:Bob.
ex:Alice foaf:knows ex:Carol.
}
Remove a single quad
I guess this is supported?
_:changeset0 cs:remove <<:myFriends { ex:Alice foaf:knows ex:Bob }>>.
Remove two quads
Is this supported?
_:changeset0 cs:remove <<:myFriends {
ex:Alice foaf:knows ex:Bob. ex:Alice foaf:knows ex:Carol.
}>>.
Remove a triple
Does this apply to the triple in the :myFriends graph, or to nothing? (I assume the latter)
_:changeset0 cs:remove <<ex:Alice foaf:knows ex:Bob>>.