PPT-Folie
Anbindungstechniken Web-DBS
Nutzung von DB-Konzepten im Web: modelling and querying the web
SELECT d.url, e.url, a.label
FROM Document d SUCH THAT
Document e SUCH THAT d => e,
Anchor a SUCH THAT a.base = d.url
nach Florescu, Levy, Mendelzon