PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • This function is way faster than those below for checking if an object is a file or folder.<?phpfunction is_ftp_dir($file, $ftp_connection){ if(ftp_size($ftp_connection, $file) == '-1'){ return true; // Is directory }else{ return false; // Is file }}?>
http://www.w3.org/ns/prov#wasQuotedFrom
  • php.net