wschella / Sparqlee

Simple SPARQL expression evaluator library
0 stars 0 forks source link

Explicitly error on DefaultGraph as input #8

Open wschella opened 6 years ago

wschella commented 6 years ago

Seems like DefaultGraph is not a valid RDF Term. (According to the spec, only IRI's, blank nodes, and literal's are. So we should error quickly and when we meet one in our input (opposed to handling it silently as a generic term now).