PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Well, tempc is an integer, so does not have any places after the decimal point.You could make it a float, which would make more sense here:Code: [Select]tempc = (5.0 * tempc * 100.0) / (8.0 * 1024.0);You can still sum your integer readings into it.0018 allows you to specify the number of decimal places with the print or println method.
http://www.w3.org/ns/prov#wasQuotedFrom
  • arduino.cc