Hi all,

I guess this question has already been answered, but I cannot find any
reference. Basically, a SPARQL update query like this cannot be parsed:

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX : <http://www.semanticweb.org/owlapi/ontologies/MyOnt#>

INSERT {?p rdf:type :MyClass}
WHERE {?p :hasProp ?rl}

What's wrong? And, if possible, how should I write it?

Thanks,
Nicola
_______________________________________________
Owlim-discussion mailing list
[email protected]
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion

Reply via email to