The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.42 - 2001-08-31

  • Updated Makefiel.PL
  • utils/
    • added rdf2n3p.pl to test cases as part of the RDF Core working group (see http://www.w3.org/2001/sw/RDFCore/ntriples/)
    • updated rdf.pl
    • updated rdfquery.pl
    • updated rdfingest.pl
    • updated dbcat
  • RDFStore::Parser::SiRPAC
    • updated accordingly to RDF Core Working Group decisions (see http://www.w3.org/2000/03/rdf-tracking/#attention-developers)
      • rdf-ns-prefix-confusion (carp if error)
      • rdfms-abouteachprefix (removed aboutEachPrefix)
      • rdfms-empty-property-elements (updated processDescription() and processPredicate())
      • rdf-containers-formalmodel (updated processListItem())
    • added RDFCore_Issues option
    • fixed bug when calling setSource() internally
    • updated makeAbsolute()
    • fixed bug in processListItem() when calling processContainer()
    • fixed bug in processPredicate() for empty predicate elements having zero attributes
  • Data::MagicTie
    • fixed compilation bug while strict subs when missing DB_File
  • t/
    • updated magictie.t
    • updated rdfstore.t
  • RDFStore::Statement
    • updated toString() and getDigest()
  • RDFStore::Model
    • complete redesign of the indexing method up to free-text search on literals
    • added tied array iterator RDFStore::Model::Statements to allow fetching results one by one
    • modified find() to allow a 4th paramater to make free-text search over literals
  • RDFStore::SetModel
    • updated accordingly to new RDFStore::Model

Modules

Perl5 access to the dbms server.
This module implements an adaptor like Perl TIE interface over hash and array that support BLOBs, delegation, duplicate keys, locking and storage splitting
This is a set of Perl modules that implement an object-oriented API to manipulate RDF models
An implementation of the Literal RDF API using Storable(3)
An implementation of the Model RDF API using tied hashes and implementing free-text search on literals
implementation of the NodeFactory RDF API
This module implements an RDF strawman parser for the syntax proposed by Jonathan Borden at http://www.openhealth.org/RDF/rdf_Syntax_and_Names.htm
This module implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat(3)
This module is an extension of RDFStore::Parser::SiRPAC(3) that actually use the RDFStore API modules to ingest records into an RDFStore database.
implementation of the RDFNode RDF API using Digest(3)
implementation of the Resource RDF API
implementation of the SchemaModel RDF API
implementation of the SetModel RDF API
implementation of the Digest RDF API
implementation of the AbstractDigest RDF API
implementation of the Digestable RDF API
implementation of the GenericDigest RDF API
implementation of the MD5Digest RDF API
implementation of the SHA1Digest RDF API
implementation of the DigestUtil RDF API
definiton of the Literal RDF API
definiton of the Model RDF API
definiton of the NodeFactory RDF API
definiton of the RDFNode RDF API
definiton of the Resource RDF API
definiton of the SetModel RDF API
definiton of the Statement RDF API
definiton of the VirtualModel RDF API
implementation of the Vocabulary Generator RDF API
implementation of the Statement RDF API
implementation of the VirtualModel RDF API

Provides

in lib/RDFStore/Vocabulary/DAML.pm
DC
in lib/RDFStore/Vocabulary/DC.pm
DCQ
in lib/RDFStore/Vocabulary/DCQ.pm
in lib/Data/MagicTie.pm
in lib/Data/MagicTie.pm
RDF
in lib/RDFStore/Vocabulary/RDF.pm
in lib/RDFStore/Vocabulary/RDFS.pm
in lib/RDFStore/Model.pm
in lib/RDFStore/Parser/SiRPAC.pm
in lib/RDFStore/Parser/SiRPAC.pm
in lib/RDFStore/Parser/Styles/MagicTie.pm