// (c) Copyright 2002, Hewlett-Packard Company, all rights reserved. // Tutorial exercise 2 // Work phone number for John Smith SELECT ?telephoneNumber FROM WHERE (?person, , "John Smith") , (?person, , ?tel) , (?tel, , ) , (?tel, , ?telephoneNumber) USING vCard FOR , rdf FOR