Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hernanmd/sparql

Generic SPARQL client API for Smalltalk
https://github.com/hernanmd/sparql

pharo pharo-smalltalk sparql

Last synced: about 2 months ago
JSON representation

Generic SPARQL client API for Smalltalk

Awesome Lists containing this project

README

        

# 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' ];
" ... "
```