PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • If you need to create a big database into MySQL Cluster with:A lot of tables indexes, columns, and tablesA lot of recordsthere are a few things to think about:If a table has > ~90M records, you have to create the table with MAX_ROWS=<amount of records in table anticipating growth>:CREATE TABLE t1(...) ENGINE=ndbcluster MAX_ROWS=200000000;This way the data node will allocate more partitions for the
http://www.w3.org/ns/prov#wasQuotedFrom
  • blogspot.com