Meeting minutes from 01/22/2008
Attendance:
- Jim Brinkley, Dan Cook, Dan Suciu, Onard Mejino, Todd Detwiler, Josh Franklin, Marianne Shaw, Jiun-Hung Chen
Summary of Marianne's report:
A first cut at recursive queries is working. At the moment, only in-memory recursive queries are working; we do not yet pass the query down to our SQL model. A sample query is:
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX mar: <http://localhost/mar/> PREFIX : <.>
SELECT * FROM <tc> [ CONSTRUCT { ?a ?b ?c }
FROM <graph0.ttl>
WHERE { ?a ?b ?c }
UNION
CONSTRUCT { ?a ?b ?d } FROM <tc> FROM NAMED <graph0.ttl> WHERE { ?a ?b ?c .
GRAPH <graph0.ttl> {?c ?b ?d .}
}
] WHERE { ?x ?y ?z }
marianne is still working on adding Skolem functions.
