- merged from openbsd-wip and dlg@ diffs.
Rasqal is a C library that handles Resource Description Framework
(RDF) query language syntaxes, query construction and execution of
queries returning results as bindings, boolean, RDF graphs/triples
or syntaxes. The supported query languages are SPARQL 1.0, RDQL,
Draft SPARQL Query 1.1, Update 1.1 Syntax and Experimental SPARQL
extensions (LAQRS). Rasqal can write binding query results in the
SPARQL XML, SPARQL JSON, CSV, TSV, HTML, ASCII tables, RDF/XML and
Turtle / N3 and read them in SPARQL XML, RDF/XML and Turtle / N3.
Rasqal was designed to work closely with the Redland RDF library
and the Raptor RDF Syntax Library but is entirely separate from
both.
It's not obvious, but hs-ports dependencies should match the
dependencies specified in the .cabal files as close as possible,
to minimize breakage (and necessary bumps) after updates of
some other hs-ports.
This is a pure OCaml library to read and write CSV files, including all
extensions used by Excel — eg. quotes, newlines, 8 bit characters in
fields, "0 etc.
help/ok chrisz@
and the line with the unregister.sh script down to the bottom of
the plist. Silences all the blurb about ".../*.haddock doesn't exist
or isn't a file."
Needed by textproc/hs-libxml-sax, which in turn is required by an
upcoming port of hs-dbus.
OK kili@
The xml-types library contains complete types for most parts of an
XML document, including the prologue, node tree, and doctype.
Some basic combinators are included for common tasks, including
traversing the node tree and filtering children.
RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information. The library contains parsers and
serializers for RDF/XML, N3, NTriples, Turtle, TriX and RDFa. The
library presents a Graph interface which can be backed by any one of a
number of Store implementations. This core RDFLib package includes
store implementations for in memory storage and persistent storage on
top of the Berkeley DB.
ok aja@