PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • I also implemented parsing the result, i.e. getting the Date and the Message:Quote String buf = ; String msg = ; boolean tak = false; while (client.connected()) { while (client.available()) { char c = client.read(); //Serial.print(c); // verbose? buf += c; if (tak) msg = buf; if (c == 10) { buf.trim(); if (buf.indexOf(Date:) == 0) Serial.println(DATE = + buf); if (buf == ) //empty line
http://www.w3.org/ns/prov#wasQuotedFrom
  • arduino.cc