PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • //This function retrieves all files within a directory (non recursive) and outputs them onto the page//You can limit the type of files to retrieve, such as images only, as dictated by the file's extension function getfiles($dirname=.) {$pattern=(\.jpg$)|(\.png$)|(\.jpeg$)|(\.gif$); //valid image extensions$files = array();if($handle = opendir($dirname)) { while(false !== ($file = readdir($hand
http://www.w3.org/ns/prov#wasQuotedFrom
  • codingforums.com