aboutsummaryrefslogtreecommitdiff
path: root/databases/rdfdb/pkg-descr
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-09 00:35:39 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-09 00:35:39 +0000
commit190732428effcdf6ecb3c79acd645fe12ef244ee (patch)
tree3feae3ccffe37cc885ff5fae5a04d3dbc9081925 /databases/rdfdb/pkg-descr
parenta8762c8c74f42fd3ec24a6bc221add516bb9c457 (diff)
downloadports-190732428effcdf6ecb3c79acd645fe12ef244ee.tar.gz
ports-190732428effcdf6ecb3c79acd645fe12ef244ee.zip
Notes
Diffstat (limited to 'databases/rdfdb/pkg-descr')
-rw-r--r--databases/rdfdb/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/rdfdb/pkg-descr b/databases/rdfdb/pkg-descr
new file mode 100644
index 000000000000..8c9d9c051502
--- /dev/null
+++ b/databases/rdfdb/pkg-descr
@@ -0,0 +1,24 @@
+R.V. Guha's rdfDB. Intended to be a simple, scalable, open-source
+database for RDF. Written in C and based on top of the Sleepycat
+Berkeley Database, it supports interrogation via TCP/IP sockets,
+meaning integration is possible with any programming language.
+
+rdfDB uses a high level SQLish query language. The data is modelled as
+a directed labelled graph (RDF).
+
+The goals of this project are to build a database that is capable of:
+
+ 1. Supporting a graph oriented API via a textual query language ala
+ SQL.
+ 2. Load/Reload an RDF file from a url into the database
+ 3. Scalable to millions of nodes and triples.
+ 4. Provide support for RDF Schemas.
+ 5. Provide support for some basic forms of inferencing.
+ 6. Provide both C and Perl access to the database.
+ 7. The Perl philosophy applies : Simple things should be simple and
+ complex things should be possible.
+
+WWW: http://www.guha.com/rdfdb/
+
+- Philip Jenvey
+pjenvey@turntables.org