Skip to content

Error with example on readme #4

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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