PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • library("sqldf)# We can use sqldf() to issue any command, including drop, create, select, insertsqldf( /* sql comments can be used*/ drop table if exists tmp.test_tbl; create table tmp.test_tbl (a int, b int); insert into tmp.test_tbl values (1,4); insert into tmp.test_tbl values (2,5); insert into tmp.test_tbl values (3,6); )
http://www.w3.org/ns/prov#wasQuotedFrom
  • r-bloggers.com