anukat2015 / elda

Automatically exported from code.google.com/p/elda
0 stars 0 forks source link

Elda doesn't implement api:template #146

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Elda doesn't implement api:template (see spec:)

http://code.google.com/p/linked-data-api/wiki/API_Vocabulary#Viewers

Original issue reported on code.google.com by ehog.he...@googlemail.com on 15 Mar 2012 at 11:42

GoogleCodeExporter commented 8 years ago
"Doesn't implement" turns out to mean "doesn't properly implement". The spec is 
unclear on the details of api:template, so I've picked template = X as meaning
CONSTRUCT { X } WHERE { {X} FILTER(Y) } where Y is ?item = R1 || ?item = R2 ... 
where the Ri are the selected resources. This is nicer than expanding the 
template many times. A version that respects supporsNestedSelects should follow.

Original comment by ehog.he...@googlemail.com on 30 May 2012 at 3:04

GoogleCodeExporter commented 8 years ago
Defer supportsNestedSelects until required as a separate issue.

Original comment by ehog.he...@googlemail.com on 31 May 2012 at 8:23