Skip to content

Task parsing error #2

@smirnp

Description

@smirnp

Hi!

The VirtuosoSystemAdapter fails to execute the following query because of #U2 in the beginning:

#U2
PREFIX xsd:         <http://www.w3.org/2001/XMLSchema#>
PREFIX snvoc:       <http://www.ldbc.eu/ldbc_socialnet/1.0/vocabulary/>
PREFIX sn:          <http://www.ldbc.eu/ldbc_socialnet/1.0/data/>
PREFIX dbpedia-owl: <http://dbpedia.org/ontology/>
PREFIX dbpedia:     <http://dbpedia.org/resource/>
PREFIX foaf:        <http://xmlns.com/foaf/0.1/>
PREFIX rdfs:        <http://www.w3.org/2000/01/rdf-schema#>
INSERT DATA { GRAPH <https://github.com/hobbit-project/sparql-snb> { 
<http://www.ldbc.eu/ldbc_socialnet/1.0/data/pers00000032985348839314> <http://www.ldbc.eu/ldbc_socialnet/1.0/vocabulary/likes> [ <http://www.ldbc.eu/ldbc_socialnet/1.0/vocabulary/hasPost> <http://www.ldbc.eu/ldbc_socialnet/1.0/data/post00000000549758342716>; <http://www.ldbc.eu/ldbc_socialnet/1.0/vocabulary/creationDate> "2012-10-14T08:37:00.457+00:00"^^xsd:dateTime ] .
}
}

Does the code contains handler for parsing it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions