PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • I take no credit for any of this code other than putting the pieces together. <?php$source_pic = 'images/source.jpg';$destination_pic = 'images/destination.jpg';$max_width = 500;$max_height = 500;$src = imagecreatefromjpeg($source_pic);list($width,$height)=getimagesize($source_pic);$x_ratio = $max_width / $width;$y_ratio = $max_height / $height;if( ($width <= $max_width) && ($height <= $max_height
http://www.w3.org/ns/prov#wasQuotedFrom
  • php.net