PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • this is a fairly common requirement.....delete lots of data, but not the look up tables kind of thing.the things to watch out for are the order of the deletes...you can not delete parent data if you have child data referencing it due to the foreign key order.you cannot issue the TRUNCATE command against a table that has foreign keys, so in that case you HAVE to delete.here is a script i use to genera
http://www.w3.org/ns/prov#wasQuotedFrom
  • sqlservercentral.com