Navigating in Description Graphs using RQL
Find the Museum resources that have been modified after year 2000 (i.e., data path with node and edge labels)
Find the resources that have been created and their respective titles (i.e., data path using only edge labels)
select X, Z from creates{Y}.title{Z}
Find the titles of exhibited resources that have been created by a Sculptor (i.e., multiple data paths)
from Sculptor.creates{Y}.exhibited{Z}, {Z}title{W}