TODO for Python/N3 experimental code ------------------------------------ $Source: /file/cvsdev/PythonN3/TODO.txt,v $ $Revision: 1.12 $ $Author: graham $ $Date: 2002/10/21 18:21:14 $ General ------- # - Add N3-driven page-scraper module # - write up RDF schemas # - update documention, (new vocabulary - rep:sep) N3Report.py ----------- # - implement report generation preprocessor to simplify creation of # search patterns and output generation templates. # - Provision for queries to eliminate duplicate variable sets, # based on a given selection. # - Provision for query with sort # - Support query over lists and collections N3Parser.py ----------- # - add support for RDF containers (specifically rdf:li). # - recognize alternative directives # - add support for reading from web URI. N3Model.py ---------- # - query with substring/pattern match on literals # - add method to compare models # - ensure duplicate statements are eliminated N3GenMsgRegistry.py ------------------- # - Deal with non-uniqueness in the provisional registry # (i.e. header field detail filename handling) N3GenDocIssues.py ----------------- # - Add inference logic to remove need for duplicate information in # source data (extract from history instead). N3GenProtocolMatrix.py ---------------------- # - Add protocol type descriptions, and link to them. # - Add inference logic to remove need for duplicate information in # source data (extract from history instead). ---- $Log: TODO.txt,v $ Revision 1.12 2002/10/21 18:21:14 graham Add new TODOs prompted by protocol cross-reference application Revision 1.11 2002/09/16 11:56:16 graham Add new TODOs prompted by N3GenDocIssues goals. Revision 1.10 2002/05/24 11:53:14 graham Noted software changes Revision 1.9 2002/05/10 11:49:19 graham Cleaned up registry formatting Revision 1.8 2002/05/10 11:13:13 graham Added deferred output features to handle list separators Revision 1.7 2002/05/09 16:06:18 graham Add query pattern and formatter template caching Revision 1.? 2002/05/07 10:54:16 graham Fixes to accept N3 output: options to control default prefix table, accept 'this' as node name (treated as <#>), allow '-' in qnames (not strictly valid N3?) Revision 1.? 2002/05/03 14:49:55 graham Added conditional and alternative features to query pattern and formatter templates