PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Prior to v 1.5 jQuery's ajaxSetup used a shallow copy of settings like: jQuery.extend( jQuery.ajaxSettings, settings ); Beginning from 1.5 it is doing a deep copy like: target = jQuery.extend(true, jQuery.ajaxSettings, settings ); The problem is that it deep copies everything that exists in the settings including the context which may be way to much - for example if you want a context to be a docu
http://www.w3.org/ns/prov#wasQuotedFrom
  • jquery.com