Changes between Version 7 and Version 8 of ApertureDataCrawler
- Timestamp:
- 10/12/05 16:06:37 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataCrawler
v7 v8 9 9 10 10 {{{ 11 #!c 11 12 /** 12 13 * A DataCrawler accesses the physical source represented by a DataSource … … 50 51 * <li>rdf:type</li> 51 52 * <li>rdfs:label</li> 52 * <li>dcterms:modified - Date on which the resource was changed. SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");</li>53 * <li>FUTURE!!! optional: x <rdf:type> <rdfs:Container>. when this statement is given, the resource can contain sub-resources. this happens in email stores or with zip files.53 * <li>dcterms:modified - Date on which the resource was changed. 54 * SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");</li> 54 55 * </ul> 55 56 * Each resource must have a URI that can be used in a getCBD call.