# $Id: vcardQ.n3 379 2004-09-18 19:11:35Z josd $ # PxButton | es | euler --nope --think vcardP.n3 --query vcardQ.n3 # PxButton | cwm | cwm vcardP.n3 --think --query"=vcardQ.n3" @prefix rdf: . @prefix q: . @prefix : . [] q:select {?S ?P ?O}; q:where {?S :employeeId "1234". ?S ?P ?O}. [] q:select {?O ?Q ?R}; q:where {?S :employeeId "1234". ?S ?P ?O. ?O ?Q ?R}.