Changes between Version 7 and Version 8 of ApertureDataCrawler


Ignore:
Timestamp:
10/12/05 16:06:37 (19 years ago)
Author:
dburkhar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureDataCrawler

    v7 v8  
    99 
    1010{{{ 
     11#!c 
    1112/** 
    1213 * A DataCrawler accesses the physical source represented by a DataSource 
     
    5051         * <li>rdf:type</li> 
    5152         * <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> 
    5455         * </ul> 
    5556         * Each resource must have a URI that can be used in a getCBD call.