Revision: 1884
Author: [email protected]
Date: Fri May 14 03:13:46 2010
Log: Removing ^^string from query makes it work again (fixes issue 277)
http://code.google.com/p/simal/source/detail?r=1884
Modified:
/trunk/uk.ac.osswatch.simal.core/src/main/java/uk/ac/osswatch/simal/service/jena/JenaPersonService.java
=======================================
---
/trunk/uk.ac.osswatch.simal.core/src/main/java/uk/ac/osswatch/simal/service/jena/JenaPersonService.java
Wed Nov 25 15:03:27 2009
+++
/trunk/uk.ac.osswatch.simal.core/src/main/java/uk/ac/osswatch/simal/service/jena/JenaPersonService.java
Fri May 14 03:13:46 2010
@@ -134,7 +134,7 @@
+ "> " + "PREFIX rdf: <" +
AbstractSimalRepository.RDF_NAMESPACE_URI + ">"
+ "PREFIX simal: <" +
AbstractSimalRepository.SIMAL_NAMESPACE_URI + ">"
+ "SELECT DISTINCT ?person WHERE { " + "?person simal:personId
\"" + id
- + "\"^^xsd:string }";
+ + "\" }";
IPerson person = findBySPARQL(queryStr);
return person;
--
You received this message because you are subscribed to the Google Groups "Simal
Commits" 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/simal-commits?hl=en.