| prov:value
| - Here were are setting year, month, day, hour, minute, and second values, but there are other options, such as add(), roll(), and setTime():GregorianCalendar cal1 = new GregorianCalendar();GregorianCalendar cal2 = new GregorianCalendar();cal1.set(2008,0,1,0,0,0); // 2008-01-01 00:00:00cal2.set(2008,2,15,23,59,0); // 2008-03-15 23:59:00For the addFilter() method, we will use the getTime() method on ea
|