Dear SPARQL working group, TopQuadrant (W3C member) strongly supports the proposed Assignment feature [1]. In particular we have many customers who rely on the ability to construct new RDF nodes (literals and URIs) as part of CONSTRUCT rules. Use cases include ontology mapping and deriving new values from existing ones. The LET keyword implemented by Jena/ARQ [2] has proven to be an excellent solution for those tasks, and leads to very readable queries. Example: # Computes area := width * height CONSTRUCT { ?this :area ?area . } WHERE { ?this :width ?width . ?this :height ?height . LET (?area := (?width * ?height)) . } Regards, Holger [1] http://www.w3.org/2009/sparql/wiki/Feature:Assignment [2] Assignment in ARQReceived on Thursday, 5 March 2009 18:50:29 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 5 March 2009 18:50:29 GMT