PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Thanks!Here is a c# method I wrote based on the above code:public Shell32.Folder GetShell32NameSpaceFolder(Object folder){ Type shellAppType = Type.GetTypeFromProgID(Shell.Application); Object shell = Activator.CreateInstance(shellAppType); return (Shell32.Folder)shellAppType.InvokeMember(NameSpace, System.Reflection.BindingFlags.InvokeMethod, null, shell, new object[] { folder });}
http://www.w3.org/ns/prov#wasQuotedFrom
  • blogspot.com