blob: 8b8e3e0fc8622c82f5bfdac6878b28dd6b67d1d3 [file] [log] [blame]
# single triple pattern, single optional
PREFIX : <http://example/>
SELECT * WHERE
{
?x :p 1 .
OPTIONAL { ?x :noSuchProp ?v }
}