Guys

Why do I get an empty ResultSet with queryString3 but I get the correct, 
non-empty ResultSet with queryString4?

Using NetBeans 6.8, Jena 2.6.4 both UTF-8

String queryString3 =
                "PREFIX :<http://process/ontology1#>"
                + " SELECT ?process"
                + " WHERE{ ?process :Title \"Design System\"."
                + "}";

String queryString4 =
                "PREFIX :<http://process/ontology1#>"
                + " SELECT ?process"
                + " WHERE{ ?process :Title ?title."
                + " FILTER (?title = \"Design System\")."
                + "}";

regards,
Andy Young

________________________________
This message is intended only for the use of the intended recipient(s) If you 
are not an intended recipient, you are hereby notified that any use, 
dissemination, disclosure or copying of this communication is strictly 
prohibited. If you have received this communication in error please destroy all 
copies of this message and its attachments and notify the sender immediately

Reply via email to