You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2013/04/03 14:47:15 UTC

[jira] [Created] (MARMOTTA-186) LDPath parser fails on local names that contain '.'

Rupert Westenthaler created MARMOTTA-186:
--------------------------------------------

             Summary: LDPath parser fails on local names that contain '.'
                 Key: MARMOTTA-186
                 URL: https://issues.apache.org/jira/browse/MARMOTTA-186
             Project: Marmotta
          Issue Type: Bug
          Components: LDPath
            Reporter: Rupert Westenthaler
            Assignee: Jakob Frank
            Priority: Minor


While working with Freebase data I noticed that LDPath programs that contain '.' in local names do generate parse exceptions:

To give an example:

@prefix fb : <http://rdf.freebase.com/ns/> ;

geo:lat = fb:location.geocode/fb:location.geocode.latitude;
geo:long = fb:location.geocode/fb:location.geocode.longitude;
geo:alt = fb:location.geocode/fb:location.geocode.elevation;

As a Workaround users can use the full URIs instead

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira