PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Code Contracts are a great tool when used in conjunction with Test Driven Development. using System;using System.Collections.Generic;using System.Text;using System.Diagnostics.Contracts;namespace ContractsDemo{ [ContractVerification(true)] class Program { static void Main(string[] args) { var password = GetPassword(-1); Console.WriteLine(password.Length
http://www.w3.org/ns/prov#wasQuotedFrom
  • hanselman.com