// (c) Copyright 2002, Hewlett-Packard Company, all rights reserved. // Tutorial exercise 1 // What are the top level properties for the vCard for "John Smith" SELECT ?property FROM WHERE (?person, , "John Smith") , (?person, ?property, ?obj) USING vCard FOR , rdf FOR