aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-RDF-Core/pkg-descr
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-05-30 15:47:38 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-05-30 15:47:38 +0000
commit2ffdc63412d6d768838433853c12618b84d6e41e (patch)
treee11c758eb65b107ce00878ea477b9f28644338dd /textproc/p5-RDF-Core/pkg-descr
parent9de1b1596862249c6f2b465b2c2b6c1df31fa3d9 (diff)
downloadports-2ffdc63412d6d768838433853c12618b84d6e41e.tar.gz
ports-2ffdc63412d6d768838433853c12618b84d6e41e.zip
Add p5-RDF-Core 0.16,
an object oriented Perl modules for handling tasks related to RDF.
Notes
Notes: svn path=/head/; revision=60291
Diffstat (limited to 'textproc/p5-RDF-Core/pkg-descr')
-rw-r--r--textproc/p5-RDF-Core/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-RDF-Core/pkg-descr b/textproc/p5-RDF-Core/pkg-descr
new file mode 100644
index 000000000000..201a08c5527a
--- /dev/null
+++ b/textproc/p5-RDF-Core/pkg-descr
@@ -0,0 +1,20 @@
+RDF::Core is a pure perl implementation of RDF storage, parser,
+serializer and query.
+
+The storage functionality is basic - store, delete, query statements,
+where query means ask about existence or count or retrieve statements
+conforming given mask of (subject, predicate, object). Three storages
+are available - in memory, file (DB_File) and DBMS (PostgreSQL).
+
+The parser supports full RDF/XML syntax including aboutEach attribute
+(though it became obsolete).
+
+The serializer attempts to preserve anonymous nodes and to compact xml a
+bit grouping statements with common subject.
+
+The query language is rather focused on resources than on statements.
+
+WWW: http://search.cpan.org/search?dist=RDF-Core
+
+-- Sergey Skvortsov
+skv@FreeBSD.org