Generic SPARQL client API for Smalltalk
# SPARQL
Generic SPARQL client API for Smalltalk
# Installation
```smalltalk
Metacello new
baseline: 'SPARQL';
repository: 'github://hernanmd/SPARQL/repository';
load.
```
# Baseline String
If you want to add the SPARQL to your Metacello Baselines or Configurations, copy and paste the following expression:
```smalltalk
" ... "
spec
baseline: 'SPARQL'
with: [ spec repository: 'github://hernanmd/SPARQL/repository' ];
" ... "
```