fedquery.pl
complete SPARQL 1.1 Query and Update implementation for RDF::Trine
Install
- All systems
-
curl cmd.cat/fedquery.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/fedquery.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.