Home
Categories
Dictionary
Download
Project Details
Changes Log
FAQ
License

Unsupported constructs in parsing



For the moment, some constructs are yet not supported in SPARQL requests parsing.

It does not mean that the parsing will fail, but the result will be incorrect in these cases.

Semicolon separator

Semicolon separator for multiple statements with same subject is not supported[1]
See the SPARQL standard for more information on these constructs
.

For example:
   SELECT ?movie ?genre
   WHERE {
      ?movie a mov:Movie ;
      mov:hasGenre ?genre .
   }

Variable used for a predicate

Varaibles used for a predicate are not supported correctly.

For example:
   SELECT * 
   WHERE { 
      dbpedia:France ?pre ?obj.
      ?pre1 a rdf:type .
      ?obj ?pre1 dbpedia:Alstom.
   }

Notes

  1. ^ See the SPARQL standard for more information on these constructs

See also


Categories: Requestparsing

Copyright 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence

Project Web Hosted by SourceForge.net Copyright 1999-2010 - Geeknet, Inc., All Rights Reserved About - Legal - Help