Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0-incubating
-
None
Description
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
Attachments
Issue Links
- relates to
-
MARMOTTA-187 ldpath extension for CM does not recognize local names with '.' or '-'
- Closed