#====================================================================# # The release file for RDF-Core # #====================================================================# Version 0.16 May 27, 2002 ---------------- - a second variable binding is added to query language (binds variable to property itself instead of property value) - member() - of container - function added to query language functions - a method "equals" is added to RDF::Core::Resource - a new module Schema is added, which provides access to RDF Schema - query tokenizer bug corrected (bug 854) Version 0.15 April 16, 2002 ---------------- - parser recognizes and handles xml:base attribute (bug 771) - parser bug with rdf:bagID fixed (bug 774) - parser bug with rdf:li fixed (bug 776) - query results are not returned in array of rows, a callback function is called for each row instead - query evaluation speed was improved by applying conditions as soon as possible - DB_File storage handles SIGINT to protect data consistency - DB_File storage has a new option Sync which says how often it should synchronize cache with disk Version 0.11 March 28, 2002 ---------------- - the damned README added (was missing in 0.10 again) Version 0.10 March 27, 2002 ---------------- - countStmts now works with DBMS storage (bug 768) - USE section added to query (defining namespace prefixes) - a binary relation not equal (!=) added to query language - BNF diagram of the query language added to Query pod - class operator (::) is allowed in From section of query now Version 0.04 March 22, 2002 ---------------- - README file added Version 0.03 March 21, 2002 ---------------- - blank (anonymous) nodes don't have URI, but _: Version 0.01 October 3, 2001 ---------------- - original version; created by h2xs 1.20 Note: Bug references refer to http://bugzilla.gingerall.cz/ .