PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • if you converted a number to a German format with number_format() and want to save it in mySQL, you first have to change the number format back to an English format.For example 10.453,21 >>>> 10453.21Here is an example how to do this: $field_array=explode(., $field_inhalt); $field_inhalt=$field_array[0].$field_array[1]; $foeld_array=explode(,, $field_inhalt); $field_inhalt=$field_array[0]...
http://www.w3.org/ns/prov#wasQuotedFrom
  • php.net