You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the Triple( function for which ExprTripleTerm is a syntactic sugar is defined using: If the 3-tuple (subj, pred, obj) is an RDF triple (that is, subj is an IRI or blank node; pred is an IRI; and obj is an IRI, triple term, blank node or literal) the function returns a triple term with these three elements. Otherwise, the function raises an error..
It means that expressions like <<( "foo" ex:p "bar" )>> will always return an error at runtime. I tend to think it might be nicer to make them invalid syntax and change the grammar into: