MANIFEST			This file $Id: MANIFEST,v 1.22 2004/06/18 13:15:02 eric Exp $
Makefile.PL			Makefile generator
README				Get you started with this package
#README.html			you should read this too
test.pl				* make test stuff
META.yml                        Module meta-data (added by MakeMaker)

Algae2.pm			a parser/evaluator for the algae2 language
AlgaeCompileTree.pm		RDF query objects
AlgaeParser.pm			parse the Algae2 language
AlgaeParser.yp			a Parse::Yapp grammer to generate AlgaeParser.pm
Atoms.pm			provide unique objects for RDF tokens (URI, string, genid, statement)
#Attributions.html		HTML description of the Attributions idea
#RDF-ImpNotes.html		implementation notes for RDF::Parser
#RdfDB.html			html description of RdfDB
CGIApp.pm			Common CGI functions for RDF apps
DotSerializer.pm		serialize RDF graphs in dot (AT&T Graphvis) format
EmitterInterface.pm		interface to fill an RDF database
FingerDB.pm			RDF DB mapping to finger protocol
N3Serializer.pm			serialize RDF graphs in Notation 3 format
NTriplesSerializer.pm		serialize RDF graphs in nTriples format
Parser.pm			parse RDF/XML and fill an RdfDB
RdalCompileTree.pm		Compile tree for RDAL Parser
RdalParser.pm			Parse RDAL schema annotations
RdalParser.yp			a Parse::Yapp grammer to generate RdalParser.pm
RdfApp.pm			common functionality for some W3C CLI RDF utils @@@
RdfDB.pm			database to store RDF triples @@@
RdqlParser.pm			parse the RDQL language
RdqlParser.yp			a Parse::Yapp grammer to generate RdqlParser.pm
ResultSet.pm			query state (results and proofs)
SeRQLParser.pm			parse the SeRQL language
SeRQLParser.yp			a Parse::Yapp grammer to generate SeRQLParser.pm
SqlDB.pm			RdfDB interface to SQL tables
StatementsSerializer.pm		serialize RDF graphs in line-oriented statements format
#Swordfish.pl			infobot modules for performing Algae queries
TAPDB.pm			RdfDB interface to Stanford University's TAP database
XmlSerializer.pm		serialize RDF graphs as RDF/XML
YesDB.pm			an agreeable RdfDB

bin/algae			command line RDF query (and rules) program

test/Annotation0-alg.sh		test and demo
test/RDQL0-alg.sh		test and demo
test/SeRQL0-alg.sh		test and demo
test/Disjunction0-alg.sh	test and demo
test/Annotation0-alg.sh		test and demo
test/Optional0-alg.sh		test and demo
test/Annotation1-alg.sh		test and demo
test/Annotation2-alg.sh		test and demo
test/Annotation3-alg.sh		test and demo
test/Annotation4-alg.sh		test and demo
test/OrderTracking0-alg.sh	test and demo
test/OrderTracking1-alg.sh	test and demo
test/OrderTracking3-alg.sh	test and demo
test/OrderTracking4-alg.sh	test and demo
test/OrderTracking5-alg.sh	test and demo
test/OrderTracking6-alg.sh	test and demo
test/Federate0-alg.sh		test and demo

test/fwruleTest0-alg.sh		test and demo of rules
test/fwruleTest1-alg.sh		test and demo of rules
test/bookmarkRules.alg		test and demo of rules
test/owl.alg			test and demo of rules
test/rdfs.alg			test and demo of rules

test/makeGenericTripleStore.sql	table construction
test/makeOrderTracking.sql	table construction

test/genericTripleStore.prop	properties file for the RDF triple store
test/OrderTracking.prop		properties file for the OrderTracking database
OrderTrackingObjects.pm		description of the OrderTracking database

test/subCategoryExample.rdf		test data
test/Annotation1052587433.529382.rdf	test data
test/Annotation1052587433.529382b.rdf	test data
test/Federate0-jwlry.rdf		test data
test/Federate0-reviews.rdf		test data
test/Federate0-reviews.rdf		test data

