Jeff;  afn:localname() is a function, not a property function, so you
will need to use the LET syntax:
  LET (?loc_uri := afn:localname ( ?fault ))

-- Scott

On Oct 22, 8:24 am, "Schmitz, Jeffrey A"
<[email protected]> wrote:
> Hello,
>    I'm trying to execute the following sparql, but I get no results:
>
> SELECT *
> WHERE {
>     ?fault a Relex:Failure .
>     ?loc_uri afn:localname ( ?fault ) .
>
> }
>
> However, when I execute the following, I do get results in the ?fault 
> variable:
>
> SELECT *
> WHERE {
>     ?fault a Relex:Failure .
>
> }
>
> Is there something simple I'm missing here?
>
> Jeff
> Work: 314-232-1997
> Cell: 636-448-5990
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/topbraid-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to