From: Richard C. <ri...@cy...> - 2005-04-14 14:17:23
|
Hi Rudy, Am 14.04.2005 um 02:25 schrieb rudy rusli: > select ?fullname > where(?x, <person:lastName>,"Rusli") > (?x,<person:name>,?fullname) > using owl for <http://www.w3.org/2002/07/owl#> > person for <http://ebiquity.umbc.edu/v2.1/ontology/person.owl#> Not sure if this is the problem, but note that only URIs go into angle brackets, and not QNames. That is, you either write <http://ebiquity.umbc.edu/v2.1/ontology/person.owl#name> with angle brackets, or the abbreviated person:name without angle brackets. > thank you > rudy rusli Cheers, Richard |