Codebase list libattean-perl / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

Attean Semantic Web Framework
=============================

Attean is a Perl framework for working with RDF data and SPARQL queries.
It features parsers and serializers for many different RDF formats including
RDF/XML, Turtle, N-Triples and N-Quads, as well as SPARQL formats like
SPARQL-XML, SPARQL-JSON, SPARQL-CSV and SPARQL-TSV.

Attean features support for SPARQL 1.1 queries, and a set of APIs and command
line tools to parse, transform, query, and serialize RDF data.

Getting Attean
--------------

Attean is available from:

* [GitHub](https://github.com/kasei/attean/)
* [CPAN](https://metacpan.org/release/Attean)

And is also available as [Debian packages](https://packages.qa.debian.org/liba/libattean-perl.html).

Getting Help
------------

A group of perl-rdf developers are usually available in the
[perlrdf IRC channel](irc://irc.perl.org/perlrdf) where we're happy to answer
questions.

You can also:

* Create a new [GitHub Issue](https://github.com/kasei/attean/issues) or submit a pull request

Licensing
---------

Copyright (c) 2014--2022 Gregory Todd Williams.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.