SPARQL

Description

Generic SPARQL client API for Smalltalk

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
1
Forks
1
Created
March 3, 2015
Updated
Aug. 31, 2022
Topics
pharo pharo-smalltalk sparql

README excerpt

# 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' ];
    " ... "
```
← Back to results