Author: whit
Date: 2007-07-31 19:53:15 -0400 (Tue, 31 Jul 2007)
New Revision: 7917
Modified:
TaggerStore/trunk/taggerstore/tests/test_gdata-sparql.txt
Log:
name change, template change
Modified: TaggerStore/trunk/taggerstore/tests/test_gdata-sparql.txt
===================================================================
--- TaggerStore/trunk/taggerstore/tests/test_gdata-sparql.txt 2007-07-31
23:52:34 UTC (rev 7916)
+++ TaggerStore/trunk/taggerstore/tests/test_gdata-sparql.txt 2007-07-31
23:53:15 UTC (rev 7917)
@@ -126,8 +126,7 @@
>>> interests_for_user = SPARQL("/-/%s/%s" %(author_link, interests_seg))
>>> print interests_for_user
PREFIX ...
- ... OPTIONAL {?term_uri tagger:hasScheme ?scheme .}
- ?annotation annotea:annotates <http://example.org/test-user.html> .
+ ... ?annotation annotea:annotates <http://example.org/test-user.html> .
?term_uri tagger:hasScheme
<http://xmlns.openplans.org/member/interests> ...
?scheme for every category create in atom for this query will equal
@@ -203,7 +202,7 @@
To do this we need just entry_ids::
- >>> result = graph.query(SPARQL("/-/%s" %link_seg,
template=rdf.entryid_query))
+ >>> result = graph.query(SPARQL("/-/%s" %link_seg,
template=rdf.entryid_template))
>>> len(result);
1
--
Archive:
http://www.openplans.org/projects/opencore/lists/openplans-svn/archive/2007/07/1185925995846
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] for questions.