Skip to content

Error with example on readme #4

@akevalion

Description

@akevalion

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions