I have tried the example of readme, in pharo11 macos (ventura)
- First I got an error about file does not exists
- Then I have cloned the project of fireset-example
- and use one file validation.ttl
firesatClient := PBSPARQL new
datastore: '/Users/lse/Documents/GitHub/firesat-example/src/shacl/validation.ttl';
query: 'PREFIX fse: <http://opencaesar.io/examples/firesat/disciplines/fse/fse#>
PREFIX base: <http://imce.jpl.nasa.gov/foundation/base#>
SELECT ?assembly ?subassembly
WHERE {
?assembly base:contains ?subassembly
}'.
Expected result: the script of readme should work after the installation of the project
I have tried the example of readme, in pharo11 macos (ventura)
Expected result: the script of readme should work after the installation of the project