PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • You need to group by all the fields other than the ones you are summing.For example, using the table:f1 | f2 | f3---------------- f | b | 1 f | c | 3 h | d | 5For the query:select f1, f2, sum(f3)from tablegroup by f1In this case, you would be missing f2 in the group by.
http://www.w3.org/ns/prov#wasQuotedFrom
  • jguru.com