verbose pgSQL store

11 views
Skip to first unread message

Dominique Guardiola Falco

unread,
Feb 15, 2012, 5:31:03 AM2/15/12
to rdfli...@googlegroups.com
Is there a way to prevent the SPARQL parser (if it's his fault) to output its verbose logging

real example on a simple SPARQL query in an interactive session, the results are at the bottom

the log raises also a (perhaps dumb) question : is it normal that the 322 possible results are pulled from the store when I only asked for 10 of them ?


==============

for row in g.query("SELECT ?la ?lb WHERE { ?a skos:broader ?b ; skos:prefLabel ?la . ?b skos:prefLabel ?lb . } LIMIT 10", initNs=ns):
print ("%s ::broader:: %s" % row)
....:
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://www.w3.org/2004/02/skos/core#broader'", u"'http://www.w3.org/2004/02/skos/core#broader'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930812p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930812p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb120442641'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb120442641'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308131'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308131'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb121079134'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb121079134'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308131'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308131'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb16272759v'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb16272759v'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930814c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930814c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb12098485j'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb12098485j'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930815q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930815q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119384653'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119384653'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930818r'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930818r'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb123578404'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb123578404'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308209'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308209'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11932218k'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11932218k'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308209'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308209'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11932985n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11932985n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930821n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930821n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119361188'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119361188'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308220'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308220'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11936354p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11936354p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930823b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930823b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb133184428'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb133184428'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930823b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930823b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb13319244n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb13319244n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930824p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930824p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11932451z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11932451z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930824p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930824p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11965061h'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11965061h'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308251'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308251'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119361188'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119361188'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308251'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308251'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb12066979w'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb12066979w'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308251'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308251'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb150038641'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb150038641'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930826c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930826c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb12043390m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb12043390m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930827q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930827q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb12162938h'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb12162938h'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930827q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930827q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb122706466'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb122706466'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930827q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930827q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb13319064q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb13319064q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930830m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930830m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119314166'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119314166'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930830m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930830m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119376851'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119376851'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930830m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930830m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11942176p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11942176p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930830m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930830m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11975670b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11975670b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930831z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930831z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11944541m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11944541m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930831z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930831z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11977557b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11977557b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930835b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930835b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb13340616z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb13340616z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930836p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930836p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11942167q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11942167q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930836p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930836p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11953087h'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11953087h'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308371'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308371'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb120050715'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb120050715'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308371'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308371'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb12088255v'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb12088255v'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930838c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930838c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb12010423d'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb12010423d'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930838c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930838c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb12506772j'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb12506772j'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930839q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930839q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11935913h'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11935913h'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930840x'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930840x'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11978085f'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11978085f'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308449'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308449'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308418'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308418'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308460'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308460'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308418'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308418'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308460'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308460'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11931634p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11931634p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308460'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308460'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11932344d'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11932344d'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930847b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930847b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11943016s'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11943016s'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930848p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930848p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119337782'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119337782'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308491'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308491'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119330753'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119330753'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308491'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308491'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11975256p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11975256p'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308491'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308491'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb125013471'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb125013471'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308507'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308507'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11976564c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11976564c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930852x'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930852x'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb13609937m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb13609937m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308538'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308538'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11932823t'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11932823t'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930854m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930854m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11958651c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11958651c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930855z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930855z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11937564s'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11937564s'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308569'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308569'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11932880n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11932880n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930857n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930857n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11977565z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11977565z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308580'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308580'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11932434c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11932434c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930859b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930859b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119532485'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119532485'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930859b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930859b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11977570j'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11977570j'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930860j'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930860j'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308460'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308460'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308627'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308627'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930911m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930911m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308627'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308627'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11933106j'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11933106j'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930864x'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930864x'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11964747n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11964747n'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308658'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308658'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11939456c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11939456c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308658'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308658'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119452384'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119452384'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930866m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930866m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11947553b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11947553b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930866m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930866m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11977949t'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11977949t'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930867z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930867z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11933043g'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11933043g'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930867z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930867z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11934129f'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11934129f'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930867z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930867z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11976754m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11976754m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308689'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308689'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11947000c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11947000c'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308689'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308689'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11949149g'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11949149g'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308716'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308716'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11966930z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11966930z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930873w'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930873w'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb133191284'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb133191284'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930875k'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930875k'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308747'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308747'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930876x'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930876x'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308747'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308747'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930878m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930878m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11940600b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11940600b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930878m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930878m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11944030k'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11944030k'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930878m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930878m'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119489301'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119489301'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930879z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930879z'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119761210'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119761210'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308805'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308805'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11974791b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11974791b'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308805'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308805'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb12271169q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb12271169q'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930882v'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930882v'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11956795s'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11956795s'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb119308836'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb119308836'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
('qStr', 'select * from kb_bec6803d52_literal_statements as literal where literal.subject=%s and literal.predicate=%s union all select *,NULL as objLanguage, NULL as objDatatype from kb_bec6803d52_asserted_statements as asserted where asserted.subject=%s and asserted.predicate=%s order by subject,predicate,object')
('params', (u"'http://data.bnf.fr/ark:/12148/cb11930894v'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'", u"'http://data.bnf.fr/ark:/12148/cb11930894v'", u"'http://www.w3.org/2004/02/skos/core#prefLabel'"))
Aérodynamique ::broader:: Fluides, Dynamique des
Afrique noire ::broader:: Afrique
Afrique du Nord ::broader:: Afrique
Afrique du Nord ::broader:: Pays arabes
Alchimie ::broader:: Occultisme
Algérie ::broader:: Afrique du Nord
Aliénation (philosophie) ::broader:: Philosophie de l'homme
Amérique du Nord ::broader:: Amérique
Amérique latine ::broader:: Amérique
Analgésie ::broader:: Anesthésie

Graham Higgins

unread,
Feb 15, 2012, 6:50:43 AM2/15/12
to rdfli...@googlegroups.com
On Wednesday, 15 February 2012 10:31:03 UTC, Dominique Guardiola Falco wrote:
Is there a way to prevent the SPARQL parser (if it's his fault) to output its verbose logging

It's not the SPARQL parser, it's the PostgreSQL Store; a couple of diagnostic print statements in the code.

Looks like the commit+push that I thought I performed yesterday just didn't happen for some reason.

I have now re-done that and the repos has definitely been updated. Could you please try that again with the latest repository version of rdflib-postgresql?

the log raises also a (perhaps dumb) question : is it normal that the 322 possible results are pulled from the store when I only asked for 10 of them ?

The rdflib-postgresql plugin still pre-release code, so yes, that is possible. 
It's difficult to say for sure without being able to try it on your data set.

Cheers

Graham
 
 
Reply all
Reply to author
Forward
0 new messages