PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • The following is a declaration and initialization of a single-dimensional jagged array that contains two-dimensional array elements of different sizes: int[][,] jaggedArray = new int[4][,] { new int[,] { {11,23}, {58,78} }, new int[,] { {50,62}, {45,65}, {85,15} }, new int[,] { {245,365}, {385,135} }, new int[,] { {1,2}, {4,4}, {4,5} } }; Practical demonstration of jagged array using System; names
http://www.w3.org/ns/prov#wasQuotedFrom
  • c-sharpcorner.com