query: 'SELECT ?evt ?type ?subtype ?begin (group_concat(DISTINCT  ?subject; separator = ";") as ?subjects) (group_concat(DISTINCT  ?subjectName; separator = ";") as ?subjectsNames) (group_concat(DISTINCT  ?object; separator = ";") as ?objects) (group_concat(DISTINCT  ?objectName; separator = ";") as ?objectsNames) WHERE {'
        +'?evt a sadfc:Event. '
        +'?evt sadfc:hasEventType ?type. '
        +'?evt sadfc:hasEventSubtype ?subtype. '
        +'?evt sadfc:hasDateTime ?date. '
        +'?date time:hasBeginning ?beginDate . '
        +'?beginDate time:inXSDDateTime ?begin . '
        +'?subject ?propSubject ?evt. '
        +'?propSubject rdfs:subPropertyOf* sadfc:tookPartIn .'
          +'OPTIONAL'
          +'{?subject sadfc:hasPseudo ?subjectName .}'
          +'OPTIONAL'
          +'{?subject sadfc:hasName ?subjectName .}'
        +'?evt ?propObject ?object . '
        +'?propObject rdfs:subPropertyOf* sadfc:interacts '
        +'OPTIONAL'
          +'{?object sadfc:hasLocation ?loc .'
          +'?loc sadfc:hasFilename ?objectName .}'
          +'OPTIONAL'
          +'{?object sadfc:hasLocation ?loc .'
          +'?loc sadfc:hasURL ?objectName .}'
          +'OPTIONAL'
          +'{?object sadfc:hasName ?objectName .}'
        +'} '
        +'GROUP BY ?evt ?type ?subtype ?begin'400 Encountered "<EOF>" at line 1, column 
66.  Was expecting one of:      ")" ...      ";" ...      "=" ...      
"!=" ...      ">" ...      "<" ...      "<=" ...      ">=" 
...      "||" ...      "&&" ...      "+" ...      "-" ...      
"*" ...      "/" ...      "in" ...      "not in" ...      
<INTEGER_POSITIVE> ...      <INTEGER_NEGATIVE> ...      
<DECIMAL_POSITIVE> ...      <DECIMAL_NEGATIVE> ...      
<DOUBLE_POSITIVE> ...      <DOUBLE_NEGATIVE> ...      --
-- --
You received this message because you are subscribed to the C&P "Stardog" group.
To post to this group, send email to sta...@clarkparsia.com
To unsubscribe from this group, send email to
stardog+u...@clarkparsia.com
For more options, visit this group at
http://groups.google.com/a/clarkparsia.com/group/stardog?hl=en
Hi Edgar,
Thanks for your help ;)
I was using an older version of Stardog (2.2.2) and stardog.js 0.1.5 (which is the latest version available on this website ==> http://clarkparsia.github.io/stardog.js/docs/stardog.html).
After updating, I tried to run your test on the repository nodedb but I still get the same error unfortunately...