:myFriends {
ex:Alice foaf:knows ex:Bob.
ex:Alice foaf:knows ex:Carol.
}
I guess this is supported?
_:changeset0 cs:remove <<:myFriends { ex:Alice foaf:knows ex:Bob }>>.
Is this supported?
_:changeset0 cs:remove <<:myFriends {
ex:Alice foaf:knows ex:Bob. ex:Alice foaf:knows ex:Carol.
}>>.
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>>.