how i can delete all triples statement of ressource by here uri
my graph contain
PREFIX mo: <http://ift.tt/2jc1XdO;
PREFIX term: <http://ift.tt/2jobxrZ;
PREFIX xsd: <http://ift.tt/Gzs4An;
<http://ift.tt/2joaZ54; term:title "tiitle album";
term:date "date title";
term:name " name ".
i try to delete all triples for http://ift.tt/2jc8Hs6 but the query don't working.
PREFIX mo: <http://ift.tt/2jc1XdO;
PREFIX term: <http://ift.tt/2jobxrZ;
PREFIX xsd: <http://ift.tt/Gzs4An;
delete{ ?id ?p ?o}
where
{
FILTER (?id = <http://ift.tt/2joaZ54;)
?id ?p ?o
}
SPARQL Query: No 'query=' parameter (#400) Error 400: SPARQL Query: No 'query=' parameter
Aucun commentaire:
Enregistrer un commentaire