PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • if anyone has faced a problem with displaying images from mssql image field it could be that they have an ole header put by sql.here is an example. hope it helps:<?php $db=mssql_connect("server,user,pass"); $d=mssql_select_db(NorthWind, $db); $sql = SELECT Picture FROM Categories WHERE CategoryId=2; $res = mssql_query($sql); $row = mssql_fetch_array($res); $data = $row['Picture']; header(
http://www.w3.org/ns/prov#wasQuotedFrom
  • php.net