query.pl
complete SPARQL 1.1 Query and Update implementation for RDF::Trine
Install
- All systems
-
curl cmd.cat/query.pl.sh
- Debian
-
apt-get install librdf-query-perl
- Ubuntu
-
apt-get install librdf-query-perl
- Kali Linux
-
apt-get install librdf-query-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install librdf-query-perl
- Raspbian
-
apt-get install librdf-query-perl
- Dockerfile
- dockerfile.run/query.pl
librdf-query-perl
complete SPARQL 1.1 Query and Update implementation for RDF::Trine
Resource Description Framework (RDF) is a standard model for data interchange on the Web. RDF::Query allows SPARQL 1.1 and RDQL queries to be run against an RDF model, returning rows of matching results.
libattean-perl
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. SPARQL is an RDF query language, that is, a semantic query language for databases, able to retrieve and manipulate data stored in Resource Description Framework format. Resource Description Framework (RDF) is a standard model for data interchange on the Web. Some modules require additional packages: * Test::Attean::* require the packages libmoose-perl libtest-roo-perl. * Test::Attean::SPARQLSuite instead requires the packages libtest-roo-perl libtest-modern-perl.