malformed sparql delete query
问题 I would like to update a data property assertion using sparql, but I get the malformed query exception at the delete statement when I try to run this in Protege. I'm very new to sparql and I can't figure out what's wrong with this query : PREFIX m: <http://www.semanticweb.org/exemple#> DELETE { ?o owl:minQualifiedCardinality ?min. } INSERT { ?o owl:minQualifiedCardinality “2000”^^xsd:decimal. } WHERE { m:Revenu rdfs:subClassOf ?o. ?o owl:minQualifiedCardinality ?min. } 回答1: Have a look at