Advertisement
Guest User

Untitled

a guest
Sep 4th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 210.37 KB | None | 0 0
  1.  
  2. SPARQL query after parsing, optimization, and converting back into SPARQL
  3. SELECT DISTINCT ?gridRelatedUri
  4. ?object
  5. ?objectSectorWhat
  6. ?ownWhat
  7. ?ownWhatOwnWho
  8. ?ownWhatPercent
  9. ?_ownWhatOwnWho
  10. ?ownWhatOwnWhoMainImage
  11. ?ownWhatOwnWhoMainImageThumbnail
  12. ?_ownWhatOwnWhoMainImageThumbnail
  13. ?ownWhatOwnWhoOwnWhoOwnWhat
  14. ?ownWhatOwnWhoOwnWhoOwnWhatLabel
  15. ?conditionSUM
  16. ?ownWhatOwnWhoMainImageLink
  17. ?_ownWhatOwnWhoMainImageLink
  18. ?ownWhatOwnWhoOwnWho
  19. ?ownWhatOwnWho_slug
  20. ?ownWhatOwnWhoOwnWhoOwnWhat_slug
  21. WHERE {
  22. { SELECT ?object
  23. ?sparql_type_50
  24. ?objectSectorWhat
  25. ?sparql_type_72
  26. ?ownWhat
  27. ?sparql_type_93
  28. ?ownWhatOwnWho
  29. ?sparql_type_106
  30. ?aff
  31. ?le
  32. ?gridRelatedUri
  33. ?ownWhatOwnWhoOwnWho
  34. ?ownWhatOwnWhoOwnWhoOwnWhat
  35. ?ownWhatOwnWho_slug
  36. ?ownWhatOwnWhoOwnWhoOwnWhat_slug
  37. ?_ownWhatOwnWhoru
  38. ?_ownWhatOwnWhoall
  39. ?ownWhatOwnWhoMainImage
  40. ?ownWhatOwnWhoMainImageThumbnail
  41. ?_ownWhatOwnWhoMainImageThumbnailru
  42. ?_ownWhatOwnWhoMainImageThumbnailall
  43. ?_ownWhatOwnWhoMainImageThumbnail
  44. ?ownWhatOwnWhoMainImageLink
  45. ?_ownWhatOwnWhoMainImageLinkru
  46. ?_ownWhatOwnWhoMainImageLinkall
  47. ?_ownWhatOwnWhoMainImageLink
  48. ?ownWhatOwnWhoOwnWhoOwnWhatLabelru
  49. ?ownWhatOwnWhoOwnWhoOwnWhatLabelall
  50. ?ownWhatPercent
  51. ?clearPersent
  52. ?conditionSUM
  53. ( if( bound( ?ownWhatOwnWhoOwnWhoOwnWhatLabelru), ?ownWhatOwnWhoOwnWhoOwnWhatLabelru, ?ownWhatOwnWhoOwnWhoOwnWhatLabelall) AS ?ownWhatOwnWhoOwnWhoOwnWhatLabel)
  54. ( if( bound( ?_ownWhatOwnWhoru), ?_ownWhatOwnWhoru, ?_ownWhatOwnWhoall) AS ?_ownWhatOwnWho)
  55. WHERE {
  56. { SELECT ?object
  57. ?sparql_type_50
  58. ?objectSectorWhat
  59. ?sparql_type_72
  60. ?ownWhat
  61. ?sparql_type_93
  62. ?ownWhatOwnWho
  63. ?sparql_type_106
  64. ?aff
  65. ?le
  66. ?gridRelatedUri
  67. ?ownWhatOwnWhoOwnWho
  68. ?ownWhatOwnWhoOwnWhoOwnWhat
  69. ?ownWhatOwnWho_slug
  70. ?ownWhatOwnWhoOwnWhoOwnWhat_slug
  71. ?_ownWhatOwnWhoru
  72. ?_ownWhatOwnWhoall
  73. ?ownWhatOwnWhoMainImage
  74. ?ownWhatOwnWhoMainImageThumbnail
  75. ?_ownWhatOwnWhoMainImageThumbnailru
  76. ?_ownWhatOwnWhoMainImageThumbnailall
  77. ?_ownWhatOwnWhoMainImageThumbnail
  78. ?ownWhatOwnWhoMainImageLink
  79. ?_ownWhatOwnWhoMainImageLinkru
  80. ?_ownWhatOwnWhoMainImageLinkall
  81. ?_ownWhatOwnWhoMainImageLink
  82. ?ownWhatOwnWhoOwnWhoOwnWhatLabelru
  83. ?ownWhatOwnWhoOwnWhoOwnWhatLabelall
  84. ?ownWhatPercent
  85. ( <http://www.w3.org/2001/XMLSchema#float>( replace( replace( ?ownWhatPercent, "%", ""), ",", ".")) AS ?clearPersent)
  86. WHERE { ?object <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?sparql_type_50 . ?sparql_type_50 <http://sp7.ru/ontology/subClassOfCache> <http://sp7.ru/ontology/SectorWearing> . ?objectSectorWhat <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?sparql_type_72 . ?sparql_type_72 <http://sp7.ru/ontology/subClassOfCache> <http://sp7.ru/ontology/Organization> . ?ownWhat <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?sparql_type_93 . ?sparql_type_93 <http://sp7.ru/ontology/subClassOfCache> <http://sp7.ru/ontology/Ownership> . ?ownWhatOwnWho <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?sparql_type_106 . ?sparql_type_106 <http://sp7.ru/ontology/subClassOfCache> <http://sp7.ru/ontology/Agent> . ?aff <http://sp7.ru/ontology/aff_legal_entity> ?le ;
  87. <http://sp7.ru/ontology/aff_organization> ?objectSectorWhat . ?object <http://sp7.ru/ontology/object> ?gridRelatedUri . ?objectSectorWhat <http://sp7.ru/ontology/sectorWhat> ?object . ?ownWhat <http://sp7.ru/ontology/own_what> ?le ;
  88. <http://sp7.ru/ontology/own_who> ?ownWhatOwnWho . ?ownWhatOwnWhoOwnWho <http://sp7.ru/ontology/own_what> ?ownWhatOwnWhoOwnWhoOwnWhat ;
  89. <http://sp7.ru/ontology/own_who> ?ownWhatOwnWho .
  90. OPTIONAL { ?ownWhatOwnWho <http://sp7.ru/ontology/slug> ?ownWhatOwnWho_slug . }
  91. OPTIONAL { ?ownWhatOwnWhoOwnWhoOwnWhat <http://sp7.ru/ontology/slug> ?ownWhatOwnWhoOwnWhoOwnWhat_slug . }
  92. OPTIONAL { ?ownWhatOwnWho <http://www.w3.org/2000/01/rdf-schema#label> ?_ownWhatOwnWhoru .
  93. FILTER ( "ru" = lang( ?_ownWhatOwnWhoru) ) }
  94. OPTIONAL { ?ownWhatOwnWho <http://www.w3.org/2000/01/rdf-schema#label> ?_ownWhatOwnWhoall .
  95. FILTER ( "all" = lang( ?_ownWhatOwnWhoall) ) }
  96. OPTIONAL {
  97. { ?ownWhatOwnWho <http://sp7.ru/ontology/mainImage> ?ownWhatOwnWhoMainImage .
  98. OPTIONAL {
  99. { SELECT ?ownWhatOwnWhoMainImage
  100. ?ownWhatOwnWhoMainImageThumbnail
  101. ?_ownWhatOwnWhoMainImageThumbnailru
  102. ?_ownWhatOwnWhoMainImageThumbnailall
  103. ( if( bound( ?_ownWhatOwnWhoMainImageThumbnailru), ?_ownWhatOwnWhoMainImageThumbnailru, ?_ownWhatOwnWhoMainImageThumbnailall) AS ?_ownWhatOwnWhoMainImageThumbnail)
  104. WHERE { ?ownWhatOwnWhoMainImage <http://sp7.ru/ontology/thumbnail> ?ownWhatOwnWhoMainImageThumbnail .
  105. OPTIONAL { ?ownWhatOwnWhoMainImageThumbnail <http://www.w3.org/2000/01/rdf-schema#label> ?_ownWhatOwnWhoMainImageThumbnailru .
  106. FILTER ( "ru" = lang( ?_ownWhatOwnWhoMainImageThumbnailru) ) }
  107. OPTIONAL { ?ownWhatOwnWhoMainImageThumbnail <http://www.w3.org/2000/01/rdf-schema#label> ?_ownWhatOwnWhoMainImageThumbnailall .
  108. FILTER ( "all" = lang( ?_ownWhatOwnWhoMainImageThumbnailall) ) } }
  109. OFFSET 0 } } }
  110. OPTIONAL {
  111. { SELECT ?ownWhatOwnWhoMainImage
  112. ?ownWhatOwnWhoMainImageLink
  113. ?_ownWhatOwnWhoMainImageLinkru
  114. ?_ownWhatOwnWhoMainImageLinkall
  115. ( if( bound( ?_ownWhatOwnWhoMainImageLinkru), ?_ownWhatOwnWhoMainImageLinkru, ?_ownWhatOwnWhoMainImageLinkall) AS ?_ownWhatOwnWhoMainImageLink)
  116. WHERE { ?ownWhatOwnWhoMainImage <http://sp7.ru/ontology/link> ?ownWhatOwnWhoMainImageLink .
  117. OPTIONAL { ?ownWhatOwnWhoMainImageLink <http://www.w3.org/2000/01/rdf-schema#label> ?_ownWhatOwnWhoMainImageLinkru .
  118. FILTER ( "ru" = lang( ?_ownWhatOwnWhoMainImageLinkru) ) }
  119. OPTIONAL { ?ownWhatOwnWhoMainImageLink <http://www.w3.org/2000/01/rdf-schema#label> ?_ownWhatOwnWhoMainImageLinkall .
  120. FILTER ( "all" = lang( ?_ownWhatOwnWhoMainImageLinkall) ) } }
  121. OFFSET 0 } } }
  122. OPTIONAL { ?ownWhatOwnWhoOwnWhoOwnWhat <http://www.w3.org/2000/01/rdf-schema#label> ?ownWhatOwnWhoOwnWhoOwnWhatLabelru .
  123. FILTER ( "ru" = lang( ?ownWhatOwnWhoOwnWhoOwnWhatLabelru) ) }
  124. OPTIONAL { ?ownWhatOwnWhoOwnWhoOwnWhat <http://www.w3.org/2000/01/rdf-schema#label> ?ownWhatOwnWhoOwnWhoOwnWhatLabelall .
  125. FILTER ( "all" = lang( ?ownWhatOwnWhoOwnWhoOwnWhatLabelall) ) }
  126. OPTIONAL { ?ownWhat <http://sp7.ru/ontology/percent> ?ownWhatPercent . } }
  127. OFFSET 0 }
  128. { SELECT ?ownWhatOwnWho
  129. ( SUM( DISTINCT <http://www.w3.org/2001/XMLSchema#integer>( ?condition)) AS ?conditionSUM)
  130. WHERE {
  131. { SELECT ?ownWhatOwnWhoOwnWho
  132. ?ownWhatOwnWho
  133. ?ownWhatOwnWhoOwnWhoOwnWhat
  134. ?ownWhoPercent
  135. ?index
  136. ?indexValueN
  137. (((( <http://www.w3.org/2001/XMLSchema#integer>( ?indexValueN) * <http://www.w3.org/2001/XMLSchema#integer>( ?ownWhoPercent)) / 100) / 10) * 4 AS ?condition)
  138. WHERE { ?ownWhatOwnWhoOwnWho <http://sp7.ru/ontology/own_who> ?ownWhatOwnWho ;
  139. <http://sp7.ru/ontology/own_what> ?ownWhatOwnWhoOwnWhoOwnWhat ;
  140. <http://sp7.ru/ontology/percent> ?ownWhoPercent . ?index <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sp7.ru/ontology/Index> ;
  141. <http://sp7.ru/ontology/about> ?ownWhatOwnWhoOwnWhoOwnWhat ;
  142. <http://sp7.ru/ontology/value> ?indexValueN ;
  143. <http://sp7.ru/ontology/type> <http://sp7.ru/ontology/fin_revenue> ;
  144. <http://sp7.ru/ontology/source> <http://sp7.ru/ontology/fin_import_nalog_2018> . }
  145. OFFSET 0 } }
  146. GROUP BY ?ownWhatOwnWho } }
  147. OFFSET 0 }
  148. FILTER (?gridRelatedUri = <http://sp7.ru/ontology/res3_4137888>)
  149. FILTER (isIRI (?ownWhatOwnWho ))
  150. FILTER ( ?ownWhatOwnWho IN ( <http://sp7.ru/ontology/eile_regNumber_ne158758_kipr>, <http://sp7.ru/ontology/eile_regNumber_he158758_kipr>, <http://sp7.ru/ontology/eile_regNumber_366982_kipr>, <http://sp7.ru/ontology/eile_regNumber_ne344862_kipr>, <http://sp7.ru/ontology/eile_1047796985554_rus>, <http://sp7.ru/ontology/eile_1067760471822_rus>, <http://sp7.ru/ontology/res_200985>, <http://sp7.ru/ontology/eile_regNumber_he315359_kipr>, <http://sp7.ru/ontology/res_85971>, <http://sp7.ru/ontology/eile_1187746878770_rus>, <http://sp7.ru/ontology/eile_1097847055855_rus>, <http://sp7.ru/ontology/ei_human_772348766722>) ) }
  151. ORDER BY DESC ( ?conditionSUM)
  152. SPARQL query translated to SQL
  153. For security reasons, code responsible for graph-level security is not generated and some account-specific data are intentionally made wrong.
  154. SELECT __ro2sq ("s_100_113_rbc"."gridRelatedUri") AS "gridRelatedUri", __ro2sq ("s_100_113_rbc"."object") AS "object", __ro2sq ("s_100_113_rbc"."objectSectorWhat") AS "objectSectorWhat", __ro2sq ("s_100_113_rbc"."ownWhat") AS "ownWhat", __ro2sq ("s_100_113_rbc"."ownWhatOwnWho") AS "ownWhatOwnWho", __ro2sq ("s_100_113_rbc"."ownWhatPercent") AS "ownWhatPercent", __ro2sq ("s_100_113_rbc"."_ownWhatOwnWho") AS "_ownWhatOwnWho", __ro2sq ("s_100_113_rbc"."ownWhatOwnWhoMainImage") AS "ownWhatOwnWhoMainImage", __ro2sq ("s_100_113_rbc"."ownWhatOwnWhoMainImageThumbnail") AS "ownWhatOwnWhoMainImageThumbnail", __ro2sq ("s_100_113_rbc"."_ownWhatOwnWhoMainImageThumbnail") AS "_ownWhatOwnWhoMainImageThumbnail", __ro2sq ("s_100_113_rbc"."ownWhatOwnWhoOwnWhoOwnWhat") AS "ownWhatOwnWhoOwnWhoOwnWhat", __ro2sq ("s_100_113_rbc"."ownWhatOwnWhoOwnWhoOwnWhatLabel") AS "ownWhatOwnWhoOwnWhoOwnWhatLabel", __ro2sq ("s_100_113_rbc"."conditionSUM") AS "conditionSUM", __ro2sq ("s_100_113_rbc"."ownWhatOwnWhoMainImageLink") AS "ownWhatOwnWhoMainImageLink", __ro2sq ("s_100_113_rbc"."_ownWhatOwnWhoMainImageLink") AS "_ownWhatOwnWhoMainImageLink", __ro2sq ("s_100_113_rbc"."ownWhatOwnWhoOwnWho") AS "ownWhatOwnWhoOwnWho", __ro2sq ("s_100_113_rbc"."ownWhatOwnWho_slug") AS "ownWhatOwnWho_slug", __ro2sq ("s_100_113_rbc"."ownWhatOwnWhoOwnWhoOwnWhat_slug") AS "ownWhatOwnWhoOwnWhoOwnWhat_slug" FROM (SELECT DISTINCT /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/res3_4137888' , 1) AS "gridRelatedUri",
  155. __id2in ( "s_99_112"."object") AS "object",
  156. __id2in ( "s_99_112"."objectSectorWhat") AS "objectSectorWhat",
  157. __id2in ( "s_99_112"."ownWhat") AS "ownWhat",
  158. __id2in ( "s_99_112"."ownWhatOwnWho") AS "ownWhatOwnWho",
  159. __ro2sq ( "s_99_112"."ownWhatPercent") AS "ownWhatPercent",
  160. __ro2sq ( "s_99_112"."_ownWhatOwnWho") AS "_ownWhatOwnWho",
  161. __ro2sq ( "s_99_112"."ownWhatOwnWhoMainImage") AS "ownWhatOwnWhoMainImage",
  162. __ro2sq ( "s_99_112"."ownWhatOwnWhoMainImageThumbnail") AS "ownWhatOwnWhoMainImageThumbnail",
  163. __ro2sq ( "s_99_112"."_ownWhatOwnWhoMainImageThumbnail") AS "_ownWhatOwnWhoMainImageThumbnail",
  164. __ro2sq ( "s_99_112"."ownWhatOwnWhoOwnWhoOwnWhat") AS "ownWhatOwnWhoOwnWhoOwnWhat",
  165. __ro2sq ( "s_99_112"."ownWhatOwnWhoOwnWhoOwnWhatLabel") AS "ownWhatOwnWhoOwnWhoOwnWhatLabel",
  166. "s_99_112"."conditionSUM" AS "conditionSUM",
  167. __ro2sq ( "s_99_112"."ownWhatOwnWhoMainImageLink") AS "ownWhatOwnWhoMainImageLink",
  168. __ro2sq ( "s_99_112"."_ownWhatOwnWhoMainImageLink") AS "_ownWhatOwnWhoMainImageLink",
  169. __id2in ( "s_99_112"."ownWhatOwnWhoOwnWho") AS "ownWhatOwnWhoOwnWho",
  170. __ro2sq ( "s_99_112"."ownWhatOwnWho_slug") AS "ownWhatOwnWho_slug",
  171. __ro2sq ( "s_99_112"."ownWhatOwnWhoOwnWhoOwnWhat_slug") AS "ownWhatOwnWhoOwnWhoOwnWhat_slug"
  172. FROM (
  173. SELECT "s_81_90"."object" AS "object",
  174. "s_81_90"."sparql_type_50" AS "sparql_type_50",
  175. "s_81_90"."objectSectorWhat" AS "objectSectorWhat",
  176. "s_81_90"."sparql_type_72" AS "sparql_type_72",
  177. "s_81_90"."ownWhat" AS "ownWhat",
  178. "s_81_90"."sparql_type_93" AS "sparql_type_93",
  179. "s_81_90"."ownWhatOwnWho" AS "ownWhatOwnWho",
  180. "s_81_90"."sparql_type_106" AS "sparql_type_106",
  181. "s_81_90"."aff" AS "aff",
  182. "s_81_90"."le" AS "le",
  183. "s_81_90"."gridRelatedUri" AS "gridRelatedUri",
  184. "s_81_90"."ownWhatOwnWhoOwnWho" AS "ownWhatOwnWhoOwnWho",
  185. "s_81_90"."ownWhatOwnWhoOwnWhoOwnWhat" AS "ownWhatOwnWhoOwnWhoOwnWhat",
  186. "s_81_90"."ownWhatOwnWho_slug" AS "ownWhatOwnWho_slug",
  187. "s_81_90"."ownWhatOwnWhoOwnWhoOwnWhat_slug" AS "ownWhatOwnWhoOwnWhoOwnWhat_slug",
  188. "s_81_90"."_ownWhatOwnWhoru" AS "_ownWhatOwnWhoru",
  189. "s_81_90"."_ownWhatOwnWhoall" AS "_ownWhatOwnWhoall",
  190. "s_81_90"."ownWhatOwnWhoMainImage" AS "ownWhatOwnWhoMainImage",
  191. "s_81_90"."ownWhatOwnWhoMainImageThumbnail" AS "ownWhatOwnWhoMainImageThumbnail",
  192. "s_81_90"."_ownWhatOwnWhoMainImageThumbnailru" AS "_ownWhatOwnWhoMainImageThumbnailru",
  193. "s_81_90"."_ownWhatOwnWhoMainImageThumbnailall" AS "_ownWhatOwnWhoMainImageThumbnailall",
  194. "s_81_90"."_ownWhatOwnWhoMainImageThumbnail" AS "_ownWhatOwnWhoMainImageThumbnail",
  195. "s_81_90"."ownWhatOwnWhoMainImageLink" AS "ownWhatOwnWhoMainImageLink",
  196. "s_81_90"."_ownWhatOwnWhoMainImageLinkru" AS "_ownWhatOwnWhoMainImageLinkru",
  197. "s_81_90"."_ownWhatOwnWhoMainImageLinkall" AS "_ownWhatOwnWhoMainImageLinkall",
  198. "s_81_90"."_ownWhatOwnWhoMainImageLink" AS "_ownWhatOwnWhoMainImageLink",
  199. "s_81_90"."ownWhatOwnWhoOwnWhoOwnWhatLabelru" AS "ownWhatOwnWhoOwnWhoOwnWhatLabelru",
  200. "s_81_90"."ownWhatOwnWhoOwnWhoOwnWhatLabelall" AS "ownWhatOwnWhoOwnWhoOwnWhatLabelall",
  201. "s_81_90"."ownWhatPercent" AS "ownWhatPercent",
  202. "s_81_90"."clearPersent" AS "clearPersent",
  203. "s_94_110"."conditionSUM" AS "conditionSUM",
  204. case when ((isnotnull ( "s_81_90"."ownWhatOwnWhoOwnWhoOwnWhatLabelru"))) then ( "s_81_90"."ownWhatOwnWhoOwnWhoOwnWhatLabelru") else ( "s_81_90"."ownWhatOwnWhoOwnWhoOwnWhatLabelall") end AS "ownWhatOwnWhoOwnWhoOwnWhatLabel",
  205. case when ((isnotnull ( "s_81_90"."_ownWhatOwnWhoru"))) then ( "s_81_90"."_ownWhatOwnWhoru") else ( "s_81_90"."_ownWhatOwnWhoall") end AS "_ownWhatOwnWho"
  206. FROM (
  207. SELECT "s_81_82_t44"."O" AS "object",
  208. "s_81_82_t34"."S" AS "sparql_type_50",
  209. "s_81_82_t44"."S" AS "objectSectorWhat",
  210. "s_81_82_t36"."S" AS "sparql_type_72",
  211. "s_81_82_t46"."S" AS "ownWhat",
  212. "s_81_82_t38"."S" AS "sparql_type_93",
  213. "s_81_82_t48"."O" AS "ownWhatOwnWho",
  214. "s_81_82_t40"."S" AS "sparql_type_106",
  215. "s_81_82_t42"."S" AS "aff",
  216. "s_81_82_t45"."O" AS "le",
  217. "s_81_82_t43"."O" AS "gridRelatedUri",
  218. "s_81_82_t48"."S" AS "ownWhatOwnWhoOwnWho",
  219. "s_81_82_t47"."O" AS "ownWhatOwnWhoOwnWhoOwnWhat",
  220. "s_31_34"."ownWhatOwnWho_slug" AS "ownWhatOwnWho_slug",
  221. "s_34_37"."ownWhatOwnWhoOwnWhoOwnWhat_slug" AS "ownWhatOwnWhoOwnWhoOwnWhat_slug",
  222. "s_38_40"."_ownWhatOwnWhoru" AS "_ownWhatOwnWhoru",
  223. "s_42_43"."_ownWhatOwnWhoall" AS "_ownWhatOwnWhoall",
  224. "s_69_70"."ownWhatOwnWhoMainImage" AS "ownWhatOwnWhoMainImage",
  225. "s_69_70"."ownWhatOwnWhoMainImageThumbnail" AS "ownWhatOwnWhoMainImageThumbnail",
  226. "s_69_70"."_ownWhatOwnWhoMainImageThumbnailru" AS "_ownWhatOwnWhoMainImageThumbnailru",
  227. "s_69_70"."_ownWhatOwnWhoMainImageThumbnailall" AS "_ownWhatOwnWhoMainImageThumbnailall",
  228. "s_69_70"."_ownWhatOwnWhoMainImageThumbnail" AS "_ownWhatOwnWhoMainImageThumbnail",
  229. "s_69_70"."ownWhatOwnWhoMainImageLink" AS "ownWhatOwnWhoMainImageLink",
  230. "s_69_70"."_ownWhatOwnWhoMainImageLinkru" AS "_ownWhatOwnWhoMainImageLinkru",
  231. "s_69_70"."_ownWhatOwnWhoMainImageLinkall" AS "_ownWhatOwnWhoMainImageLinkall",
  232. "s_69_70"."_ownWhatOwnWhoMainImageLink" AS "_ownWhatOwnWhoMainImageLink",
  233. "s_73_74"."ownWhatOwnWhoOwnWhoOwnWhatLabelru" AS "ownWhatOwnWhoOwnWhoOwnWhatLabelru",
  234. "s_77_77"."ownWhatOwnWhoOwnWhoOwnWhatLabelall" AS "ownWhatOwnWhoOwnWhoOwnWhatLabelall",
  235. "s_80_80"."ownWhatPercent" AS "ownWhatPercent",
  236. CAST ( __rdf_sqlval_of_obj /*l*/ ( DB.DBA.rdf_replace_impl ( DB.DBA.rdf_replace_impl ( __ro2lo ( "s_80_80"."ownWhatPercent"), '%' , '' ), ',' , '.' )) AS REAL) AS "clearPersent"
  237. FROM DB.DBA.RDF_QUAD AS "s_81_82_t33"
  238. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t34"
  239. ON (
  240. "s_81_82_t34"."S" = "s_81_82_t33"."O")
  241. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t35"
  242. ON (1)
  243. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t36"
  244. ON (
  245. "s_81_82_t36"."S" = "s_81_82_t35"."O")
  246. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t37"
  247. ON (1)
  248. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t38"
  249. ON (
  250. "s_81_82_t38"."S" = "s_81_82_t37"."O")
  251. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t39"
  252. ON (1)
  253. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t40"
  254. ON (
  255. "s_81_82_t40"."S" = "s_81_82_t39"."O")
  256. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t41"
  257. ON (1)
  258. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t42"
  259. ON (
  260. "s_81_82_t42"."O" = "s_81_82_t35"."S"
  261. AND
  262. "s_81_82_t42"."S" = "s_81_82_t41"."S")
  263. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t43"
  264. ON (
  265. "s_81_82_t43"."S" = "s_81_82_t33"."S")
  266. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t44"
  267. ON (
  268. "s_81_82_t44"."O" = "s_81_82_t43"."S"
  269. AND
  270. "s_81_82_t44"."O" = "s_81_82_t33"."S"
  271. AND
  272. "s_81_82_t44"."S" = "s_81_82_t42"."O"
  273. AND
  274. "s_81_82_t44"."S" = "s_81_82_t35"."S")
  275. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t45"
  276. ON (
  277. "s_81_82_t45"."S" = "s_81_82_t37"."S"
  278. AND
  279. "s_81_82_t45"."O" = "s_81_82_t41"."O")
  280. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t46"
  281. ON (
  282. "s_81_82_t46"."S" = "s_81_82_t45"."S"
  283. AND
  284. "s_81_82_t46"."S" = "s_81_82_t37"."S"
  285. AND
  286. "s_81_82_t46"."O" = "s_81_82_t39"."S")
  287. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t47"
  288. ON (1)
  289. INNER JOIN DB.DBA.RDF_QUAD AS "s_81_82_t48"
  290. ON (
  291. "s_81_82_t48"."O" = "s_81_82_t46"."O"
  292. AND
  293. "s_81_82_t48"."O" = "s_81_82_t39"."S"
  294. AND
  295. "s_81_82_t48"."S" = "s_81_82_t47"."S")
  296. LEFT OUTER JOIN (
  297. SELECT "s_31_34_t0"."S" AS "ownWhatOwnWho",
  298. "s_31_34_t0"."O" AS "ownWhatOwnWho_slug"
  299. FROM DB.DBA.RDF_QUAD AS "s_31_34_t0"
  300. WHERE
  301. "s_31_34_t0"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/slug' , 1))) AS "s_31_34"
  302. ON (
  303. "s_81_82_t48"."O" = "s_31_34"."ownWhatOwnWho"
  304. AND
  305. "s_81_82_t46"."O" = "s_31_34"."ownWhatOwnWho"
  306. AND
  307. "s_81_82_t39"."S" = "s_31_34"."ownWhatOwnWho")
  308. LEFT OUTER JOIN (
  309. SELECT "s_34_37_t1"."S" AS "ownWhatOwnWhoOwnWhoOwnWhat",
  310. "s_34_37_t1"."O" AS "ownWhatOwnWhoOwnWhoOwnWhat_slug"
  311. FROM DB.DBA.RDF_QUAD AS "s_34_37_t1"
  312. WHERE
  313. "s_34_37_t1"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/slug' , 1))) AS "s_34_37"
  314. ON (
  315. "s_81_82_t47"."O" = "s_34_37"."ownWhatOwnWhoOwnWhoOwnWhat")
  316. LEFT OUTER JOIN (
  317. SELECT "s_38_40_t2"."S" AS "ownWhatOwnWho",
  318. "s_38_40_t2"."O" AS "_ownWhatOwnWhoru"
  319. FROM DB.DBA.RDF_QUAD AS "s_38_40_t2"
  320. WHERE
  321. "s_38_40_t2"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/2000/01/rdf-schema#label' , 1))
  322. AND
  323. ( 'ru' = DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq ( "s_38_40_t2"."O")))) AS "s_38_40"
  324. ON (
  325. "s_81_82_t48"."O" = "s_38_40"."ownWhatOwnWho"
  326. AND
  327. "s_81_82_t46"."O" = "s_38_40"."ownWhatOwnWho"
  328. AND
  329. "s_81_82_t39"."S" = "s_38_40"."ownWhatOwnWho")
  330. LEFT OUTER JOIN (
  331. SELECT "s_42_43_t3"."S" AS "ownWhatOwnWho",
  332. "s_42_43_t3"."O" AS "_ownWhatOwnWhoall"
  333. FROM DB.DBA.RDF_QUAD AS "s_42_43_t3"
  334. WHERE
  335. "s_42_43_t3"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/2000/01/rdf-schema#label' , 1))
  336. AND
  337. ( 'all' = DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq ( "s_42_43_t3"."O")))) AS "s_42_43"
  338. ON (
  339. "s_81_82_t48"."O" = "s_42_43"."ownWhatOwnWho"
  340. AND
  341. "s_81_82_t46"."O" = "s_42_43"."ownWhatOwnWho"
  342. AND
  343. "s_81_82_t39"."S" = "s_42_43"."ownWhatOwnWho")
  344. LEFT OUTER JOIN (
  345. SELECT "s_69_71"."ownWhatOwnWhoMainImage" AS "ownWhatOwnWhoMainImage",
  346. "s_69_71"."ownWhatOwnWho" AS "ownWhatOwnWho",
  347. "s_69_71"."_ownWhatOwnWhoMainImageThumbnail" AS "_ownWhatOwnWhoMainImageThumbnail",
  348. "s_69_71"."_ownWhatOwnWhoMainImageThumbnailall" AS "_ownWhatOwnWhoMainImageThumbnailall",
  349. "s_69_71"."_ownWhatOwnWhoMainImageThumbnailru" AS "_ownWhatOwnWhoMainImageThumbnailru",
  350. "s_69_71"."ownWhatOwnWhoMainImageThumbnail" AS "ownWhatOwnWhoMainImageThumbnail",
  351. "s_68_69"."_ownWhatOwnWhoMainImageLink" AS "_ownWhatOwnWhoMainImageLink",
  352. "s_68_69"."_ownWhatOwnWhoMainImageLinkall" AS "_ownWhatOwnWhoMainImageLinkall",
  353. "s_68_69"."_ownWhatOwnWhoMainImageLinkru" AS "_ownWhatOwnWhoMainImageLinkru",
  354. "s_68_69"."ownWhatOwnWhoMainImageLink" AS "ownWhatOwnWhoMainImageLink"
  355. FROM (
  356. SELECT "s_69_71_t13"."S" AS "ownWhatOwnWho",
  357. "s_69_71_t13"."O" AS "ownWhatOwnWhoMainImage",
  358. "s_56_57"."_ownWhatOwnWhoMainImageThumbnail" AS "_ownWhatOwnWhoMainImageThumbnail",
  359. "s_56_57"."_ownWhatOwnWhoMainImageThumbnailall" AS "_ownWhatOwnWhoMainImageThumbnailall",
  360. "s_56_57"."_ownWhatOwnWhoMainImageThumbnailru" AS "_ownWhatOwnWhoMainImageThumbnailru",
  361. "s_56_57"."ownWhatOwnWhoMainImageThumbnail" AS "ownWhatOwnWhoMainImageThumbnail"
  362. FROM DB.DBA.RDF_QUAD AS "s_69_71_t13"
  363. LEFT OUTER JOIN (
  364. SELECT "s_55_56"."_ownWhatOwnWhoMainImageThumbnail" AS "_ownWhatOwnWhoMainImageThumbnail",
  365. "s_55_56"."_ownWhatOwnWhoMainImageThumbnailall" AS "_ownWhatOwnWhoMainImageThumbnailall",
  366. "s_55_56"."_ownWhatOwnWhoMainImageThumbnailru" AS "_ownWhatOwnWhoMainImageThumbnailru",
  367. "s_55_56"."ownWhatOwnWhoMainImageThumbnail" AS "ownWhatOwnWhoMainImageThumbnail",
  368. "s_55_56"."ownWhatOwnWhoMainImage" AS "ownWhatOwnWhoMainImage"
  369. FROM (
  370. SELECT "s_55_55_t7"."S" AS "ownWhatOwnWhoMainImage",
  371. "s_55_55_t7"."O" AS "ownWhatOwnWhoMainImageThumbnail",
  372. "s_50_50"."_ownWhatOwnWhoMainImageThumbnailru" AS "_ownWhatOwnWhoMainImageThumbnailru",
  373. "s_54_53"."_ownWhatOwnWhoMainImageThumbnailall" AS "_ownWhatOwnWhoMainImageThumbnailall",
  374. case when ((isnotnull ( "s_50_50"."_ownWhatOwnWhoMainImageThumbnailru"))) then ( "s_50_50"."_ownWhatOwnWhoMainImageThumbnailru") else ( "s_54_53"."_ownWhatOwnWhoMainImageThumbnailall") end AS "_ownWhatOwnWhoMainImageThumbnail"
  375. FROM DB.DBA.RDF_QUAD AS "s_55_55_t7"
  376. LEFT OUTER JOIN (
  377. SELECT "s_50_50_t4"."S" AS "ownWhatOwnWhoMainImageThumbnail",
  378. "s_50_50_t4"."O" AS "_ownWhatOwnWhoMainImageThumbnailru"
  379. FROM DB.DBA.RDF_QUAD AS "s_50_50_t4"
  380. WHERE
  381. "s_50_50_t4"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/2000/01/rdf-schema#label' , 1))
  382. AND
  383. ( 'ru' = DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq ( "s_50_50_t4"."O")))) AS "s_50_50"
  384. ON (
  385. "s_55_55_t7"."O" = "s_50_50"."ownWhatOwnWhoMainImageThumbnail")
  386. LEFT OUTER JOIN (
  387. SELECT "s_54_53_t5"."S" AS "ownWhatOwnWhoMainImageThumbnail",
  388. "s_54_53_t5"."O" AS "_ownWhatOwnWhoMainImageThumbnailall"
  389. FROM DB.DBA.RDF_QUAD AS "s_54_53_t5"
  390. WHERE
  391. "s_54_53_t5"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/2000/01/rdf-schema#label' , 1))
  392. AND
  393. ( 'all' = DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq ( "s_54_53_t5"."O")))) AS "s_54_53"
  394. ON (
  395. "s_55_55_t7"."O" = "s_54_53"."ownWhatOwnWhoMainImageThumbnail")
  396. WHERE
  397. "s_55_55_t7"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/thumbnail' , 1))
  398. OPTION (QUIETCAST)
  399. ) AS "s_55_56") AS "s_56_57"
  400. ON (
  401. "s_69_71_t13"."O" = "s_56_57"."ownWhatOwnWhoMainImage")
  402. WHERE
  403. "s_69_71_t13"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/mainImage' , 1))) AS "s_69_71"
  404. LEFT OUTER JOIN (
  405. SELECT "s_67_68"."_ownWhatOwnWhoMainImageLink" AS "_ownWhatOwnWhoMainImageLink",
  406. "s_67_68"."_ownWhatOwnWhoMainImageLinkall" AS "_ownWhatOwnWhoMainImageLinkall",
  407. "s_67_68"."_ownWhatOwnWhoMainImageLinkru" AS "_ownWhatOwnWhoMainImageLinkru",
  408. "s_67_68"."ownWhatOwnWhoMainImageLink" AS "ownWhatOwnWhoMainImageLink",
  409. "s_67_68"."ownWhatOwnWhoMainImage" AS "ownWhatOwnWhoMainImage"
  410. FROM (
  411. SELECT "s_67_67_t11"."S" AS "ownWhatOwnWhoMainImage",
  412. "s_67_67_t11"."O" AS "ownWhatOwnWhoMainImageLink",
  413. "s_62_62"."_ownWhatOwnWhoMainImageLinkru" AS "_ownWhatOwnWhoMainImageLinkru",
  414. "s_66_65"."_ownWhatOwnWhoMainImageLinkall" AS "_ownWhatOwnWhoMainImageLinkall",
  415. case when ((isnotnull ( "s_62_62"."_ownWhatOwnWhoMainImageLinkru"))) then ( "s_62_62"."_ownWhatOwnWhoMainImageLinkru") else ( "s_66_65"."_ownWhatOwnWhoMainImageLinkall") end AS "_ownWhatOwnWhoMainImageLink"
  416. FROM DB.DBA.RDF_QUAD AS "s_67_67_t11"
  417. LEFT OUTER JOIN (
  418. SELECT "s_62_62_t8"."S" AS "ownWhatOwnWhoMainImageLink",
  419. "s_62_62_t8"."O" AS "_ownWhatOwnWhoMainImageLinkru"
  420. FROM DB.DBA.RDF_QUAD AS "s_62_62_t8"
  421. WHERE
  422. "s_62_62_t8"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/2000/01/rdf-schema#label' , 1))
  423. AND
  424. ( 'ru' = DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq ( "s_62_62_t8"."O")))) AS "s_62_62"
  425. ON (
  426. "s_67_67_t11"."O" = "s_62_62"."ownWhatOwnWhoMainImageLink")
  427. LEFT OUTER JOIN (
  428. SELECT "s_66_65_t9"."S" AS "ownWhatOwnWhoMainImageLink",
  429. "s_66_65_t9"."O" AS "_ownWhatOwnWhoMainImageLinkall"
  430. FROM DB.DBA.RDF_QUAD AS "s_66_65_t9"
  431. WHERE
  432. "s_66_65_t9"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/2000/01/rdf-schema#label' , 1))
  433. AND
  434. ( 'all' = DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq ( "s_66_65_t9"."O")))) AS "s_66_65"
  435. ON (
  436. "s_67_67_t11"."O" = "s_66_65"."ownWhatOwnWhoMainImageLink")
  437. WHERE
  438. "s_67_67_t11"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/link' , 1))
  439. OPTION (QUIETCAST)
  440. ) AS "s_67_68") AS "s_68_69"
  441. ON (
  442. "s_69_71"."ownWhatOwnWhoMainImage" = "s_68_69"."ownWhatOwnWhoMainImage")) AS "s_69_70"
  443. ON (
  444. "s_81_82_t48"."O" = "s_69_70"."ownWhatOwnWho"
  445. AND
  446. "s_81_82_t46"."O" = "s_69_70"."ownWhatOwnWho"
  447. AND
  448. "s_81_82_t39"."S" = "s_69_70"."ownWhatOwnWho")
  449. LEFT OUTER JOIN (
  450. SELECT "s_73_74_t14"."S" AS "ownWhatOwnWhoOwnWhoOwnWhat",
  451. "s_73_74_t14"."O" AS "ownWhatOwnWhoOwnWhoOwnWhatLabelru"
  452. FROM DB.DBA.RDF_QUAD AS "s_73_74_t14"
  453. WHERE
  454. "s_73_74_t14"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/2000/01/rdf-schema#label' , 1))
  455. AND
  456. ( 'ru' = DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq ( "s_73_74_t14"."O")))) AS "s_73_74"
  457. ON (
  458. "s_81_82_t47"."O" = "s_73_74"."ownWhatOwnWhoOwnWhoOwnWhat")
  459. LEFT OUTER JOIN (
  460. SELECT "s_77_77_t15"."S" AS "ownWhatOwnWhoOwnWhoOwnWhat",
  461. "s_77_77_t15"."O" AS "ownWhatOwnWhoOwnWhoOwnWhatLabelall"
  462. FROM DB.DBA.RDF_QUAD AS "s_77_77_t15"
  463. WHERE
  464. "s_77_77_t15"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/2000/01/rdf-schema#label' , 1))
  465. AND
  466. ( 'all' = DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq ( "s_77_77_t15"."O")))) AS "s_77_77"
  467. ON (
  468. "s_81_82_t47"."O" = "s_77_77"."ownWhatOwnWhoOwnWhoOwnWhat")
  469. LEFT OUTER JOIN (
  470. SELECT "s_80_80_t16"."S" AS "ownWhat",
  471. "s_80_80_t16"."O" AS "ownWhatPercent"
  472. FROM DB.DBA.RDF_QUAD AS "s_80_80_t16"
  473. WHERE
  474. "s_80_80_t16"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/percent' , 1))) AS "s_80_80"
  475. ON (
  476. "s_81_82_t46"."S" = "s_80_80"."ownWhat"
  477. AND
  478. "s_81_82_t45"."S" = "s_80_80"."ownWhat"
  479. AND
  480. "s_81_82_t37"."S" = "s_80_80"."ownWhat")
  481. WHERE
  482. "s_81_82_t33"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type' , 1))
  483. AND
  484. "s_81_82_t34"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/subClassOfCache' , 1))
  485. AND
  486. "s_81_82_t34"."O" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/SectorWearing' , 1))
  487. AND
  488. "s_81_82_t35"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type' , 1))
  489. AND
  490. "s_81_82_t36"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/subClassOfCache' , 1))
  491. AND
  492. "s_81_82_t36"."O" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/Organization' , 1))
  493. AND
  494. "s_81_82_t37"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type' , 1))
  495. AND
  496. "s_81_82_t38"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/subClassOfCache' , 1))
  497. AND
  498. "s_81_82_t38"."O" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/Ownership' , 1))
  499. AND
  500. "s_81_82_t39"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type' , 1))
  501. AND
  502. "s_81_82_t40"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/subClassOfCache' , 1))
  503. AND
  504. "s_81_82_t40"."O" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/Agent' , 1))
  505. AND
  506. "s_81_82_t41"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/aff_legal_entity' , 1))
  507. AND
  508. "s_81_82_t42"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/aff_organization' , 1))
  509. AND
  510. "s_81_82_t43"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/object' , 1))
  511. AND
  512. "s_81_82_t44"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/sectorWhat' , 1))
  513. AND
  514. "s_81_82_t45"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/own_what' , 1))
  515. AND
  516. "s_81_82_t46"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/own_who' , 1))
  517. AND
  518. "s_81_82_t47"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/own_what' , 1))
  519. AND
  520. "s_81_82_t48"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/own_who' , 1))
  521. OPTION (QUIETCAST)
  522. ) AS "s_81_90"
  523. INNER JOIN (
  524. SELECT "s_92_108"."ownWhatOwnWho" AS "ownWhatOwnWho",
  525. SUM ( DISTINCT
  526. CAST ( "s_92_108"."condition" AS INTEGER)) AS "conditionSUM"
  527. FROM (
  528. SELECT "s_92_107_t49"."S" AS "ownWhatOwnWhoOwnWho",
  529. "s_92_107_t49"."O" AS "ownWhatOwnWho",
  530. "s_92_107_t50"."O" AS "ownWhatOwnWhoOwnWhoOwnWhat",
  531. "s_92_107_t51"."O" AS "ownWhoPercent",
  532. "s_92_107_t52"."S" AS "index",
  533. "s_92_107_t54"."O" AS "indexValueN",
  534. ( ( ( ( CAST ( __ro2sq ( "s_92_107_t54"."O") AS INTEGER) * CAST ( __ro2sq ( "s_92_107_t51"."O") AS INTEGER)) / 100) / 10) * 4) AS "condition"
  535. FROM DB.DBA.RDF_QUAD AS "s_92_107_t49"
  536. INNER JOIN DB.DBA.RDF_QUAD AS "s_92_107_t50"
  537. ON (
  538. "s_92_107_t49"."S" = "s_92_107_t50"."S")
  539. INNER JOIN DB.DBA.RDF_QUAD AS "s_92_107_t51"
  540. ON (
  541. "s_92_107_t49"."S" = "s_92_107_t51"."S"
  542. AND
  543. "s_92_107_t50"."S" = "s_92_107_t51"."S")
  544. INNER JOIN DB.DBA.RDF_QUAD AS "s_92_107_t52"
  545. ON (1)
  546. INNER JOIN DB.DBA.RDF_QUAD AS "s_92_107_t53"
  547. ON (
  548. "s_92_107_t50"."O" = "s_92_107_t53"."O"
  549. AND
  550. "s_92_107_t52"."S" = "s_92_107_t53"."S")
  551. INNER JOIN DB.DBA.RDF_QUAD AS "s_92_107_t54"
  552. ON (
  553. "s_92_107_t52"."S" = "s_92_107_t54"."S"
  554. AND
  555. "s_92_107_t53"."S" = "s_92_107_t54"."S")
  556. INNER JOIN DB.DBA.RDF_QUAD AS "s_92_107_t55"
  557. ON (
  558. "s_92_107_t52"."S" = "s_92_107_t55"."S"
  559. AND
  560. "s_92_107_t53"."S" = "s_92_107_t55"."S"
  561. AND
  562. "s_92_107_t54"."S" = "s_92_107_t55"."S")
  563. INNER JOIN DB.DBA.RDF_QUAD AS "s_92_107_t56"
  564. ON (
  565. "s_92_107_t52"."S" = "s_92_107_t56"."S"
  566. AND
  567. "s_92_107_t53"."S" = "s_92_107_t56"."S"
  568. AND
  569. "s_92_107_t54"."S" = "s_92_107_t56"."S"
  570. AND
  571. "s_92_107_t55"."S" = "s_92_107_t56"."S")
  572. WHERE
  573. "s_92_107_t49"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/own_who' , 1))
  574. AND
  575. "s_92_107_t50"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/own_what' , 1))
  576. AND
  577. "s_92_107_t51"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/percent' , 1))
  578. AND
  579. "s_92_107_t52"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type' , 1))
  580. AND
  581. "s_92_107_t52"."O" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/Index' , 1))
  582. AND
  583. "s_92_107_t53"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/about' , 1))
  584. AND
  585. "s_92_107_t54"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/value' , 1))
  586. AND
  587. "s_92_107_t55"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/type' , 1))
  588. AND
  589. "s_92_107_t55"."O" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/fin_revenue' , 1))
  590. AND
  591. "s_92_107_t56"."P" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/source' , 1))
  592. AND
  593. "s_92_107_t56"."O" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/fin_import_nalog_2018' , 1))
  594. OPTION (QUIETCAST)
  595. ) AS "s_92_108"
  596. GROUP BY "s_92_108"."ownWhatOwnWho"
  597. OPTION (QUIETCAST)
  598. ) AS "s_94_110"
  599. ON (
  600. "s_81_90"."ownWhatOwnWho" = "s_94_110"."ownWhatOwnWho")
  601. OPTION (QUIETCAST)
  602. ) AS "s_99_112"
  603. WHERE
  604. ( "s_99_112"."gridRelatedUri" = __i2idn ( /* UNAME as sqlval */ __bft ( 'http://sp7.ru/ontology/res3_4137888' , 1)))
  605. AND
  606. ( "s_99_112"."ownWhatOwnWho" in ( __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/eile_regNumber_ne158758_kipr' , 1), 1)), __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/eile_regNumber_he158758_kipr' , 1), 1)), __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/eile_regNumber_366982_kipr' , 1), 1)), __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/eile_regNumber_ne344862_kipr' , 1), 1)), __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/eile_1047796985554_rus' , 1), 1)), __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/eile_1067760471822_rus' , 1), 1)), __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/res_200985' , 1), 1)), __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/eile_regNumber_he315359_kipr' , 1), 1)), __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/res_85971' , 1), 1)), __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/eile_1187746878770_rus' , 1), 1)), __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/eile_1097847055855_rus' , 1), 1)), __i2idn ( __bft ( /* QName as sqlval */ __bft ( 'http://sp7.ru/ontology/ei_human_772348766722' , 1), 1))))
  607. ORDER BY "s_99_112"."conditionSUM" DESC
  608. OPTION (QUIETCAST)) AS "s_100_113_rbc"
  609. SQL execution plan
  610. {
  611. Subquery 27
  612. {
  613. fork {
  614. in iterates in_iter$48 over ( IRI_ID"...eile_regNumber_ne158758_kipr" , IRI_ID"...eile_regNumber_he158758_kipr" , IRI_ID"...eile_regNumber_366982_kipr" , IRI_ID"...eile_regNumber_ne344862_kipr" , IRI_ID"...eile_1047796985554_rus" , IRI_ID"...eile_1067760471822_rus" , IRI_ID"...res_200985" , IRI_ID"...eile_regNumber_he315359_kipr" , IRI_ID"...res_85971" , IRI_ID"...eile_1187746878770_rus" , IRI_ID"...eile_1097847055855_rus" , IRI_ID"...ei_human_772348766722" )
  615. RDF_QUAD_POGS 64 rows(t146.S$53, t146.O$52)
  616. P = IRI_ID"...own_who" , O = k_in_iter$590
  617. RDF_QUAD 1 rows(t145.O$56)
  618. inlined P = IRI_ID"...own_what" , S = t146.S$53
  619. RDF_QUAD 1.1 rows(t137.O$60, t137.S$59)
  620. inlined P = IRI_ID"...type" , S = k_t146.O$607
  621. RDF_QUAD 0.00088 rows()
  622. inlined P = IRI_ID"...subClassOfCache" , S = cast$618 , O = IRI_ID"...Agent"
  623. RDF_QUAD_POGS 1.7 rows(t144.S$66, t144.O$65)
  624. P = IRI_ID"...own_who" , O = k_t137.S$627
  625. RDF_QUAD 1.1 rows(t135.O$70, t135.S$69)
  626. inlined P = IRI_ID"...type" , S = t144.S$66
  627. RDF_QUAD 0.00013 rows()
  628. inlined P = IRI_ID"...subClassOfCache" , S = cast$645 , O = IRI_ID"...Ownership"
  629. RDF_QUAD 1 rows(t143.O$76, t143.S$75)
  630. inlined P = IRI_ID"...own_what" , S = k_t135.S$654
  631. RDF_QUAD_POGS 6.1 rows(t139.S$79)
  632. P = IRI_ID"...aff_legal_entity" , O = cast$665
  633. RDF_QUAD 1 rows(t140.O$82)
  634. inlined P = IRI_ID"...aff_organization" , S = t139.S$79
  635. RDF_QUAD 1 rows(t142.O$86, t142.S$85)
  636. inlined P = IRI_ID"...sectorWhat" , S = cast$681
  637. RDF_QUAD 3e-07 rows(t141.S$89)
  638. inlined P = IRI_ID"...object" , S = cast$692 , O = IRI_ID"...res3_4137888"
  639. RDF_QUAD 1.1 rows(t133.O$92)
  640. inlined P = IRI_ID"...type" , S = k_t140.O$702
  641. RDF_QUAD 0.00063 rows()
  642. inlined P = IRI_ID"...subClassOfCache" , S = cast$712 , O = IRI_ID"...Organization"
  643. RDF_QUAD 1.1 rows(t131.O$97)
  644. inlined P = IRI_ID"...type" , S = k_t141.S$721
  645. RDF_QUAD 0.00013 rows()
  646. inlined P = IRI_ID"...subClassOfCache" , S = cast$731 , O = IRI_ID"...SectorWearing"
  647. Subquery 101
  648. {
  649. fork {
  650. RDF_QUAD_POGS 1.7 rows(t165.S$107, t165.O$106)
  651. P = IRI_ID"...own_who" , O = k_t146.O$745
  652. RDF_QUAD 1 rows(t166.S$111, t166.O$110)
  653. inlined P = IRI_ID"...own_what" , S = t165.S$107
  654. RDF_QUAD 1 rows(t167.O$114)
  655. inlined P = IRI_ID"...percent" , S = k_t165.S$763
  656. RDF_QUAD_POGS 8.8 rows(t169.S$117)
  657. P = IRI_ID"...about" , O = k_t166.O$773
  658. RDF_QUAD 0.04 rows(t172.S$120)
  659. inlined P = IRI_ID"...source" , S = t169.S$117 , O = IRI_ID"...fin_import_nalog_2018"
  660. RDF_QUAD_POGS 0.045 rows(t171.S$123)
  661. inlined P = IRI_ID"...type" , O = IRI_ID"...fin_revenue" , S = k_t169.S$789
  662. RDF_QUAD_POGS 0.8 rows(t168.S$126)
  663. inlined P = IRI_ID"...type" , O = IRI_ID"...Index" , S = k_t169.S$799
  664. RDF_QUAD 1 rows(t170.O$129)
  665. inlined P = IRI_ID"...value" , S = t168.S$126
  666.  
  667. After code:
  668. 0: __ro2sq$131 := Call __ro2sq (t167.O$114)
  669. 5: __ro2sq$133 := Call __ro2sq (t170.O$129)
  670. 10: _cvt$135 := Call _cvt (<tag 193 flag 0>, __ro2sq$133)
  671. 15: _cvt$137 := Call _cvt (<tag 193 flag 0>, __ro2sq$131)
  672. 20: temp$139 := artm _cvt$135 * _cvt$137
  673. 24: temp$141 := artm temp$139 / 100
  674. 28: temp$143 := artm temp$141 / 10
  675. 32: temp$145 := artm temp$143 * 4
  676. 36: _cvt$147 := Call _cvt (<tag 193 flag 0>, temp$145)
  677. 41: BReturn 0
  678. Sort (set_no$104, t165.O$106) -> (_cvt$147)
  679.  
  680. }
  681. group by read node
  682. (gb_set_no$163, t165.O$106, aggregate$151)
  683.  
  684. After code:
  685. 0: ownWhatOwnWho$102 := := artm t165.O$106
  686. 4: conditionSUM$103 := := artm aggregate$151
  687. 8: BReturn 0
  688. Subquery Select(ownWhatOwnWho$102, conditionSUM$103)
  689. }
  690. outer {
  691. RDF_QUAD 1 rows(t163.O$182)
  692. inlined P = IRI_ID"...percent" , S = k_t144.S$840
  693. } /* end of outer */
  694. set_ctr$185
  695. out: (t163.O$182)
  696. shadow: ( <none> )
  697. outer {
  698. RDF_QUAD 1 rows(t162.O$195)
  699. inlined P = IRI_ID"...label" , S = k_t145.O$859
  700. END Node
  701. After test:
  702. 0: __ro2sq$197 := Call __ro2sq (t162.O$195)
  703. 5: DB.DBA.RDF_LANGUAGE_OF_OBJ$199 := Call DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq$197)
  704. 12: if (<c all> = DB.DBA.RDF_LANGUAGE_OF_OBJ$199) then 16 else 17 unkn 17
  705. 16: BReturn 1
  706. 17: BReturn 0
  707. } /* end of outer */
  708. set_ctr$202
  709. out: (DB.DBA.RDF_LANGUAGE_OF_OBJ$199, t162.O$195, __ro2sq$197)
  710. shadow: ( <none> , t162.O$874, <none> )
  711. outer {
  712. RDF_QUAD 1 rows(t161.O$212)
  713. inlined P = IRI_ID"...label" , S = k_t145.O$885
  714. END Node
  715. After test:
  716. 0: __ro2sq$214 := Call __ro2sq (t161.O$212)
  717. 5: DB.DBA.RDF_LANGUAGE_OF_OBJ$216 := Call DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq$214)
  718. 12: if (<c ru> = DB.DBA.RDF_LANGUAGE_OF_OBJ$216) then 16 else 17 unkn 17
  719. 16: BReturn 1
  720. 17: BReturn 0
  721. } /* end of outer */
  722. set_ctr$219
  723. out: (DB.DBA.RDF_LANGUAGE_OF_OBJ$216, t161.O$212, __ro2sq$214)
  724. shadow: ( <none> , t161.O$900, <none> )
  725. Precode:
  726. 0: __all_eq$228 := Call __all_eq (t137.S$59, t146.O$52)
  727. 5: BReturn 0
  728. outer {
  729. Subquery 230
  730. {
  731. RDF_QUAD 1 rows(t152.O$244, t152.S$243)
  732. inlined P = IRI_ID"...mainImage" , S = k___all_eq$915
  733. outer {
  734. Subquery 246
  735. {
  736. RDF_QUAD 1 rows(t158.O$255, t158.S$254)
  737. inlined P = IRI_ID"...link" , S = k_t152.O$935
  738. outer {
  739. RDF_QUAD 1 rows(t160.O$258)
  740. inlined P = IRI_ID"...label" , S = k_t158.O$951
  741. END Node
  742. After test:
  743. 0: __ro2sq$260 := Call __ro2sq (t160.O$258)
  744. 5: DB.DBA.RDF_LANGUAGE_OF_OBJ$262 := Call DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq$260)
  745. 12: if (<c all> = DB.DBA.RDF_LANGUAGE_OF_OBJ$262) then 16 else 17 unkn 17
  746. 16: BReturn 1
  747. 17: BReturn 0
  748. } /* end of outer */
  749. set_ctr$265
  750. out: (DB.DBA.RDF_LANGUAGE_OF_OBJ$262, t160.O$258, __ro2sq$260)
  751. shadow: ( <none> , t160.O$966, <none> )
  752. outer {
  753. RDF_QUAD 1 rows(t159.O$275)
  754. inlined P = IRI_ID"...label" , S = k_t158.O$977
  755. END Node
  756. After test:
  757. 0: __ro2sq$277 := Call __ro2sq (t159.O$275)
  758. 5: DB.DBA.RDF_LANGUAGE_OF_OBJ$279 := Call DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq$277)
  759. 12: if (<c ru> = DB.DBA.RDF_LANGUAGE_OF_OBJ$279) then 16 else 17 unkn 17
  760. 16: BReturn 1
  761. 17: BReturn 0
  762. } /* end of outer */
  763. set_ctr$282
  764. out: (t159.O$275, __ro2sq$277, DB.DBA.RDF_LANGUAGE_OF_OBJ$279)
  765. shadow: (t159.O$992, <none> , <none> )
  766.  
  767. After code:
  768. 0: isnotnull$293 := Call isnotnull (t159.O$992)
  769. 5: if ( 0 = isnotnull$293) then 14 else 9 unkn 14
  770. 9: callretSearchedCASE$291 := := artm t159.O$992
  771. 13: Jump 18 (level=0)
  772. 14: callretSearchedCASE$291 := := artm t160.O$258
  773. 18: _ownWhatOwnWhoMainImageLink$247 := := artm callretSearchedCASE$291
  774. 22: _ownWhatOwnWhoMainImageLinkall$248 := := artm t160.O$258
  775. 26: _ownWhatOwnWhoMainImageLinkru$249 := := artm t159.O$992
  776. 30: ownWhatOwnWhoMainImageLink$250 := := artm t158.O$255
  777. 34: ownWhatOwnWhoMainImage$251 := := artm t158.S$254
  778. 38: BReturn 0
  779. Subquery Select(_ownWhatOwnWhoMainImageLink$247, _ownWhatOwnWhoMainImageLinkall$248, _ownWhatOwnWhoMainImageLinkru$249, ownWhatOwnWhoMainImageLink$250, ownWhatOwnWhoMainImage$251)
  780. }
  781. } /* end of outer */
  782. set_ctr$303
  783. out: (_ownWhatOwnWhoMainImageLink$247, set_no$252, _ownWhatOwnWhoMainImageLinkru$249, ownWhatOwnWhoMainImage$251, _ownWhatOwnWhoMainImageLinkall$248, ownWhatOwnWhoMainImageLink$250)
  784. shadow: ( <none> , <none> , <none> , <none> , <none> , <none> )
  785. outer {
  786. Subquery 312
  787. {
  788. RDF_QUAD 1 rows(t154.O$321, t154.S$320)
  789. inlined P = IRI_ID"...thumbnail" , S = k_t152.O$1020
  790. outer {
  791. RDF_QUAD 1 rows(t156.O$324)
  792. inlined P = IRI_ID"...label" , S = k_t154.O$1036
  793. END Node
  794. After test:
  795. 0: __ro2sq$326 := Call __ro2sq (t156.O$324)
  796. 5: DB.DBA.RDF_LANGUAGE_OF_OBJ$328 := Call DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq$326)
  797. 12: if (<c all> = DB.DBA.RDF_LANGUAGE_OF_OBJ$328) then 16 else 17 unkn 17
  798. 16: BReturn 1
  799. 17: BReturn 0
  800. } /* end of outer */
  801. set_ctr$331
  802. out: (DB.DBA.RDF_LANGUAGE_OF_OBJ$328, t156.O$324, __ro2sq$326)
  803. shadow: ( <none> , t156.O$1051, <none> )
  804. outer {
  805. RDF_QUAD 1 rows(t155.O$341)
  806. inlined P = IRI_ID"...label" , S = k_t154.O$1062
  807. END Node
  808. After test:
  809. 0: __ro2sq$343 := Call __ro2sq (t155.O$341)
  810. 5: DB.DBA.RDF_LANGUAGE_OF_OBJ$345 := Call DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq$343)
  811. 12: if (<c ru> = DB.DBA.RDF_LANGUAGE_OF_OBJ$345) then 16 else 17 unkn 17
  812. 16: BReturn 1
  813. 17: BReturn 0
  814. } /* end of outer */
  815. set_ctr$348
  816. out: (DB.DBA.RDF_LANGUAGE_OF_OBJ$345, t155.O$341, __ro2sq$343)
  817. shadow: ( <none> , t155.O$1077, <none> )
  818.  
  819. After code:
  820. 0: isnotnull$359 := Call isnotnull (t155.O$1077)
  821. 5: if ( 0 = isnotnull$359) then 14 else 9 unkn 14
  822. 9: callretSearchedCASE$357 := := artm t155.O$1077
  823. 13: Jump 18 (level=0)
  824. 14: callretSearchedCASE$357 := := artm t156.O$324
  825. 18: _ownWhatOwnWhoMainImageThumbnail$313 := := artm callretSearchedCASE$357
  826. 22: _ownWhatOwnWhoMainImageThumbnailall$314 := := artm t156.O$324
  827. 26: _ownWhatOwnWhoMainImageThumbnailru$315 := := artm t155.O$1077
  828. 30: ownWhatOwnWhoMainImageThumbnail$316 := := artm t154.O$321
  829. 34: ownWhatOwnWhoMainImage$317 := := artm t154.S$320
  830. 38: BReturn 0
  831. Subquery Select(_ownWhatOwnWhoMainImageThumbnail$313, _ownWhatOwnWhoMainImageThumbnailall$314, _ownWhatOwnWhoMainImageThumbnailru$315, ownWhatOwnWhoMainImageThumbnail$316, ownWhatOwnWhoMainImage$317)
  832. }
  833. } /* end of outer */
  834. set_ctr$369
  835. out: (set_no$318, _ownWhatOwnWhoMainImageThumbnailru$315, ownWhatOwnWhoMainImage$317, _ownWhatOwnWhoMainImageThumbnailall$314, ownWhatOwnWhoMainImageThumbnail$316, _ownWhatOwnWhoMainImageThumbnail$313)
  836. shadow: ( <none> , <none> , <none> , <none> , <none> , <none> )
  837.  
  838. After code:
  839. 0: ownWhatOwnWhoMainImage$231 := := artm t152.O$244
  840. 4: ownWhatOwnWho$232 := := artm t152.S$243
  841. 8: _ownWhatOwnWhoMainImageThumbnail$233 := := artm _ownWhatOwnWhoMainImageThumbnail$313
  842. 12: _ownWhatOwnWhoMainImageThumbnailall$234 := := artm _ownWhatOwnWhoMainImageThumbnailall$314
  843. 16: _ownWhatOwnWhoMainImageThumbnailru$235 := := artm _ownWhatOwnWhoMainImageThumbnailru$315
  844. 20: ownWhatOwnWhoMainImageThumbnail$236 := := artm ownWhatOwnWhoMainImageThumbnail$316
  845. 24: _ownWhatOwnWhoMainImageLink$237 := := artm _ownWhatOwnWhoMainImageLink$247
  846. 28: _ownWhatOwnWhoMainImageLinkall$238 := := artm _ownWhatOwnWhoMainImageLinkall$248
  847. 32: _ownWhatOwnWhoMainImageLinkru$239 := := artm _ownWhatOwnWhoMainImageLinkru$249
  848. 36: ownWhatOwnWhoMainImageLink$240 := := artm ownWhatOwnWhoMainImageLink$250
  849. 40: BReturn 0
  850. Subquery Select(ownWhatOwnWhoMainImage$231, ownWhatOwnWho$232, _ownWhatOwnWhoMainImageThumbnail$233, _ownWhatOwnWhoMainImageThumbnailall$234, _ownWhatOwnWhoMainImageThumbnailru$235, ownWhatOwnWhoMainImageThumbnail$236, _ownWhatOwnWhoMainImageLink$237, _ownWhatOwnWhoMainImageLinkall$238, _ownWhatOwnWhoMainImageLinkru$239, ownWhatOwnWhoMainImageLink$240)
  851. }
  852. } /* end of outer */
  853. set_ctr$386
  854. out: (_ownWhatOwnWhoMainImageLinkru$239, ownWhatOwnWho$232, set_no$241, _ownWhatOwnWhoMainImageThumbnailall$234, ownWhatOwnWhoMainImageThumbnail$236, _ownWhatOwnWhoMainImageLinkall$238, ownWhatOwnWhoMainImageLink$240, ownWhatOwnWhoMainImage$231, _ownWhatOwnWhoMainImageThumbnail$233, _ownWhatOwnWhoMainImageThumbnailru$235, _ownWhatOwnWhoMainImageLink$237)
  855. shadow: ( <none> , <none> , <none> , <none> , <none> , <none> , <none> , <none> , <none> , <none> , <none> )
  856. outer {
  857. RDF_QUAD 1 rows(t150.O$396)
  858. inlined P = IRI_ID"...label" , S = k_t146.O$1118
  859. END Node
  860. After test:
  861. 0: __ro2sq$398 := Call __ro2sq (t150.O$396)
  862. 5: DB.DBA.RDF_LANGUAGE_OF_OBJ$400 := Call DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq$398)
  863. 12: if (<c all> = DB.DBA.RDF_LANGUAGE_OF_OBJ$400) then 16 else 17 unkn 17
  864. 16: BReturn 1
  865. 17: BReturn 0
  866. } /* end of outer */
  867. set_ctr$403
  868. out: (t150.O$396, __ro2sq$398, DB.DBA.RDF_LANGUAGE_OF_OBJ$400)
  869. shadow: (t150.O$1133, <none> , <none> )
  870. outer {
  871. RDF_QUAD 1 rows(t149.O$413)
  872. inlined P = IRI_ID"...label" , S = k_t146.O$1144
  873. END Node
  874. After test:
  875. 0: __ro2sq$415 := Call __ro2sq (t149.O$413)
  876. 5: DB.DBA.RDF_LANGUAGE_OF_OBJ$417 := Call DB.DBA.RDF_LANGUAGE_OF_OBJ (__ro2sq$415)
  877. 12: if (<c ru> = DB.DBA.RDF_LANGUAGE_OF_OBJ$417) then 16 else 17 unkn 17
  878. 16: BReturn 1
  879. 17: BReturn 0
  880. } /* end of outer */
  881. set_ctr$420
  882. out: (t149.O$413, __ro2sq$415, DB.DBA.RDF_LANGUAGE_OF_OBJ$417)
  883. shadow: (t149.O$1159, <none> , <none> )
  884. outer {
  885. RDF_QUAD 1 rows(t148.O$430)
  886. inlined P = IRI_ID"...slug" , S = k_t145.O$1170
  887. } /* end of outer */
  888. set_ctr$433
  889. out: (t148.O$430)
  890. shadow: ( <none> )
  891. outer {
  892. RDF_QUAD 1 rows(t147.O$443)
  893. inlined P = IRI_ID"...slug" , S = k_t146.O$1189
  894. } /* end of outer */
  895. set_ctr$446
  896. out: (t147.O$443)
  897. shadow: ( <none> )
  898.  
  899. After code:
  900. 0: isnotnull$457 := Call isnotnull (t161.O$212)
  901. 5: if ( 0 = isnotnull$457) then 14 else 9 unkn 14
  902. 9: callretSearchedCASE$455 := := artm t161.O$212
  903. 13: Jump 18 (level=0)
  904. 14: callretSearchedCASE$455 := := artm t162.O$195
  905. 18: isnotnull$461 := Call isnotnull (t149.O$413)
  906. 23: if ( 0 = isnotnull$461) then 32 else 27 unkn 32
  907. 27: callretSearchedCASE$459 := := artm t149.O$413
  908. 31: Jump 36 (level=0)
  909. 32: callretSearchedCASE$459 := := artm t150.O$396
  910. 36: BReturn 0
  911. Distinct (t142.O$86, t142.S$85, t144.S$66, t146.O$52, t163.O$182, callretSearchedCASE$459, ownWhatOwnWhoMainImage$231, ownWhatOwnWhoMainImageThumbnail$236, _ownWhatOwnWhoMainImageThumbnail$233, t145.O$56, callretSearchedCASE$455, conditionSUM$103, ownWhatOwnWhoMainImageLink$240, _ownWhatOwnWhoMainImageLink$237, t146.S$53, t147.O$443, t148.O$430)
  912. Precode:
  913. 0: $471 := := artm <tag 182 flag 1 c http://sp7.ru/ontology/res3_4137888>
  914. 4: BReturn 0
  915. Sort (conditionSUM$103) -> ($471, t142.O$86, t142.S$85, t144.S$66, t146.O$52, t163.O$182, t150.O$396, t149.O$413, callretSearchedCASE$459, ownWhatOwnWhoMainImage$231, ownWhatOwnWhoMainImageThumbnail$236, _ownWhatOwnWhoMainImageThumbnail$233, t145.O$56, t162.O$195, t161.O$212, callretSearchedCASE$455, ownWhatOwnWhoMainImageLink$240, _ownWhatOwnWhoMainImageLink$237, t146.S$53, t147.O$443, t148.O$430)
  916.  
  917. }
  918. Key from temp ($471, t142.O$86, t142.S$85, t144.S$66, t146.O$52, t163.O$182, t150.O$1133, t149.O$1159, callretSearchedCASE$459, ownWhatOwnWhoMainImage$231, ownWhatOwnWhoMainImageThumbnail$236, _ownWhatOwnWhoMainImageThumbnail$233, t145.O$56, t162.O$874, t161.O$900, callretSearchedCASE$455, conditionSUM$103, ownWhatOwnWhoMainImageLink$240, _ownWhatOwnWhoMainImageLink$237, t146.S$53, t147.O$443, t148.O$430)
  919.  
  920.  
  921. After code:
  922. 0: __ro2sq$483 := Call __ro2sq (t148.O$430)
  923. 5: __ro2sq$485 := Call __ro2sq (t147.O$443)
  924. 10: __id2in$487 := Call __id2in (t146.S$53)
  925. 15: __ro2sq$489 := Call __ro2sq (_ownWhatOwnWhoMainImageLink$237)
  926. 20: __ro2sq$491 := Call __ro2sq (ownWhatOwnWhoMainImageLink$240)
  927. 25: __ro2sq$493 := Call __ro2sq (callretSearchedCASE$455)
  928. 30: __ro2sq$495 := Call __ro2sq (t145.O$56)
  929. 35: __ro2sq$497 := Call __ro2sq (_ownWhatOwnWhoMainImageThumbnail$233)
  930. 40: __ro2sq$499 := Call __ro2sq (ownWhatOwnWhoMainImageThumbnail$236)
  931. 45: __ro2sq$501 := Call __ro2sq (ownWhatOwnWhoMainImage$231)
  932. 50: __ro2sq$503 := Call __ro2sq (callretSearchedCASE$459)
  933. 55: __ro2sq$505 := Call __ro2sq (t163.O$182)
  934. 60: __id2in$507 := Call __id2in (t146.O$52)
  935. 65: __id2in$509 := Call __id2in (t144.S$66)
  936. 70: __id2in$511 := Call __id2in (t142.S$85)
  937. 75: __id2in$513 := Call __id2in (t142.O$86)
  938. 80: gridRelatedUri$28 := := artm <tag 182 flag 1 c http://sp7.ru/ontology/res3_4137888>
  939. 84: object$29 := := artm __id2in$513
  940. 88: objectSectorWhat$30 := := artm __id2in$511
  941. 92: ownWhat$31 := := artm __id2in$509
  942. 96: ownWhatOwnWho$32 := := artm __id2in$507
  943. 100: ownWhatPercent$33 := := artm __ro2sq$505
  944. 104: _ownWhatOwnWho$34 := := artm __ro2sq$503
  945. 108: ownWhatOwnWhoMainImage$35 := := artm __ro2sq$501
  946. 112: ownWhatOwnWhoMainImageThumbnail$36 := := artm __ro2sq$499
  947. 116: _ownWhatOwnWhoMainImageThumbnail$37 := := artm __ro2sq$497
  948. 120: ownWhatOwnWhoOwnWhoOwnWhat$38 := := artm __ro2sq$495
  949. 124: ownWhatOwnWhoOwnWhoOwnWhatLabel$39 := := artm __ro2sq$493
  950. 128: conditionSUM$40 := := artm conditionSUM$103
  951. 132: ownWhatOwnWhoMainImageLink$41 := := artm __ro2sq$491
  952. 136: _ownWhatOwnWhoMainImageLink$42 := := artm __ro2sq$489
  953. 140: ownWhatOwnWhoOwnWho$43 := := artm __id2in$487
  954. 144: ownWhatOwnWho_slug$44 := := artm __ro2sq$485
  955. 148: ownWhatOwnWhoOwnWhoOwnWhat_slug$45 := := artm __ro2sq$483
  956. 152: BReturn 0
  957. Subquery Select(gridRelatedUri$28, object$29, objectSectorWhat$30, ownWhat$31, ownWhatOwnWho$32, ownWhatPercent$33, _ownWhatOwnWho$34, ownWhatOwnWhoMainImage$35, ownWhatOwnWhoMainImageThumbnail$36, _ownWhatOwnWhoMainImageThumbnail$37, ownWhatOwnWhoOwnWhoOwnWhat$38, ownWhatOwnWhoOwnWhoOwnWhatLabel$39, conditionSUM$40, ownWhatOwnWhoMainImageLink$41, _ownWhatOwnWhoMainImageLink$42, ownWhatOwnWhoOwnWho$43, ownWhatOwnWho_slug$44, ownWhatOwnWhoOwnWhoOwnWhat_slug$45)
  958. }
  959.  
  960. After code:
  961. 0: gridRelatedUri$522 := Call __ro2sq (gridRelatedUri$28)
  962. 5: object$524 := Call __ro2sq (object$29)
  963. 10: objectSectorWhat$526 := Call __ro2sq (objectSectorWhat$30)
  964. 15: ownWhat$528 := Call __ro2sq (ownWhat$31)
  965. 20: ownWhatOwnWho$530 := Call __ro2sq (ownWhatOwnWho$32)
  966. 25: ownWhatPercent$532 := Call __ro2sq (ownWhatPercent$33)
  967. 30: _ownWhatOwnWho$534 := Call __ro2sq (_ownWhatOwnWho$34)
  968. 35: ownWhatOwnWhoMainImage$536 := Call __ro2sq (ownWhatOwnWhoMainImage$35)
  969. 40: ownWhatOwnWhoMainImageThumbnail$538 := Call __ro2sq (ownWhatOwnWhoMainImageThumbnail$36)
  970. 45: _ownWhatOwnWhoMainImageThumbnail$540 := Call __ro2sq (_ownWhatOwnWhoMainImageThumbnail$37)
  971. 50: ownWhatOwnWhoOwnWhoOwnWhat$542 := Call __ro2sq (ownWhatOwnWhoOwnWhoOwnWhat$38)
  972. 55: ownWhatOwnWhoOwnWhoOwnWhatLabel$544 := Call __ro2sq (ownWhatOwnWhoOwnWhoOwnWhatLabel$39)
  973. 60: conditionSUM$546 := Call __ro2sq (conditionSUM$40)
  974. 65: ownWhatOwnWhoMainImageLink$548 := Call __ro2sq (ownWhatOwnWhoMainImageLink$41)
  975. 70: _ownWhatOwnWhoMainImageLink$550 := Call __ro2sq (_ownWhatOwnWhoMainImageLink$42)
  976. 75: ownWhatOwnWhoOwnWho$552 := Call __ro2sq (ownWhatOwnWhoOwnWho$43)
  977. 80: ownWhatOwnWho_slug$554 := Call __ro2sq (ownWhatOwnWho_slug$44)
  978. 85: ownWhatOwnWhoOwnWhoOwnWhat_slug$556 := Call __ro2sq (ownWhatOwnWhoOwnWhoOwnWhat_slug$45)
  979. 90: BReturn 0
  980. Select (gridRelatedUri$522, object$524, objectSectorWhat$526, ownWhat$528, ownWhatOwnWho$530, ownWhatPercent$532, _ownWhatOwnWho$534, ownWhatOwnWhoMainImage$536, ownWhatOwnWhoMainImageThumbnail$538, _ownWhatOwnWhoMainImageThumbnail$540, ownWhatOwnWhoOwnWhoOwnWhat$542, ownWhatOwnWhoOwnWhoOwnWhatLabel$544, conditionSUM$546, ownWhatOwnWhoMainImageLink$548, _ownWhatOwnWhoMainImageLink$550, ownWhatOwnWhoOwnWho$552, ownWhatOwnWho_slug$554, ownWhatOwnWhoOwnWhoOwnWhat_slug$556)
  981. }
  982. Internal optimizer data
  983. These data are primarily for OpenLink support, to get additional details about the query processing.
  984. QUERY: (line 100) REQUEST TOP NODE (SELECT DISTINCT result-mode):
  985. RETVALS: ARRAY OF NODES with 18 children: {
  986. (line 11) VARIABLE: notNULL fixed IRI reference exported; fixed UNAME 'http://sp7.ru/ontology/res3_4137888'
  987. NAME: UNAME `gridRelatedUri' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 563
  988. (line 11) VARIABLE: notNULL reference exported
  989. NAME: UNAME `object' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 565
  990. (line 11) VARIABLE: notNULL reference exported
  991. NAME: UNAME `objectSectorWhat' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 566
  992. (line 11) VARIABLE: notNULL reference exported
  993. NAME: UNAME `ownWhat' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 567
  994. (line 11) VARIABLE: notNULL SprintfF IRI reference exported; Formats |http://sp7.ru/ontology/eile_regNumber_ne158758_kipr| |http://sp7.ru/ontology/eile_regNumber_he158758_kipr| |http://sp7.ru/ontology/eile_regNumber_366982_kipr| |http://sp7.ru/ontology/eile_regNumber_ne344862_kipr| |http://sp7.ru/ontology/eile_1047796985554_rus| |http://sp7.ru/ontology/eile_1067760471822_rus| |http://sp7.ru/ontology/res_200985| |http://sp7.ru/ontology/eile_regNumber_he315359_kipr| |http://sp7.ru/ontology/res_85971| |http://sp7.ru/ontology/eile_1187746878770_rus| |http://sp7.ru/ontology/eile_1097847055855_rus| |http://sp7.ru/ontology/ei_human_772348766722|
  995. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 564
  996. (line 11) VARIABLE: exported
  997. NAME: UNAME `ownWhatPercent' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 568
  998. (line 11) VARIABLE: exported
  999. NAME: UNAME `_ownWhatOwnWho' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 569
  1000. (line 11) VARIABLE: exported
  1001. NAME: UNAME `ownWhatOwnWhoMainImage' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 570
  1002. (line 11) VARIABLE: exported
  1003. NAME: UNAME `ownWhatOwnWhoMainImageThumbnail' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 571
  1004. (line 11) VARIABLE: exported
  1005. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnail' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 572
  1006. (line 11) VARIABLE: notNULL exported
  1007. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 573
  1008. (line 11) VARIABLE: exported
  1009. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabel' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 574
  1010. (line 11) VARIABLE: lit exported
  1011. NAME: UNAME `conditionSUM' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 575
  1012. (line 11) VARIABLE: exported
  1013. NAME: UNAME `ownWhatOwnWhoMainImageLink' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 576
  1014. (line 11) VARIABLE: exported
  1015. NAME: UNAME `_ownWhatOwnWhoMainImageLink' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 577
  1016. (line 11) VARIABLE: notNULL reference exported
  1017. NAME: UNAME `ownWhatOwnWhoOwnWho' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 578
  1018. (line 11) VARIABLE: exported
  1019. NAME: UNAME `ownWhatOwnWho_slug' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 579
  1020. (line 11) VARIABLE: exported
  1021. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat_slug' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 580
  1022. }
  1023. RETVALS SELECT ID: STRING `s_100_113'
  1024. SOURCES: EMPTY ARRAY
  1025. PATTERN: (line 100) GRAPH PATTERN:WHERE gp
  1026. MEMBERS: ARRAY OF NODES with 1 children: {
  1027. (line 99) GRAPH PATTERN:SELECT result-mode
  1028. MEMBERS: EMPTY ARRAY
  1029. SUBQUERY: (line 99) REQUEST TOP NODE (SELECT result-mode):
  1030. VALMODE FOR RETVALS: STRING `AUTO'
  1031. RETVALS: ARRAY OF NODES with 33 children: {
  1032. (line 0) ALIAS:
  1033. ALIAS NAME: UNAME `object'
  1034. VALUE: (line 99) VARIABLE: notNULL reference exported
  1035. NAME: UNAME `object' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 499
  1036. (line 0) ALIAS:
  1037. ALIAS NAME: UNAME `sparql_type_50'
  1038. VALUE: (line 99) VARIABLE: notNULL reference exported
  1039. NAME: UNAME `sparql_type_50' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 500
  1040. (line 0) ALIAS:
  1041. ALIAS NAME: UNAME `objectSectorWhat'
  1042. VALUE: (line 99) VARIABLE: notNULL reference exported
  1043. NAME: UNAME `objectSectorWhat' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 501
  1044. (line 0) ALIAS:
  1045. ALIAS NAME: UNAME `sparql_type_72'
  1046. VALUE: (line 99) VARIABLE: notNULL reference exported
  1047. NAME: UNAME `sparql_type_72' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 502
  1048. (line 0) ALIAS:
  1049. ALIAS NAME: UNAME `ownWhat'
  1050. VALUE: (line 99) VARIABLE: notNULL reference exported
  1051. NAME: UNAME `ownWhat' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 503
  1052. (line 0) ALIAS:
  1053. ALIAS NAME: UNAME `sparql_type_93'
  1054. VALUE: (line 99) VARIABLE: notNULL reference exported
  1055. NAME: UNAME `sparql_type_93' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 504
  1056. (line 0) ALIAS:
  1057. ALIAS NAME: UNAME `ownWhatOwnWho'
  1058. VALUE: (line 99) VARIABLE: notNULL reference exported
  1059. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 505
  1060. (line 0) ALIAS:
  1061. ALIAS NAME: UNAME `sparql_type_106'
  1062. VALUE: (line 99) VARIABLE: notNULL reference exported
  1063. NAME: UNAME `sparql_type_106' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 506
  1064. (line 0) ALIAS:
  1065. ALIAS NAME: UNAME `aff'
  1066. VALUE: (line 99) VARIABLE: notNULL reference exported
  1067. NAME: UNAME `aff' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 507
  1068. (line 0) ALIAS:
  1069. ALIAS NAME: UNAME `le'
  1070. VALUE: (line 99) VARIABLE: notNULL exported
  1071. NAME: UNAME `le' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 508
  1072. (line 0) ALIAS:
  1073. ALIAS NAME: UNAME `gridRelatedUri'
  1074. VALUE: (line 99) VARIABLE: notNULL exported
  1075. NAME: UNAME `gridRelatedUri' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 509
  1076. (line 0) ALIAS:
  1077. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWho'
  1078. VALUE: (line 99) VARIABLE: notNULL reference exported
  1079. NAME: UNAME `ownWhatOwnWhoOwnWho' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 510
  1080. (line 0) ALIAS:
  1081. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat'
  1082. VALUE: (line 99) VARIABLE: notNULL exported
  1083. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 511
  1084. (line 0) ALIAS:
  1085. ALIAS NAME: UNAME `ownWhatOwnWho_slug'
  1086. VALUE: (line 99) VARIABLE: exported
  1087. NAME: UNAME `ownWhatOwnWho_slug' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 512
  1088. (line 0) ALIAS:
  1089. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat_slug'
  1090. VALUE: (line 99) VARIABLE: exported
  1091. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat_slug' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 513
  1092. (line 0) ALIAS:
  1093. ALIAS NAME: UNAME `_ownWhatOwnWhoru'
  1094. VALUE: (line 99) VARIABLE: exported
  1095. NAME: UNAME `_ownWhatOwnWhoru' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 514
  1096. (line 0) ALIAS:
  1097. ALIAS NAME: UNAME `_ownWhatOwnWhoall'
  1098. VALUE: (line 99) VARIABLE: exported
  1099. NAME: UNAME `_ownWhatOwnWhoall' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 515
  1100. (line 0) ALIAS:
  1101. ALIAS NAME: UNAME `ownWhatOwnWhoMainImage'
  1102. VALUE: (line 99) VARIABLE: exported
  1103. NAME: UNAME `ownWhatOwnWhoMainImage' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 516
  1104. (line 0) ALIAS:
  1105. ALIAS NAME: UNAME `ownWhatOwnWhoMainImageThumbnail'
  1106. VALUE: (line 99) VARIABLE: exported
  1107. NAME: UNAME `ownWhatOwnWhoMainImageThumbnail' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 517
  1108. (line 0) ALIAS:
  1109. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailru'
  1110. VALUE: (line 99) VARIABLE: exported
  1111. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailru' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 518
  1112. (line 0) ALIAS:
  1113. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailall'
  1114. VALUE: (line 99) VARIABLE: exported
  1115. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailall' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 519
  1116. (line 0) ALIAS:
  1117. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageThumbnail'
  1118. VALUE: (line 99) VARIABLE: exported
  1119. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnail' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 520
  1120. (line 0) ALIAS:
  1121. ALIAS NAME: UNAME `ownWhatOwnWhoMainImageLink'
  1122. VALUE: (line 99) VARIABLE: exported
  1123. NAME: UNAME `ownWhatOwnWhoMainImageLink' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 521
  1124. (line 0) ALIAS:
  1125. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageLinkru'
  1126. VALUE: (line 99) VARIABLE: exported
  1127. NAME: UNAME `_ownWhatOwnWhoMainImageLinkru' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 522
  1128. (line 0) ALIAS:
  1129. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageLinkall'
  1130. VALUE: (line 99) VARIABLE: exported
  1131. NAME: UNAME `_ownWhatOwnWhoMainImageLinkall' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 523
  1132. (line 0) ALIAS:
  1133. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageLink'
  1134. VALUE: (line 99) VARIABLE: exported
  1135. NAME: UNAME `_ownWhatOwnWhoMainImageLink' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 524
  1136. (line 0) ALIAS:
  1137. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelru'
  1138. VALUE: (line 99) VARIABLE: exported
  1139. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelru' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 525
  1140. (line 0) ALIAS:
  1141. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelall'
  1142. VALUE: (line 99) VARIABLE: exported
  1143. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelall' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 526
  1144. (line 0) ALIAS:
  1145. ALIAS NAME: UNAME `ownWhatPercent'
  1146. VALUE: (line 99) VARIABLE: exported
  1147. NAME: UNAME `ownWhatPercent' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 527
  1148. (line 0) ALIAS:
  1149. ALIAS NAME: UNAME `clearPersent'
  1150. VALUE: (line 99) VARIABLE: exported
  1151. NAME: UNAME `clearPersent' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 528
  1152. (line 0) ALIAS:
  1153. ALIAS NAME: UNAME `conditionSUM'
  1154. VALUE: (line 99) VARIABLE: lit exported
  1155. NAME: UNAME `conditionSUM' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 529
  1156. (line 96) ALIAS:
  1157. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabel'
  1158. VALUE: (line 96) BUILT-IN CALL:if
  1159. ARGUMENT: ARRAY OF NODES with 3 children: {
  1160. (line 96) BUILT-IN CALL:bound
  1161. ARGUMENT: ARRAY OF NODES with 1 children: {
  1162. (line 96) VARIABLE: exported
  1163. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelru' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 525
  1164. }
  1165. (line 96) VARIABLE: exported
  1166. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelru' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 525
  1167. (line 96) VARIABLE: exported
  1168. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelall' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 526
  1169. }
  1170. (line 97) ALIAS:
  1171. ALIAS NAME: UNAME `_ownWhatOwnWho'
  1172. VALUE: (line 97) BUILT-IN CALL:if
  1173. ARGUMENT: ARRAY OF NODES with 3 children: {
  1174. (line 97) BUILT-IN CALL:bound
  1175. ARGUMENT: ARRAY OF NODES with 1 children: {
  1176. (line 97) VARIABLE: exported
  1177. NAME: UNAME `_ownWhatOwnWhoru' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 514
  1178. }
  1179. (line 97) VARIABLE: exported
  1180. NAME: UNAME `_ownWhatOwnWhoru' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 514
  1181. (line 97) VARIABLE: exported
  1182. NAME: UNAME `_ownWhatOwnWhoall' SELECT ID: STRING `s_99_111' TABLE ID: LONG 0 EQUIV: LONG 515
  1183. }
  1184. }
  1185. RETVALS SELECT ID: STRING `s_99_111'
  1186. SOURCES: EMPTY ARRAY
  1187. PATTERN: (line 99) GRAPH PATTERN:WHERE gp
  1188. MEMBERS: ARRAY OF NODES with 2 children: {
  1189. (line 81) GRAPH PATTERN:SELECT result-mode
  1190. MEMBERS: EMPTY ARRAY
  1191. SUBQUERY: (line 81) REQUEST TOP NODE (SELECT result-mode):
  1192. VALMODE FOR RETVALS: STRING `AUTO'
  1193. RETVALS: ARRAY OF NODES with 30 children: {
  1194. (line 0) ALIAS:
  1195. ALIAS NAME: UNAME `object'
  1196. VALUE: (line 81) VARIABLE: notNULL reference exported
  1197. NAME: UNAME `object' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 95
  1198. (line 0) ALIAS:
  1199. ALIAS NAME: UNAME `sparql_type_50'
  1200. VALUE: (line 81) VARIABLE: notNULL reference exported
  1201. NAME: UNAME `sparql_type_50' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 96
  1202. (line 0) ALIAS:
  1203. ALIAS NAME: UNAME `objectSectorWhat'
  1204. VALUE: (line 81) VARIABLE: notNULL reference exported
  1205. NAME: UNAME `objectSectorWhat' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 97
  1206. (line 0) ALIAS:
  1207. ALIAS NAME: UNAME `sparql_type_72'
  1208. VALUE: (line 81) VARIABLE: notNULL reference exported
  1209. NAME: UNAME `sparql_type_72' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 98
  1210. (line 0) ALIAS:
  1211. ALIAS NAME: UNAME `ownWhat'
  1212. VALUE: (line 81) VARIABLE: notNULL reference exported
  1213. NAME: UNAME `ownWhat' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 99
  1214. (line 0) ALIAS:
  1215. ALIAS NAME: UNAME `sparql_type_93'
  1216. VALUE: (line 81) VARIABLE: notNULL reference exported
  1217. NAME: UNAME `sparql_type_93' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 100
  1218. (line 0) ALIAS:
  1219. ALIAS NAME: UNAME `ownWhatOwnWho'
  1220. VALUE: (line 81) VARIABLE: notNULL reference exported
  1221. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 101
  1222. (line 0) ALIAS:
  1223. ALIAS NAME: UNAME `sparql_type_106'
  1224. VALUE: (line 81) VARIABLE: notNULL reference exported
  1225. NAME: UNAME `sparql_type_106' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 102
  1226. (line 0) ALIAS:
  1227. ALIAS NAME: UNAME `aff'
  1228. VALUE: (line 81) VARIABLE: notNULL reference exported
  1229. NAME: UNAME `aff' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 103
  1230. (line 0) ALIAS:
  1231. ALIAS NAME: UNAME `le'
  1232. VALUE: (line 81) VARIABLE: notNULL exported
  1233. NAME: UNAME `le' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 104
  1234. (line 0) ALIAS:
  1235. ALIAS NAME: UNAME `gridRelatedUri'
  1236. VALUE: (line 81) VARIABLE: notNULL exported
  1237. NAME: UNAME `gridRelatedUri' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 105
  1238. (line 0) ALIAS:
  1239. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWho'
  1240. VALUE: (line 81) VARIABLE: notNULL reference exported
  1241. NAME: UNAME `ownWhatOwnWhoOwnWho' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 106
  1242. (line 0) ALIAS:
  1243. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat'
  1244. VALUE: (line 81) VARIABLE: notNULL exported
  1245. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 107
  1246. (line 0) ALIAS:
  1247. ALIAS NAME: UNAME `ownWhatOwnWho_slug'
  1248. VALUE: (line 81) VARIABLE: exported
  1249. NAME: UNAME `ownWhatOwnWho_slug' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 108
  1250. (line 0) ALIAS:
  1251. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat_slug'
  1252. VALUE: (line 81) VARIABLE: exported
  1253. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat_slug' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 109
  1254. (line 0) ALIAS:
  1255. ALIAS NAME: UNAME `_ownWhatOwnWhoru'
  1256. VALUE: (line 81) VARIABLE: exported
  1257. NAME: UNAME `_ownWhatOwnWhoru' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 110
  1258. (line 0) ALIAS:
  1259. ALIAS NAME: UNAME `_ownWhatOwnWhoall'
  1260. VALUE: (line 81) VARIABLE: exported
  1261. NAME: UNAME `_ownWhatOwnWhoall' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 111
  1262. (line 0) ALIAS:
  1263. ALIAS NAME: UNAME `ownWhatOwnWhoMainImage'
  1264. VALUE: (line 81) VARIABLE: exported
  1265. NAME: UNAME `ownWhatOwnWhoMainImage' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 112
  1266. (line 0) ALIAS:
  1267. ALIAS NAME: UNAME `ownWhatOwnWhoMainImageThumbnail'
  1268. VALUE: (line 81) VARIABLE: exported
  1269. NAME: UNAME `ownWhatOwnWhoMainImageThumbnail' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 113
  1270. (line 0) ALIAS:
  1271. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailru'
  1272. VALUE: (line 81) VARIABLE: exported
  1273. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailru' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 114
  1274. (line 0) ALIAS:
  1275. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailall'
  1276. VALUE: (line 81) VARIABLE: exported
  1277. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailall' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 115
  1278. (line 0) ALIAS:
  1279. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageThumbnail'
  1280. VALUE: (line 81) VARIABLE: exported
  1281. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnail' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 116
  1282. (line 0) ALIAS:
  1283. ALIAS NAME: UNAME `ownWhatOwnWhoMainImageLink'
  1284. VALUE: (line 81) VARIABLE: exported
  1285. NAME: UNAME `ownWhatOwnWhoMainImageLink' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 117
  1286. (line 0) ALIAS:
  1287. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageLinkru'
  1288. VALUE: (line 81) VARIABLE: exported
  1289. NAME: UNAME `_ownWhatOwnWhoMainImageLinkru' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 118
  1290. (line 0) ALIAS:
  1291. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageLinkall'
  1292. VALUE: (line 81) VARIABLE: exported
  1293. NAME: UNAME `_ownWhatOwnWhoMainImageLinkall' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 119
  1294. (line 0) ALIAS:
  1295. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageLink'
  1296. VALUE: (line 81) VARIABLE: exported
  1297. NAME: UNAME `_ownWhatOwnWhoMainImageLink' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 120
  1298. (line 0) ALIAS:
  1299. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelru'
  1300. VALUE: (line 81) VARIABLE: exported
  1301. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelru' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 121
  1302. (line 0) ALIAS:
  1303. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelall'
  1304. VALUE: (line 81) VARIABLE: exported
  1305. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelall' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 122
  1306. (line 0) ALIAS:
  1307. ALIAS NAME: UNAME `ownWhatPercent'
  1308. VALUE: (line 81) VARIABLE: exported
  1309. NAME: UNAME `ownWhatPercent' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 123
  1310. (line 80) ALIAS:
  1311. ALIAS NAME: UNAME `clearPersent'
  1312. VALUE: (line 80) FUNCALL:
  1313. FUNCTION NAME: UNAME `xpath:http://www.w3.org/2001/XMLSchema#:float'
  1314. ARGUMENT: (line 80) BUILT-IN CALL:replace
  1315. ARGUMENT: ARRAY OF NODES with 3 children: {
  1316. (line 80) BUILT-IN CALL:replace
  1317. ARGUMENT: ARRAY OF NODES with 3 children: {
  1318. (line 80) VARIABLE: exported
  1319. NAME: UNAME `ownWhatPercent' SELECT ID: STRING `s_81_81' TABLE ID: LONG 0 EQUIV: LONG 123
  1320. (line 80) LITERAL:
  1321. VALUE: STRING `%'
  1322. (line 80) LITERAL:
  1323. VALUE: STRING `'
  1324. }
  1325. (line 80) LITERAL:
  1326. VALUE: STRING `,'
  1327. (line 80) LITERAL:
  1328. VALUE: STRING `.'
  1329. }
  1330. }
  1331. RETVALS SELECT ID: STRING `s_81_81'
  1332. SOURCES: EMPTY ARRAY
  1333. PATTERN: (line 81) GRAPH PATTERN:WHERE gp
  1334. MEMBERS: ARRAY OF NODES with 24 children: {
  1335. (line 13) TRIPLE:
  1336. GRAPH: (line 13) BLANK NODE: NAME: STRING `_::default_13_0' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t33'
  1337. SUBJECT: (line 12) VARIABLE: notNULL+ reference+ exported (subject)
  1338. NAME: UNAME `object' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t33' EQUIV: LONG 95
  1339. PREDICATE: (line 12) QNAME:
  1340. IRI: UNAME `http://www.w3.org/1999/02/22-rdf-syntax-ns#type'
  1341. OBJECT: (line 12) VARIABLE: notNULL+ reference exported (object)
  1342. NAME: UNAME `sparql_type_50' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t33' EQUIV: LONG 96
  1343. SELECT ID: STRING `s_81_81'
  1344. TABLE ID: STRING `s_81_82_t33'
  1345. (line 13) TRIPLE:
  1346. GRAPH: (line 13) BLANK NODE: NAME: STRING `_::default_13_2' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t34'
  1347. SUBJECT: (line 13) VARIABLE: notNULL+ reference+ exported (subject)
  1348. NAME: UNAME `sparql_type_50' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t34' EQUIV: LONG 96
  1349. PREDICATE: (line 13) QNAME:
  1350. IRI: UNAME `http://sp7.ru/ontology/subClassOfCache'
  1351. OBJECT: (line 13) QNAME:
  1352. IRI: UNAME `http://sp7.ru/ontology/SectorWearing'
  1353. SELECT ID: STRING `s_81_81'
  1354. TABLE ID: STRING `s_81_82_t34'
  1355. (line 15) TRIPLE:
  1356. GRAPH: (line 15) BLANK NODE: NAME: STRING `_::default_15_4' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t35'
  1357. SUBJECT: (line 14) VARIABLE: notNULL+ reference+ exported (subject)
  1358. NAME: UNAME `objectSectorWhat' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t35' EQUIV: LONG 97
  1359. PREDICATE: (line 14) QNAME:
  1360. IRI: UNAME `http://www.w3.org/1999/02/22-rdf-syntax-ns#type'
  1361. OBJECT: (line 14) VARIABLE: notNULL+ reference exported (object)
  1362. NAME: UNAME `sparql_type_72' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t35' EQUIV: LONG 98
  1363. SELECT ID: STRING `s_81_81'
  1364. TABLE ID: STRING `s_81_82_t35'
  1365. (line 15) TRIPLE:
  1366. GRAPH: (line 15) BLANK NODE: NAME: STRING `_::default_15_6' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t36'
  1367. SUBJECT: (line 15) VARIABLE: notNULL+ reference+ exported (subject)
  1368. NAME: UNAME `sparql_type_72' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t36' EQUIV: LONG 98
  1369. PREDICATE: (line 15) QNAME:
  1370. IRI: UNAME `http://sp7.ru/ontology/subClassOfCache'
  1371. OBJECT: (line 15) QNAME:
  1372. IRI: UNAME `http://sp7.ru/ontology/Organization'
  1373. SELECT ID: STRING `s_81_81'
  1374. TABLE ID: STRING `s_81_82_t36'
  1375. (line 17) TRIPLE:
  1376. GRAPH: (line 17) BLANK NODE: NAME: STRING `_::default_17_8' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t37'
  1377. SUBJECT: (line 16) VARIABLE: notNULL+ reference+ exported (subject)
  1378. NAME: UNAME `ownWhat' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t37' EQUIV: LONG 99
  1379. PREDICATE: (line 16) QNAME:
  1380. IRI: UNAME `http://www.w3.org/1999/02/22-rdf-syntax-ns#type'
  1381. OBJECT: (line 16) VARIABLE: notNULL+ reference exported (object)
  1382. NAME: UNAME `sparql_type_93' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t37' EQUIV: LONG 100
  1383. SELECT ID: STRING `s_81_81'
  1384. TABLE ID: STRING `s_81_82_t37'
  1385. (line 17) TRIPLE:
  1386. GRAPH: (line 17) BLANK NODE: NAME: STRING `_::default_17_10' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t38'
  1387. SUBJECT: (line 17) VARIABLE: notNULL+ reference+ exported (subject)
  1388. NAME: UNAME `sparql_type_93' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t38' EQUIV: LONG 100
  1389. PREDICATE: (line 17) QNAME:
  1390. IRI: UNAME `http://sp7.ru/ontology/subClassOfCache'
  1391. OBJECT: (line 17) QNAME:
  1392. IRI: UNAME `http://sp7.ru/ontology/Ownership'
  1393. SELECT ID: STRING `s_81_81'
  1394. TABLE ID: STRING `s_81_82_t38'
  1395. (line 19) TRIPLE:
  1396. GRAPH: (line 19) BLANK NODE: NAME: STRING `_::default_19_12' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t39'
  1397. SUBJECT: (line 18) VARIABLE: notNULL+ reference+ exported (subject)
  1398. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t39' EQUIV: LONG 101
  1399. PREDICATE: (line 18) QNAME:
  1400. IRI: UNAME `http://www.w3.org/1999/02/22-rdf-syntax-ns#type'
  1401. OBJECT: (line 18) VARIABLE: notNULL+ reference exported (object)
  1402. NAME: UNAME `sparql_type_106' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t39' EQUIV: LONG 102
  1403. SELECT ID: STRING `s_81_81'
  1404. TABLE ID: STRING `s_81_82_t39'
  1405. (line 19) TRIPLE:
  1406. GRAPH: (line 19) BLANK NODE: NAME: STRING `_::default_19_14' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t40'
  1407. SUBJECT: (line 19) VARIABLE: notNULL+ reference+ exported (subject)
  1408. NAME: UNAME `sparql_type_106' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t40' EQUIV: LONG 102
  1409. PREDICATE: (line 19) QNAME:
  1410. IRI: UNAME `http://sp7.ru/ontology/subClassOfCache'
  1411. OBJECT: (line 19) QNAME:
  1412. IRI: UNAME `http://sp7.ru/ontology/Agent'
  1413. SELECT ID: STRING `s_81_81'
  1414. TABLE ID: STRING `s_81_82_t40'
  1415. (line 20) TRIPLE:
  1416. GRAPH: (line 20) BLANK NODE: NAME: STRING `_::default_20_16' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t41'
  1417. SUBJECT: (line 20) VARIABLE: notNULL+ reference+ exported (subject)
  1418. NAME: UNAME `aff' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t41' EQUIV: LONG 103
  1419. PREDICATE: (line 20) QNAME:
  1420. IRI: UNAME `http://sp7.ru/ontology/aff_legal_entity'
  1421. OBJECT: (line 20) VARIABLE: notNULL+ exported (object)
  1422. NAME: UNAME `le' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t41' EQUIV: LONG 104
  1423. SELECT ID: STRING `s_81_81'
  1424. TABLE ID: STRING `s_81_82_t41'
  1425. (line 21) TRIPLE:
  1426. GRAPH: (line 21) BLANK NODE: NAME: STRING `_::default_21_18' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t42'
  1427. SUBJECT: (line 21) VARIABLE: notNULL+ reference+ exported (subject)
  1428. NAME: UNAME `aff' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t42' EQUIV: LONG 103
  1429. PREDICATE: (line 21) QNAME:
  1430. IRI: UNAME `http://sp7.ru/ontology/aff_organization'
  1431. OBJECT: (line 21) VARIABLE: notNULL+ reference exported (object)
  1432. NAME: UNAME `objectSectorWhat' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t42' EQUIV: LONG 97
  1433. SELECT ID: STRING `s_81_81'
  1434. TABLE ID: STRING `s_81_82_t42'
  1435. (line 22) TRIPLE:
  1436. GRAPH: (line 22) BLANK NODE: NAME: STRING `_::default_22_20' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t43'
  1437. SUBJECT: (line 22) VARIABLE: notNULL+ reference+ exported (subject)
  1438. NAME: UNAME `object' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t43' EQUIV: LONG 95
  1439. PREDICATE: (line 22) QNAME:
  1440. IRI: UNAME `http://sp7.ru/ontology/object'
  1441. OBJECT: (line 22) VARIABLE: notNULL+ exported (object)
  1442. NAME: UNAME `gridRelatedUri' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t43' EQUIV: LONG 105
  1443. SELECT ID: STRING `s_81_81'
  1444. TABLE ID: STRING `s_81_82_t43'
  1445. (line 23) TRIPLE:
  1446. GRAPH: (line 23) BLANK NODE: NAME: STRING `_::default_23_22' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t44'
  1447. SUBJECT: (line 23) VARIABLE: notNULL+ reference+ exported (subject)
  1448. NAME: UNAME `objectSectorWhat' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t44' EQUIV: LONG 97
  1449. PREDICATE: (line 23) QNAME:
  1450. IRI: UNAME `http://sp7.ru/ontology/sectorWhat'
  1451. OBJECT: (line 23) VARIABLE: notNULL+ reference exported (object)
  1452. NAME: UNAME `object' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t44' EQUIV: LONG 95
  1453. SELECT ID: STRING `s_81_81'
  1454. TABLE ID: STRING `s_81_82_t44'
  1455. (line 24) TRIPLE:
  1456. GRAPH: (line 24) BLANK NODE: NAME: STRING `_::default_24_24' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t45'
  1457. SUBJECT: (line 24) VARIABLE: notNULL+ reference+ exported (subject)
  1458. NAME: UNAME `ownWhat' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t45' EQUIV: LONG 99
  1459. PREDICATE: (line 24) QNAME:
  1460. IRI: UNAME `http://sp7.ru/ontology/own_what'
  1461. OBJECT: (line 24) VARIABLE: notNULL+ exported (object)
  1462. NAME: UNAME `le' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t45' EQUIV: LONG 104
  1463. SELECT ID: STRING `s_81_81'
  1464. TABLE ID: STRING `s_81_82_t45'
  1465. (line 25) TRIPLE:
  1466. GRAPH: (line 25) BLANK NODE: NAME: STRING `_::default_25_26' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t46'
  1467. SUBJECT: (line 25) VARIABLE: notNULL+ reference+ exported (subject)
  1468. NAME: UNAME `ownWhat' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t46' EQUIV: LONG 99
  1469. PREDICATE: (line 25) QNAME:
  1470. IRI: UNAME `http://sp7.ru/ontology/own_who'
  1471. OBJECT: (line 25) VARIABLE: notNULL+ reference exported (object)
  1472. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t46' EQUIV: LONG 101
  1473. SELECT ID: STRING `s_81_81'
  1474. TABLE ID: STRING `s_81_82_t46'
  1475. (line 26) TRIPLE:
  1476. GRAPH: (line 26) BLANK NODE: NAME: STRING `_::default_26_28' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t47'
  1477. SUBJECT: (line 26) VARIABLE: notNULL+ reference+ exported (subject)
  1478. NAME: UNAME `ownWhatOwnWhoOwnWho' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t47' EQUIV: LONG 106
  1479. PREDICATE: (line 26) QNAME:
  1480. IRI: UNAME `http://sp7.ru/ontology/own_what'
  1481. OBJECT: (line 26) VARIABLE: notNULL+ exported (object)
  1482. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t47' EQUIV: LONG 107
  1483. SELECT ID: STRING `s_81_81'
  1484. TABLE ID: STRING `s_81_82_t47'
  1485. (line 28) TRIPLE:
  1486. GRAPH: (line 28) BLANK NODE: NAME: STRING `_::default_28_30' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t48'
  1487. SUBJECT: (line 27) VARIABLE: notNULL+ reference+ exported (subject)
  1488. NAME: UNAME `ownWhatOwnWhoOwnWho' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t48' EQUIV: LONG 106
  1489. PREDICATE: (line 27) QNAME:
  1490. IRI: UNAME `http://sp7.ru/ontology/own_who'
  1491. OBJECT: (line 27) VARIABLE: notNULL+ reference exported (object)
  1492. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_81_81' TABLE ID: STRING `s_81_82_t48' EQUIV: LONG 101
  1493. SELECT ID: STRING `s_81_81'
  1494. TABLE ID: STRING `s_81_82_t48'
  1495. (line 31) GRAPH PATTERN:OPTIONAL gp
  1496. MEMBERS: ARRAY OF NODES with 1 children: {
  1497. (line 30) TRIPLE:
  1498. GRAPH: (line 30) BLANK NODE: NAME: STRING `_::default_30_32' SELECT ID: STRING `s_31_34' TABLE ID: STRING `s_31_34_t0'
  1499. SUBJECT: (line 29) VARIABLE: notNULL+ reference+ (subject)
  1500. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_31_34' TABLE ID: STRING `s_31_34_t0' EQUIV: LONG 30
  1501. PREDICATE: (line 29) QNAME:
  1502. IRI: UNAME `http://sp7.ru/ontology/slug'
  1503. OBJECT: (line 29) VARIABLE: notNULL+ (object)
  1504. NAME: UNAME `ownWhatOwnWho_slug' SELECT ID: STRING `s_31_34' TABLE ID: STRING `s_31_34_t0' EQUIV: LONG 31
  1505. SELECT ID: STRING `s_31_34'
  1506. TABLE ID: STRING `s_31_34_t0'
  1507. }
  1508. FILTERS: EMPTY ARRAY
  1509. SELECT ID: STRING `s_31_34'
  1510. EQUIVS: 29 30 31
  1511. (line 34) GRAPH PATTERN:OPTIONAL gp
  1512. MEMBERS: ARRAY OF NODES with 1 children: {
  1513. (line 33) TRIPLE:
  1514. GRAPH: (line 33) BLANK NODE: NAME: STRING `_::default_33_35' SELECT ID: STRING `s_34_37' TABLE ID: STRING `s_34_37_t1'
  1515. SUBJECT: (line 32) VARIABLE: notNULL+ reference+ (subject)
  1516. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat' SELECT ID: STRING `s_34_37' TABLE ID: STRING `s_34_37_t1' EQUIV: LONG 33
  1517. PREDICATE: (line 32) QNAME:
  1518. IRI: UNAME `http://sp7.ru/ontology/slug'
  1519. OBJECT: (line 32) VARIABLE: notNULL+ (object)
  1520. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat_slug' SELECT ID: STRING `s_34_37' TABLE ID: STRING `s_34_37_t1' EQUIV: LONG 34
  1521. SELECT ID: STRING `s_34_37'
  1522. TABLE ID: STRING `s_34_37_t1'
  1523. }
  1524. FILTERS: EMPTY ARRAY
  1525. SELECT ID: STRING `s_34_37'
  1526. EQUIVS: 32 33 34
  1527. (line 38) GRAPH PATTERN:OPTIONAL gp
  1528. MEMBERS: ARRAY OF NODES with 1 children: {
  1529. (line 36) TRIPLE:
  1530. GRAPH: (line 36) BLANK NODE: NAME: STRING `_::default_36_38' SELECT ID: STRING `s_38_40' TABLE ID: STRING `s_38_40_t2'
  1531. SUBJECT: (line 35) VARIABLE: notNULL+ reference+ (subject)
  1532. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_38_40' TABLE ID: STRING `s_38_40_t2' EQUIV: LONG 36
  1533. PREDICATE: (line 35) QNAME:
  1534. IRI: UNAME `http://www.w3.org/2000/01/rdf-schema#label'
  1535. OBJECT: (line 35) VARIABLE: notNULL+ (object)
  1536. NAME: UNAME `_ownWhatOwnWhoru' SELECT ID: STRING `s_38_40' TABLE ID: STRING `s_38_40_t2' EQUIV: LONG 37
  1537. SELECT ID: STRING `s_38_40'
  1538. TABLE ID: STRING `s_38_40_t2'
  1539. }
  1540. FILTERS: ARRAY OF NODES with 1 children: {
  1541. (line 36) OPERATOR EXPRESSION (boolean operation '='):
  1542. LEFT: (line 36) LITERAL:
  1543. VALUE: STRING `ru'
  1544. RIGHT: (line 36) BUILT-IN CALL:lang
  1545. ARGUMENT: ARRAY OF NODES with 1 children: {
  1546. (line 36) VARIABLE: notNULL
  1547. NAME: UNAME `_ownWhatOwnWhoru' SELECT ID: STRING `s_38_40' TABLE ID: LONG 0 EQUIV: LONG 37
  1548. }
  1549. }
  1550. SELECT ID: STRING `s_38_40'
  1551. EQUIVS: 35 36 37
  1552. (line 42) GRAPH PATTERN:OPTIONAL gp
  1553. MEMBERS: ARRAY OF NODES with 1 children: {
  1554. (line 40) TRIPLE:
  1555. GRAPH: (line 40) BLANK NODE: NAME: STRING `_::default_40_41' SELECT ID: STRING `s_42_43' TABLE ID: STRING `s_42_43_t3'
  1556. SUBJECT: (line 39) VARIABLE: notNULL+ reference+ (subject)
  1557. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_42_43' TABLE ID: STRING `s_42_43_t3' EQUIV: LONG 39
  1558. PREDICATE: (line 39) QNAME:
  1559. IRI: UNAME `http://www.w3.org/2000/01/rdf-schema#label'
  1560. OBJECT: (line 39) VARIABLE: notNULL+ (object)
  1561. NAME: UNAME `_ownWhatOwnWhoall' SELECT ID: STRING `s_42_43' TABLE ID: STRING `s_42_43_t3' EQUIV: LONG 40
  1562. SELECT ID: STRING `s_42_43'
  1563. TABLE ID: STRING `s_42_43_t3'
  1564. }
  1565. FILTERS: ARRAY OF NODES with 1 children: {
  1566. (line 40) OPERATOR EXPRESSION (boolean operation '='):
  1567. LEFT: (line 40) LITERAL:
  1568. VALUE: STRING `all'
  1569. RIGHT: (line 40) BUILT-IN CALL:lang
  1570. ARGUMENT: ARRAY OF NODES with 1 children: {
  1571. (line 40) VARIABLE: notNULL
  1572. NAME: UNAME `_ownWhatOwnWhoall' SELECT ID: STRING `s_42_43' TABLE ID: LONG 0 EQUIV: LONG 40
  1573. }
  1574. }
  1575. SELECT ID: STRING `s_42_43'
  1576. EQUIVS: 38 39 40
  1577. (line 69) GRAPH PATTERN:OPTIONAL gp
  1578. MEMBERS: ARRAY OF NODES with 2 children: {
  1579. (line 69) GRAPH PATTERN:LONG 0
  1580. MEMBERS: ARRAY OF NODES with 2 children: {
  1581. (line 44) TRIPLE:
  1582. GRAPH: (line 44) BLANK NODE: NAME: STRING `_::default_44_44' SELECT ID: STRING `s_69_71' TABLE ID: STRING `s_69_71_t13'
  1583. SUBJECT: (line 43) VARIABLE: notNULL+ reference+ (subject)
  1584. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_69_71' TABLE ID: STRING `s_69_71_t13' EQUIV: LONG 42
  1585. PREDICATE: (line 43) QNAME:
  1586. IRI: UNAME `http://sp7.ru/ontology/mainImage'
  1587. OBJECT: (line 43) VARIABLE: notNULL+ (object)
  1588. NAME: UNAME `ownWhatOwnWhoMainImage' SELECT ID: STRING `s_69_71' TABLE ID: STRING `s_69_71_t13' EQUIV: LONG 43
  1589. SELECT ID: STRING `s_69_71'
  1590. TABLE ID: STRING `s_69_71_t13'
  1591. (line 56) GRAPH PATTERN:OPTIONAL gp
  1592. MEMBERS: ARRAY OF NODES with 1 children: {
  1593. (line 55) GRAPH PATTERN:SELECT result-mode
  1594. MEMBERS: EMPTY ARRAY
  1595. SUBQUERY: (line 55) REQUEST TOP NODE (SELECT result-mode):
  1596. VALMODE FOR RETVALS: STRING `AUTO'
  1597. RETVALS: ARRAY OF NODES with 5 children: {
  1598. (line 0) ALIAS:
  1599. ALIAS NAME: UNAME `ownWhatOwnWhoMainImage'
  1600. VALUE: (line 55) VARIABLE: notNULL reference exported
  1601. NAME: UNAME `ownWhatOwnWhoMainImage' SELECT ID: STRING `s_55_54' TABLE ID: LONG 0 EQUIV: LONG 53
  1602. (line 0) ALIAS:
  1603. ALIAS NAME: UNAME `ownWhatOwnWhoMainImageThumbnail'
  1604. VALUE: (line 55) VARIABLE: notNULL exported
  1605. NAME: UNAME `ownWhatOwnWhoMainImageThumbnail' SELECT ID: STRING `s_55_54' TABLE ID: LONG 0 EQUIV: LONG 54
  1606. (line 0) ALIAS:
  1607. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailru'
  1608. VALUE: (line 55) VARIABLE: exported
  1609. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailru' SELECT ID: STRING `s_55_54' TABLE ID: LONG 0 EQUIV: LONG 55
  1610. (line 0) ALIAS:
  1611. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailall'
  1612. VALUE: (line 55) VARIABLE: exported
  1613. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailall' SELECT ID: STRING `s_55_54' TABLE ID: LONG 0 EQUIV: LONG 56
  1614. (line 54) ALIAS:
  1615. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageThumbnail'
  1616. VALUE: (line 54) BUILT-IN CALL:if
  1617. ARGUMENT: ARRAY OF NODES with 3 children: {
  1618. (line 54) BUILT-IN CALL:bound
  1619. ARGUMENT: ARRAY OF NODES with 1 children: {
  1620. (line 54) VARIABLE: exported
  1621. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailru' SELECT ID: STRING `s_55_54' TABLE ID: LONG 0 EQUIV: LONG 55
  1622. }
  1623. (line 54) VARIABLE: exported
  1624. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailru' SELECT ID: STRING `s_55_54' TABLE ID: LONG 0 EQUIV: LONG 55
  1625. (line 54) VARIABLE: exported
  1626. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailall' SELECT ID: STRING `s_55_54' TABLE ID: LONG 0 EQUIV: LONG 56
  1627. }
  1628. }
  1629. RETVALS SELECT ID: STRING `s_55_54'
  1630. SOURCES: EMPTY ARRAY
  1631. PATTERN: (line 55) GRAPH PATTERN:WHERE gp
  1632. MEMBERS: ARRAY OF NODES with 3 children: {
  1633. (line 46) TRIPLE:
  1634. GRAPH: (line 46) BLANK NODE: NAME: STRING `_::default_46_46' SELECT ID: STRING `s_55_54' TABLE ID: STRING `s_55_55_t7'
  1635. SUBJECT: (line 45) VARIABLE: notNULL+ reference+ exported (subject)
  1636. NAME: UNAME `ownWhatOwnWhoMainImage' SELECT ID: STRING `s_55_54' TABLE ID: STRING `s_55_55_t7' EQUIV: LONG 53
  1637. PREDICATE: (line 45) QNAME:
  1638. IRI: UNAME `http://sp7.ru/ontology/thumbnail'
  1639. OBJECT: (line 45) VARIABLE: notNULL+ exported (object)
  1640. NAME: UNAME `ownWhatOwnWhoMainImageThumbnail' SELECT ID: STRING `s_55_54' TABLE ID: STRING `s_55_55_t7' EQUIV: LONG 54
  1641. SELECT ID: STRING `s_55_54'
  1642. TABLE ID: STRING `s_55_55_t7'
  1643. (line 50) GRAPH PATTERN:OPTIONAL gp
  1644. MEMBERS: ARRAY OF NODES with 1 children: {
  1645. (line 48) TRIPLE:
  1646. GRAPH: (line 48) BLANK NODE: NAME: STRING `_::default_48_48' SELECT ID: STRING `s_50_50' TABLE ID: STRING `s_50_50_t4'
  1647. SUBJECT: (line 47) VARIABLE: notNULL+ reference+ (subject)
  1648. NAME: UNAME `ownWhatOwnWhoMainImageThumbnail' SELECT ID: STRING `s_50_50' TABLE ID: STRING `s_50_50_t4' EQUIV: LONG 48
  1649. PREDICATE: (line 47) QNAME:
  1650. IRI: UNAME `http://www.w3.org/2000/01/rdf-schema#label'
  1651. OBJECT: (line 47) VARIABLE: notNULL+ (object)
  1652. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailru' SELECT ID: STRING `s_50_50' TABLE ID: STRING `s_50_50_t4' EQUIV: LONG 49
  1653. SELECT ID: STRING `s_50_50'
  1654. TABLE ID: STRING `s_50_50_t4'
  1655. }
  1656. FILTERS: ARRAY OF NODES with 1 children: {
  1657. (line 48) OPERATOR EXPRESSION (boolean operation '='):
  1658. LEFT: (line 48) LITERAL:
  1659. VALUE: STRING `ru'
  1660. RIGHT: (line 48) BUILT-IN CALL:lang
  1661. ARGUMENT: ARRAY OF NODES with 1 children: {
  1662. (line 48) VARIABLE: notNULL
  1663. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailru' SELECT ID: STRING `s_50_50' TABLE ID: LONG 0 EQUIV: LONG 49
  1664. }
  1665. }
  1666. SELECT ID: STRING `s_50_50'
  1667. EQUIVS: 47 48 49
  1668. (line 54) GRAPH PATTERN:OPTIONAL gp
  1669. MEMBERS: ARRAY OF NODES with 1 children: {
  1670. (line 52) TRIPLE:
  1671. GRAPH: (line 52) BLANK NODE: NAME: STRING `_::default_52_51' SELECT ID: STRING `s_54_53' TABLE ID: STRING `s_54_53_t5'
  1672. SUBJECT: (line 51) VARIABLE: notNULL+ reference+ (subject)
  1673. NAME: UNAME `ownWhatOwnWhoMainImageThumbnail' SELECT ID: STRING `s_54_53' TABLE ID: STRING `s_54_53_t5' EQUIV: LONG 51
  1674. PREDICATE: (line 51) QNAME:
  1675. IRI: UNAME `http://www.w3.org/2000/01/rdf-schema#label'
  1676. OBJECT: (line 51) VARIABLE: notNULL+ (object)
  1677. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailall' SELECT ID: STRING `s_54_53' TABLE ID: STRING `s_54_53_t5' EQUIV: LONG 52
  1678. SELECT ID: STRING `s_54_53'
  1679. TABLE ID: STRING `s_54_53_t5'
  1680. }
  1681. FILTERS: ARRAY OF NODES with 1 children: {
  1682. (line 52) OPERATOR EXPRESSION (boolean operation '='):
  1683. LEFT: (line 52) LITERAL:
  1684. VALUE: STRING `all'
  1685. RIGHT: (line 52) BUILT-IN CALL:lang
  1686. ARGUMENT: ARRAY OF NODES with 1 children: {
  1687. (line 52) VARIABLE: notNULL
  1688. NAME: UNAME `_ownWhatOwnWhoMainImageThumbnailall' SELECT ID: STRING `s_54_53' TABLE ID: LONG 0 EQUIV: LONG 52
  1689. }
  1690. }
  1691. SELECT ID: STRING `s_54_53'
  1692. EQUIVS: 50 51 52
  1693. }
  1694. FILTERS: EMPTY ARRAY
  1695. SELECT ID: STRING `s_55_54'
  1696. EQUIVS: 53 54 55 56 58
  1697. OFFSET: LONG 0
  1698. FILTERS: EMPTY ARRAY
  1699. SELECT ID: STRING `s_55_56'
  1700. EQUIVS: 60 61 62 63 64
  1701. }
  1702. FILTERS: EMPTY ARRAY
  1703. SELECT ID: STRING `s_56_57'
  1704. EQUIVS: 242 248 254 260 266
  1705. }
  1706. FILTERS: EMPTY ARRAY
  1707. SELECT ID: STRING `s_69_71'
  1708. EQUIVS: 41 42 43 243 249 255 261
  1709. (line 68) GRAPH PATTERN:OPTIONAL gp
  1710. MEMBERS: ARRAY OF NODES with 1 children: {
  1711. (line 67) GRAPH PATTERN:SELECT result-mode
  1712. MEMBERS: EMPTY ARRAY
  1713. SUBQUERY: (line 67) REQUEST TOP NODE (SELECT result-mode):
  1714. VALMODE FOR RETVALS: STRING `AUTO'
  1715. RETVALS: ARRAY OF NODES with 5 children: {
  1716. (line 0) ALIAS:
  1717. ALIAS NAME: UNAME `ownWhatOwnWhoMainImage'
  1718. VALUE: (line 67) VARIABLE: notNULL reference exported
  1719. NAME: UNAME `ownWhatOwnWhoMainImage' SELECT ID: STRING `s_67_66' TABLE ID: LONG 0 EQUIV: LONG 74
  1720. (line 0) ALIAS:
  1721. ALIAS NAME: UNAME `ownWhatOwnWhoMainImageLink'
  1722. VALUE: (line 67) VARIABLE: notNULL exported
  1723. NAME: UNAME `ownWhatOwnWhoMainImageLink' SELECT ID: STRING `s_67_66' TABLE ID: LONG 0 EQUIV: LONG 75
  1724. (line 0) ALIAS:
  1725. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageLinkru'
  1726. VALUE: (line 67) VARIABLE: exported
  1727. NAME: UNAME `_ownWhatOwnWhoMainImageLinkru' SELECT ID: STRING `s_67_66' TABLE ID: LONG 0 EQUIV: LONG 76
  1728. (line 0) ALIAS:
  1729. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageLinkall'
  1730. VALUE: (line 67) VARIABLE: exported
  1731. NAME: UNAME `_ownWhatOwnWhoMainImageLinkall' SELECT ID: STRING `s_67_66' TABLE ID: LONG 0 EQUIV: LONG 77
  1732. (line 66) ALIAS:
  1733. ALIAS NAME: UNAME `_ownWhatOwnWhoMainImageLink'
  1734. VALUE: (line 66) BUILT-IN CALL:if
  1735. ARGUMENT: ARRAY OF NODES with 3 children: {
  1736. (line 66) BUILT-IN CALL:bound
  1737. ARGUMENT: ARRAY OF NODES with 1 children: {
  1738. (line 66) VARIABLE: exported
  1739. NAME: UNAME `_ownWhatOwnWhoMainImageLinkru' SELECT ID: STRING `s_67_66' TABLE ID: LONG 0 EQUIV: LONG 76
  1740. }
  1741. (line 66) VARIABLE: exported
  1742. NAME: UNAME `_ownWhatOwnWhoMainImageLinkru' SELECT ID: STRING `s_67_66' TABLE ID: LONG 0 EQUIV: LONG 76
  1743. (line 66) VARIABLE: exported
  1744. NAME: UNAME `_ownWhatOwnWhoMainImageLinkall' SELECT ID: STRING `s_67_66' TABLE ID: LONG 0 EQUIV: LONG 77
  1745. }
  1746. }
  1747. RETVALS SELECT ID: STRING `s_67_66'
  1748. SOURCES: EMPTY ARRAY
  1749. PATTERN: (line 67) GRAPH PATTERN:WHERE gp
  1750. MEMBERS: ARRAY OF NODES with 3 children: {
  1751. (line 58) TRIPLE:
  1752. GRAPH: (line 58) BLANK NODE: NAME: STRING `_::default_58_58' SELECT ID: STRING `s_67_66' TABLE ID: STRING `s_67_67_t11'
  1753. SUBJECT: (line 57) VARIABLE: notNULL+ reference+ exported (subject)
  1754. NAME: UNAME `ownWhatOwnWhoMainImage' SELECT ID: STRING `s_67_66' TABLE ID: STRING `s_67_67_t11' EQUIV: LONG 74
  1755. PREDICATE: (line 57) QNAME:
  1756. IRI: UNAME `http://sp7.ru/ontology/link'
  1757. OBJECT: (line 57) VARIABLE: notNULL+ exported (object)
  1758. NAME: UNAME `ownWhatOwnWhoMainImageLink' SELECT ID: STRING `s_67_66' TABLE ID: STRING `s_67_67_t11' EQUIV: LONG 75
  1759. SELECT ID: STRING `s_67_66'
  1760. TABLE ID: STRING `s_67_67_t11'
  1761. (line 62) GRAPH PATTERN:OPTIONAL gp
  1762. MEMBERS: ARRAY OF NODES with 1 children: {
  1763. (line 60) TRIPLE:
  1764. GRAPH: (line 60) BLANK NODE: NAME: STRING `_::default_60_60' SELECT ID: STRING `s_62_62' TABLE ID: STRING `s_62_62_t8'
  1765. SUBJECT: (line 59) VARIABLE: notNULL+ reference+ (subject)
  1766. NAME: UNAME `ownWhatOwnWhoMainImageLink' SELECT ID: STRING `s_62_62' TABLE ID: STRING `s_62_62_t8' EQUIV: LONG 69
  1767. PREDICATE: (line 59) QNAME:
  1768. IRI: UNAME `http://www.w3.org/2000/01/rdf-schema#label'
  1769. OBJECT: (line 59) VARIABLE: notNULL+ (object)
  1770. NAME: UNAME `_ownWhatOwnWhoMainImageLinkru' SELECT ID: STRING `s_62_62' TABLE ID: STRING `s_62_62_t8' EQUIV: LONG 70
  1771. SELECT ID: STRING `s_62_62'
  1772. TABLE ID: STRING `s_62_62_t8'
  1773. }
  1774. FILTERS: ARRAY OF NODES with 1 children: {
  1775. (line 60) OPERATOR EXPRESSION (boolean operation '='):
  1776. LEFT: (line 60) LITERAL:
  1777. VALUE: STRING `ru'
  1778. RIGHT: (line 60) BUILT-IN CALL:lang
  1779. ARGUMENT: ARRAY OF NODES with 1 children: {
  1780. (line 60) VARIABLE: notNULL
  1781. NAME: UNAME `_ownWhatOwnWhoMainImageLinkru' SELECT ID: STRING `s_62_62' TABLE ID: LONG 0 EQUIV: LONG 70
  1782. }
  1783. }
  1784. SELECT ID: STRING `s_62_62'
  1785. EQUIVS: 68 69 70
  1786. (line 66) GRAPH PATTERN:OPTIONAL gp
  1787. MEMBERS: ARRAY OF NODES with 1 children: {
  1788. (line 64) TRIPLE:
  1789. GRAPH: (line 64) BLANK NODE: NAME: STRING `_::default_64_63' SELECT ID: STRING `s_66_65' TABLE ID: STRING `s_66_65_t9'
  1790. SUBJECT: (line 63) VARIABLE: notNULL+ reference+ (subject)
  1791. NAME: UNAME `ownWhatOwnWhoMainImageLink' SELECT ID: STRING `s_66_65' TABLE ID: STRING `s_66_65_t9' EQUIV: LONG 72
  1792. PREDICATE: (line 63) QNAME:
  1793. IRI: UNAME `http://www.w3.org/2000/01/rdf-schema#label'
  1794. OBJECT: (line 63) VARIABLE: notNULL+ (object)
  1795. NAME: UNAME `_ownWhatOwnWhoMainImageLinkall' SELECT ID: STRING `s_66_65' TABLE ID: STRING `s_66_65_t9' EQUIV: LONG 73
  1796. SELECT ID: STRING `s_66_65'
  1797. TABLE ID: STRING `s_66_65_t9'
  1798. }
  1799. FILTERS: ARRAY OF NODES with 1 children: {
  1800. (line 64) OPERATOR EXPRESSION (boolean operation '='):
  1801. LEFT: (line 64) LITERAL:
  1802. VALUE: STRING `all'
  1803. RIGHT: (line 64) BUILT-IN CALL:lang
  1804. ARGUMENT: ARRAY OF NODES with 1 children: {
  1805. (line 64) VARIABLE: notNULL
  1806. NAME: UNAME `_ownWhatOwnWhoMainImageLinkall' SELECT ID: STRING `s_66_65' TABLE ID: LONG 0 EQUIV: LONG 73
  1807. }
  1808. }
  1809. SELECT ID: STRING `s_66_65'
  1810. EQUIVS: 71 72 73
  1811. }
  1812. FILTERS: EMPTY ARRAY
  1813. SELECT ID: STRING `s_67_66'
  1814. EQUIVS: 74 75 76 77 79
  1815. OFFSET: LONG 0
  1816. FILTERS: EMPTY ARRAY
  1817. SELECT ID: STRING `s_67_68'
  1818. EQUIVS: 81 82 83 84 85
  1819. }
  1820. FILTERS: EMPTY ARRAY
  1821. SELECT ID: STRING `s_68_69'
  1822. EQUIVS: 267 272 277 282 287
  1823. }
  1824. FILTERS: EMPTY ARRAY
  1825. SELECT ID: STRING `s_69_70'
  1826. EQUIVS: 128 241 244 250 256 262 268 273 278 283
  1827. (line 73) GRAPH PATTERN:OPTIONAL gp
  1828. MEMBERS: ARRAY OF NODES with 1 children: {
  1829. (line 71) TRIPLE:
  1830. GRAPH: (line 71) BLANK NODE: NAME: STRING `_::default_71_72' SELECT ID: STRING `s_73_74' TABLE ID: STRING `s_73_74_t14'
  1831. SUBJECT: (line 70) VARIABLE: notNULL+ reference+ (subject)
  1832. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat' SELECT ID: STRING `s_73_74' TABLE ID: STRING `s_73_74_t14' EQUIV: LONG 87
  1833. PREDICATE: (line 70) QNAME:
  1834. IRI: UNAME `http://www.w3.org/2000/01/rdf-schema#label'
  1835. OBJECT: (line 70) VARIABLE: notNULL+ (object)
  1836. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelru' SELECT ID: STRING `s_73_74' TABLE ID: STRING `s_73_74_t14' EQUIV: LONG 88
  1837. SELECT ID: STRING `s_73_74'
  1838. TABLE ID: STRING `s_73_74_t14'
  1839. }
  1840. FILTERS: ARRAY OF NODES with 1 children: {
  1841. (line 71) OPERATOR EXPRESSION (boolean operation '='):
  1842. LEFT: (line 71) LITERAL:
  1843. VALUE: STRING `ru'
  1844. RIGHT: (line 71) BUILT-IN CALL:lang
  1845. ARGUMENT: ARRAY OF NODES with 1 children: {
  1846. (line 71) VARIABLE: notNULL
  1847. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelru' SELECT ID: STRING `s_73_74' TABLE ID: LONG 0 EQUIV: LONG 88
  1848. }
  1849. }
  1850. SELECT ID: STRING `s_73_74'
  1851. EQUIVS: 86 87 88
  1852. (line 77) GRAPH PATTERN:OPTIONAL gp
  1853. MEMBERS: ARRAY OF NODES with 1 children: {
  1854. (line 75) TRIPLE:
  1855. GRAPH: (line 75) BLANK NODE: NAME: STRING `_::default_75_75' SELECT ID: STRING `s_77_77' TABLE ID: STRING `s_77_77_t15'
  1856. SUBJECT: (line 74) VARIABLE: notNULL+ reference+ (subject)
  1857. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat' SELECT ID: STRING `s_77_77' TABLE ID: STRING `s_77_77_t15' EQUIV: LONG 90
  1858. PREDICATE: (line 74) QNAME:
  1859. IRI: UNAME `http://www.w3.org/2000/01/rdf-schema#label'
  1860. OBJECT: (line 74) VARIABLE: notNULL+ (object)
  1861. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelall' SELECT ID: STRING `s_77_77' TABLE ID: STRING `s_77_77_t15' EQUIV: LONG 91
  1862. SELECT ID: STRING `s_77_77'
  1863. TABLE ID: STRING `s_77_77_t15'
  1864. }
  1865. FILTERS: ARRAY OF NODES with 1 children: {
  1866. (line 75) OPERATOR EXPRESSION (boolean operation '='):
  1867. LEFT: (line 75) LITERAL:
  1868. VALUE: STRING `all'
  1869. RIGHT: (line 75) BUILT-IN CALL:lang
  1870. ARGUMENT: ARRAY OF NODES with 1 children: {
  1871. (line 75) VARIABLE: notNULL
  1872. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhatLabelall' SELECT ID: STRING `s_77_77' TABLE ID: LONG 0 EQUIV: LONG 91
  1873. }
  1874. }
  1875. SELECT ID: STRING `s_77_77'
  1876. EQUIVS: 89 90 91
  1877. (line 80) GRAPH PATTERN:OPTIONAL gp
  1878. MEMBERS: ARRAY OF NODES with 1 children: {
  1879. (line 79) TRIPLE:
  1880. GRAPH: (line 79) BLANK NODE: NAME: STRING `_::default_79_78' SELECT ID: STRING `s_80_80' TABLE ID: STRING `s_80_80_t16'
  1881. SUBJECT: (line 78) VARIABLE: notNULL+ reference+ (subject)
  1882. NAME: UNAME `ownWhat' SELECT ID: STRING `s_80_80' TABLE ID: STRING `s_80_80_t16' EQUIV: LONG 93
  1883. PREDICATE: (line 78) QNAME:
  1884. IRI: UNAME `http://sp7.ru/ontology/percent'
  1885. OBJECT: (line 78) VARIABLE: notNULL+ (object)
  1886. NAME: UNAME `ownWhatPercent' SELECT ID: STRING `s_80_80' TABLE ID: STRING `s_80_80_t16' EQUIV: LONG 94
  1887. SELECT ID: STRING `s_80_80'
  1888. TABLE ID: STRING `s_80_80_t16'
  1889. }
  1890. FILTERS: EMPTY ARRAY
  1891. SELECT ID: STRING `s_80_80'
  1892. EQUIVS: 92 93 94
  1893. }
  1894. FILTERS: EMPTY ARRAY
  1895. SELECT ID: STRING `s_81_81'
  1896. EQUIVS: 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437
  1897. OFFSET: LONG 0
  1898. FILTERS: EMPTY ARRAY
  1899. SELECT ID: STRING `s_81_90'
  1900. EQUIVS: 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473
  1901. (line 94) GRAPH PATTERN:SELECT result-mode
  1902. MEMBERS: EMPTY ARRAY
  1903. SUBQUERY: (line 94) REQUEST TOP NODE (SELECT result-mode):
  1904. VALMODE FOR RETVALS: STRING `AUTO'
  1905. RETVALS: ARRAY OF NODES with 2 children: {
  1906. (line 0) ALIAS:
  1907. ALIAS NAME: UNAME `ownWhatOwnWho'
  1908. VALUE: (line 82) VARIABLE: notNULL exported
  1909. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_94_109' TABLE ID: LONG 0 EQUIV: LONG 495
  1910. (line 82) ALIAS:
  1911. ALIAS NAME: UNAME `conditionSUM'
  1912. VALUE: (line 82) FUNCALL:
  1913. FUNCTION NAME: UNAME `SPECIAL::bif:SUM'
  1914. AGGREGATE MODE: LONG 324
  1915. ARGUMENT: (line 82) FUNCALL:
  1916. FUNCTION NAME: UNAME `xpath:http://www.w3.org/2001/XMLSchema#:integer'
  1917. ARGUMENT: (line 82) VARIABLE: lit exported
  1918. NAME: UNAME `condition' SELECT ID: STRING `s_94_109' TABLE ID: LONG 0 EQUIV: LONG 496
  1919. }
  1920. RETVALS SELECT ID: STRING `s_94_109'
  1921. SOURCES: EMPTY ARRAY
  1922. PATTERN: (line 94) GRAPH PATTERN:WHERE gp
  1923. MEMBERS: ARRAY OF NODES with 1 children: {
  1924. (line 92) GRAPH PATTERN:SELECT result-mode
  1925. MEMBERS: EMPTY ARRAY
  1926. SUBQUERY: (line 92) REQUEST TOP NODE (SELECT result-mode):
  1927. VALMODE FOR RETVALS: STRING `AUTO'
  1928. RETVALS: ARRAY OF NODES with 7 children: {
  1929. (line 0) ALIAS:
  1930. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWho'
  1931. VALUE: (line 92) VARIABLE: notNULL reference exported
  1932. NAME: UNAME `ownWhatOwnWhoOwnWho' SELECT ID: STRING `s_92_107' TABLE ID: LONG 0 EQUIV: LONG 475
  1933. (line 0) ALIAS:
  1934. ALIAS NAME: UNAME `ownWhatOwnWho'
  1935. VALUE: (line 92) VARIABLE: notNULL exported
  1936. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_92_107' TABLE ID: LONG 0 EQUIV: LONG 476
  1937. (line 0) ALIAS:
  1938. ALIAS NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat'
  1939. VALUE: (line 92) VARIABLE: notNULL exported
  1940. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat' SELECT ID: STRING `s_92_107' TABLE ID: LONG 0 EQUIV: LONG 478
  1941. (line 0) ALIAS:
  1942. ALIAS NAME: UNAME `ownWhoPercent'
  1943. VALUE: (line 92) VARIABLE: notNULL exported
  1944. NAME: UNAME `ownWhoPercent' SELECT ID: STRING `s_92_107' TABLE ID: LONG 0 EQUIV: LONG 480
  1945. (line 0) ALIAS:
  1946. ALIAS NAME: UNAME `index'
  1947. VALUE: (line 92) VARIABLE: notNULL reference exported
  1948. NAME: UNAME `index' SELECT ID: STRING `s_92_107' TABLE ID: LONG 0 EQUIV: LONG 482
  1949. (line 0) ALIAS:
  1950. ALIAS NAME: UNAME `indexValueN'
  1951. VALUE: (line 92) VARIABLE: notNULL exported
  1952. NAME: UNAME `indexValueN' SELECT ID: STRING `s_92_107' TABLE ID: LONG 0 EQUIV: LONG 485
  1953. (line 91) ALIAS:
  1954. ALIAS NAME: UNAME `condition'
  1955. VALUE: (line 91) OPERATOR EXPRESSION (arithmetic operation '*'):
  1956. LEFT: (line 91) OPERATOR EXPRESSION (arithmetic operation 'div'):
  1957. LEFT: (line 91) OPERATOR EXPRESSION (arithmetic operation 'div'):
  1958. LEFT: (line 91) OPERATOR EXPRESSION (arithmetic operation '*'):
  1959. LEFT: (line 91) FUNCALL:
  1960. FUNCTION NAME: UNAME `xpath:http://www.w3.org/2001/XMLSchema#:integer'
  1961. ARGUMENT: (line 91) VARIABLE: notNULL exported
  1962. NAME: UNAME `indexValueN' SELECT ID: STRING `s_92_107' TABLE ID: LONG 0 EQUIV: LONG 485
  1963. RIGHT: (line 91) FUNCALL:
  1964. FUNCTION NAME: UNAME `xpath:http://www.w3.org/2001/XMLSchema#:integer'
  1965. ARGUMENT: (line 91) VARIABLE: notNULL exported
  1966. NAME: UNAME `ownWhoPercent' SELECT ID: STRING `s_92_107' TABLE ID: LONG 0 EQUIV: LONG 480
  1967. RIGHT: (line 91) LITERAL:
  1968. VALUE: LONG 100
  1969. DATATYPE: UNAME `http://www.w3.org/2001/XMLSchema#integer'
  1970. RIGHT: (line 91) LITERAL:
  1971. VALUE: LONG 10
  1972. DATATYPE: UNAME `http://www.w3.org/2001/XMLSchema#integer'
  1973. RIGHT: (line 91) LITERAL:
  1974. VALUE: LONG 4
  1975. DATATYPE: UNAME `http://www.w3.org/2001/XMLSchema#integer'
  1976. }
  1977. RETVALS SELECT ID: STRING `s_92_107'
  1978. SOURCES: EMPTY ARRAY
  1979. PATTERN: (line 92) GRAPH PATTERN:WHERE gp
  1980. MEMBERS: ARRAY OF NODES with 8 children: {
  1981. (line 83) TRIPLE:
  1982. GRAPH: (line 83) BLANK NODE: NAME: STRING `_::default_83_91' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t49'
  1983. SUBJECT: (line 83) VARIABLE: notNULL+ reference+ exported (subject)
  1984. NAME: UNAME `ownWhatOwnWhoOwnWho' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t49' EQUIV: LONG 475
  1985. PREDICATE: (line 83) QNAME:
  1986. IRI: UNAME `http://sp7.ru/ontology/own_who'
  1987. OBJECT: (line 83) VARIABLE: notNULL+ exported (object)
  1988. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t49' EQUIV: LONG 476
  1989. SELECT ID: STRING `s_92_107'
  1990. TABLE ID: STRING `s_92_107_t49'
  1991. (line 84) TRIPLE:
  1992. GRAPH: (line 84) BLANK NODE: NAME: STRING `_::default_84_93' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t50'
  1993. SUBJECT: (line 84) VARIABLE: notNULL+ reference+ exported (subject)
  1994. NAME: UNAME `ownWhatOwnWhoOwnWho' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t50' EQUIV: LONG 475
  1995. PREDICATE: (line 84) QNAME:
  1996. IRI: UNAME `http://sp7.ru/ontology/own_what'
  1997. OBJECT: (line 84) VARIABLE: notNULL+ exported (object)
  1998. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t50' EQUIV: LONG 478
  1999. SELECT ID: STRING `s_92_107'
  2000. TABLE ID: STRING `s_92_107_t50'
  2001. (line 85) TRIPLE:
  2002. GRAPH: (line 85) BLANK NODE: NAME: STRING `_::default_85_95' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t51'
  2003. SUBJECT: (line 85) VARIABLE: notNULL+ reference+ exported (subject)
  2004. NAME: UNAME `ownWhatOwnWhoOwnWho' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t51' EQUIV: LONG 475
  2005. PREDICATE: (line 85) QNAME:
  2006. IRI: UNAME `http://sp7.ru/ontology/percent'
  2007. OBJECT: (line 85) VARIABLE: notNULL+ exported (object)
  2008. NAME: UNAME `ownWhoPercent' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t51' EQUIV: LONG 480
  2009. SELECT ID: STRING `s_92_107'
  2010. TABLE ID: STRING `s_92_107_t51'
  2011. (line 86) TRIPLE:
  2012. GRAPH: (line 86) BLANK NODE: NAME: STRING `_::default_86_97' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t52'
  2013. SUBJECT: (line 86) VARIABLE: notNULL+ reference+ exported (subject)
  2014. NAME: UNAME `index' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t52' EQUIV: LONG 482
  2015. PREDICATE: (line 86) QNAME:
  2016. IRI: UNAME `http://www.w3.org/1999/02/22-rdf-syntax-ns#type'
  2017. OBJECT: (line 86) QNAME:
  2018. IRI: UNAME `http://sp7.ru/ontology/Index'
  2019. SELECT ID: STRING `s_92_107'
  2020. TABLE ID: STRING `s_92_107_t52'
  2021. (line 87) TRIPLE:
  2022. GRAPH: (line 87) BLANK NODE: NAME: STRING `_::default_87_99' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t53'
  2023. SUBJECT: (line 87) VARIABLE: notNULL+ reference+ exported (subject)
  2024. NAME: UNAME `index' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t53' EQUIV: LONG 482
  2025. PREDICATE: (line 87) QNAME:
  2026. IRI: UNAME `http://sp7.ru/ontology/about'
  2027. OBJECT: (line 87) VARIABLE: notNULL+ exported (object)
  2028. NAME: UNAME `ownWhatOwnWhoOwnWhoOwnWhat' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t53' EQUIV: LONG 478
  2029. SELECT ID: STRING `s_92_107'
  2030. TABLE ID: STRING `s_92_107_t53'
  2031. (line 88) TRIPLE:
  2032. GRAPH: (line 88) BLANK NODE: NAME: STRING `_::default_88_101' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t54'
  2033. SUBJECT: (line 88) VARIABLE: notNULL+ reference+ exported (subject)
  2034. NAME: UNAME `index' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t54' EQUIV: LONG 482
  2035. PREDICATE: (line 88) QNAME:
  2036. IRI: UNAME `http://sp7.ru/ontology/value'
  2037. OBJECT: (line 88) VARIABLE: notNULL+ exported (object)
  2038. NAME: UNAME `indexValueN' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t54' EQUIV: LONG 485
  2039. SELECT ID: STRING `s_92_107'
  2040. TABLE ID: STRING `s_92_107_t54'
  2041. (line 89) TRIPLE:
  2042. GRAPH: (line 89) BLANK NODE: NAME: STRING `_::default_89_103' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t55'
  2043. SUBJECT: (line 89) VARIABLE: notNULL+ reference+ exported (subject)
  2044. NAME: UNAME `index' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t55' EQUIV: LONG 482
  2045. PREDICATE: (line 89) QNAME:
  2046. IRI: UNAME `http://sp7.ru/ontology/type'
  2047. OBJECT: (line 89) QNAME:
  2048. IRI: UNAME `http://sp7.ru/ontology/fin_revenue'
  2049. SELECT ID: STRING `s_92_107'
  2050. TABLE ID: STRING `s_92_107_t55'
  2051. (line 90) TRIPLE:
  2052. GRAPH: (line 90) BLANK NODE: NAME: STRING `_::default_90_105' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t56'
  2053. SUBJECT: (line 90) VARIABLE: notNULL+ reference+ exported (subject)
  2054. NAME: UNAME `index' SELECT ID: STRING `s_92_107' TABLE ID: STRING `s_92_107_t56' EQUIV: LONG 482
  2055. PREDICATE: (line 90) QNAME:
  2056. IRI: UNAME `http://sp7.ru/ontology/source'
  2057. OBJECT: (line 90) QNAME:
  2058. IRI: UNAME `http://sp7.ru/ontology/fin_import_nalog_2018'
  2059. SELECT ID: STRING `s_92_107'
  2060. TABLE ID: STRING `s_92_107_t56'
  2061. }
  2062. FILTERS: EMPTY ARRAY
  2063. SELECT ID: STRING `s_92_107'
  2064. EQUIVS: 474 475 476 477 478 479 480 481 482 483 484 485 486 487
  2065. OFFSET: LONG 0
  2066. FILTERS: EMPTY ARRAY
  2067. SELECT ID: STRING `s_92_108'
  2068. EQUIVS: 488 489 490 491 492 493 494
  2069. }
  2070. FILTERS: EMPTY ARRAY
  2071. SELECT ID: STRING `s_94_109'
  2072. EQUIVS: 495 496
  2073. GROUPINGS: ARRAY OF NODES with 1 children: {
  2074. (line 94) VARIABLE: notNULL exported
  2075. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_94_109' TABLE ID: LONG 0 EQUIV: LONG 495
  2076. }
  2077. FILTERS: EMPTY ARRAY
  2078. SELECT ID: STRING `s_94_110'
  2079. EQUIVS: 497 498
  2080. }
  2081. FILTERS: EMPTY ARRAY
  2082. SELECT ID: STRING `s_99_111'
  2083. EQUIVS: 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529
  2084. OFFSET: LONG 0
  2085. FILTERS: EMPTY ARRAY
  2086. SELECT ID: STRING `s_99_112'
  2087. EQUIVS: 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562
  2088. }
  2089. FILTERS: ARRAY OF NODES with 1 children: {
  2090. (line 0) BUILT-IN CALL:in operator
  2091. ARGUMENT: ARRAY OF NODES with 13 children: {
  2092. (line 95) VARIABLE: notNULL SprintfF IRI reference exported; Formats |http://sp7.ru/ontology/eile_regNumber_ne158758_kipr| |http://sp7.ru/ontology/eile_regNumber_he158758_kipr| |http://sp7.ru/ontology/eile_regNumber_366982_kipr| |http://sp7.ru/ontology/eile_regNumber_ne344862_kipr| |http://sp7.ru/ontology/eile_1047796985554_rus| |http://sp7.ru/ontology/eile_1067760471822_rus| |http://sp7.ru/ontology/res_200985| |http://sp7.ru/ontology/eile_regNumber_he315359_kipr| |http://sp7.ru/ontology/res_85971| |http://sp7.ru/ontology/eile_1187746878770_rus| |http://sp7.ru/ontology/eile_1097847055855_rus| |http://sp7.ru/ontology/ei_human_772348766722|
  2093. NAME: UNAME `ownWhatOwnWho' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 564
  2094. (line 95) QNAME:
  2095. IRI: UNAME `http://sp7.ru/ontology/eile_regNumber_ne158758_kipr'
  2096. (line 95) QNAME:
  2097. IRI: UNAME `http://sp7.ru/ontology/eile_regNumber_he158758_kipr'
  2098. (line 95) QNAME:
  2099. IRI: UNAME `http://sp7.ru/ontology/eile_regNumber_366982_kipr'
  2100. (line 95) QNAME:
  2101. IRI: UNAME `http://sp7.ru/ontology/eile_regNumber_ne344862_kipr'
  2102. (line 95) QNAME:
  2103. IRI: UNAME `http://sp7.ru/ontology/eile_1047796985554_rus'
  2104. (line 95) QNAME:
  2105. IRI: UNAME `http://sp7.ru/ontology/eile_1067760471822_rus'
  2106. (line 95) QNAME:
  2107. IRI: UNAME `http://sp7.ru/ontology/res_200985'
  2108. (line 95) QNAME:
  2109. IRI: UNAME `http://sp7.ru/ontology/eile_regNumber_he315359_kipr'
  2110. (line 95) QNAME:
  2111. IRI: UNAME `http://sp7.ru/ontology/res_85971'
  2112. (line 95) QNAME:
  2113. IRI: UNAME `http://sp7.ru/ontology/eile_1187746878770_rus'
  2114. (line 95) QNAME:
  2115. IRI: UNAME `http://sp7.ru/ontology/eile_1097847055855_rus'
  2116. (line 95) QNAME:
  2117. IRI: UNAME `http://sp7.ru/ontology/ei_human_772348766722'
  2118. }
  2119. }
  2120. SELECT ID: STRING `s_100_113'
  2121. EQUIVS: 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580
  2122. ORDER: ARRAY OF NODES with 1 children: {
  2123. (line 99) ORDERING (descending):
  2124. CRITERION: (line 99) VARIABLE: lit exported
  2125. NAME: UNAME `conditionSUM' SELECT ID: STRING `s_100_113' TABLE ID: LONG 0 EQUIV: LONG 575
  2126. }
  2127.  
  2128. EQUIVS:
  2129. #0: merged and destroyed
  2130. #1: merged and destroyed
  2131. #2: merged and destroyed
  2132. #3: merged and destroyed
  2133. #4: merged and destroyed
  2134. #5: merged and destroyed
  2135. #6: merged and destroyed
  2136. #7: merged and destroyed
  2137. #8: merged and destroyed
  2138. #9: merged and destroyed
  2139. #10: merged and destroyed
  2140. #11: merged and destroyed
  2141. #12: merged and destroyed
  2142. #13: merged and destroyed
  2143. #14: merged and destroyed
  2144. #15: merged and destroyed
  2145. #16: merged and destroyed
  2146. #17: merged and destroyed
  2147. #18: merged and destroyed
  2148. #19: merged and destroyed
  2149. #20: merged and destroyed
  2150. #21: merged and destroyed
  2151. #22: merged and destroyed
  2152. #23: merged and destroyed
  2153. #24: merged and destroyed
  2154. #25: merged and destroyed
  2155. #26: merged and destroyed
  2156. #27: merged and destroyed
  2157. #28: merged and destroyed
  2158. #29: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_30_32 in s_31_34_t0; notNULL IRI reference)
  2159. #30: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho in s_31_34_t0; notNULL reference)
  2160. #31: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho_slug in s_31_34_t0; notNULL)
  2161. #32: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_33_35 in s_34_37_t1; notNULL IRI reference)
  2162. #33: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat in s_34_37_t1; notNULL reference)
  2163. #34: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat_slug in s_34_37_t1; notNULL)
  2164. #35: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_36_38 in s_38_40_t2; notNULL IRI reference)
  2165. #36: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho in s_38_40_t2; notNULL reference)
  2166. #37: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoru in s_38_40_t2 s_38_40; notNULL)
  2167. #38: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_40_41 in s_42_43_t3; notNULL IRI reference)
  2168. #39: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho in s_42_43_t3; notNULL reference)
  2169. #40: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoall in s_42_43_t3 s_42_43; notNULL)
  2170. #41: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_44_44 in s_69_71_t13; notNULL IRI reference)
  2171. #42: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho in s_69_71_t13; notNULL reference)
  2172. #43: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImage in s_69_71_t13; notNULL)
  2173. #44: merged and destroyed
  2174. #45: merged and destroyed
  2175. #46: merged and destroyed
  2176. #47: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_48_48 in s_50_50_t4; notNULL IRI reference)
  2177. #48: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageThumbnail in s_50_50_t4; notNULL reference)
  2178. #49: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailru in s_50_50_t4 s_50_50; notNULL)
  2179. #50: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_52_51 in s_54_53_t5; notNULL IRI reference)
  2180. #51: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageThumbnail in s_54_53_t5; notNULL reference)
  2181. #52: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailall in s_54_53_t5 s_54_53; notNULL)
  2182. #53: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImage in s_55_54 s_55_55_t7; notNULL reference exported)
  2183. #54: ( 2 subv (2 bindings, 2 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageThumbnail in s_55_54 s_55_55_t7; notNULL exported)
  2184. #55: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 3 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailru in s_55_54 s_55_54 s_55_54; exported)
  2185. #56: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 2 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailall in s_55_54 s_55_54; exported)
  2186. #57: merged and destroyed
  2187. #58: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_46_46 in s_55_55_t7; notNULL IRI reference)
  2188. #59: merged and destroyed
  2189. #60: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoMainImage in; notNULL reference exported)
  2190. #61: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoMainImageThumbnail in; notNULL exported)
  2191. #62: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageThumbnailru in; exported)
  2192. #63: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageThumbnailall in; exported)
  2193. #64: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageThumbnail in;)
  2194. #65: merged and destroyed
  2195. #66: merged and destroyed
  2196. #67: merged and destroyed
  2197. #68: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_60_60 in s_62_62_t8; notNULL IRI reference)
  2198. #69: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageLink in s_62_62_t8; notNULL reference)
  2199. #70: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkru in s_62_62_t8 s_62_62; notNULL)
  2200. #71: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_64_63 in s_66_65_t9; notNULL IRI reference)
  2201. #72: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageLink in s_66_65_t9; notNULL reference)
  2202. #73: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkall in s_66_65_t9 s_66_65; notNULL)
  2203. #74: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImage in s_67_66 s_67_67_t11; notNULL reference exported)
  2204. #75: ( 2 subv (2 bindings, 2 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageLink in s_67_66 s_67_67_t11; notNULL exported)
  2205. #76: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 3 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkru in s_67_66 s_67_66 s_67_66; exported)
  2206. #77: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 2 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkall in s_67_66 s_67_66; exported)
  2207. #78: merged and destroyed
  2208. #79: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_58_58 in s_67_67_t11; notNULL IRI reference)
  2209. #80: merged and destroyed
  2210. #81: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoMainImage in; notNULL reference exported)
  2211. #82: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoMainImageLink in; notNULL exported)
  2212. #83: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageLinkru in; exported)
  2213. #84: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageLinkall in; exported)
  2214. #85: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageLink in;)
  2215. #86: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_71_72 in s_73_74_t14; notNULL IRI reference)
  2216. #87: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat in s_73_74_t14; notNULL reference)
  2217. #88: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhatLabelru in s_73_74_t14 s_73_74; notNULL)
  2218. #89: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_75_75 in s_77_77_t15; notNULL IRI reference)
  2219. #90: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat in s_77_77_t15; notNULL reference)
  2220. #91: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhatLabelall in s_77_77_t15 s_77_77; notNULL)
  2221. #92: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_79_78 in s_80_80_t16; notNULL IRI reference)
  2222. #93: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhat in s_80_80_t16; notNULL reference)
  2223. #94: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 1 gspo, 0 const, 0 opt, 0 subq: ownWhatPercent in s_80_80_t16; notNULL)
  2224. #95: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 3 gspo, 1 const, 0 opt, 0 subq: object in s_81_81 s_81_82_t44 s_81_82_t43 s_81_82_t33; notNULL reference exported)
  2225. #96: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 2 gspo, 1 const, 0 opt, 0 subq: sparql_type_50 in s_81_81 s_81_82_t34 s_81_82_t33; notNULL reference exported)
  2226. #97: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 3 gspo, 1 const, 0 opt, 0 subq: objectSectorWhat in s_81_81 s_81_82_t44 s_81_82_t42 s_81_82_t35; notNULL reference exported)
  2227. #98: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 2 gspo, 1 const, 0 opt, 0 subq: sparql_type_72 in s_81_81 s_81_82_t36 s_81_82_t35; notNULL reference exported)
  2228. #99: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 3 gspo, 1 const, 0 opt, 0 subq: ownWhat in s_81_81 s_81_82_t46 s_81_82_t45 s_81_82_t37; notNULL reference exported)
  2229. #100: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 2 gspo, 1 const, 0 opt, 0 subq: sparql_type_93 in s_81_81 s_81_82_t38 s_81_82_t37; notNULL reference exported)
  2230. #101: ( 4 subv (4 bindings, 4 nest.opt.), 0 recv, 3 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWho in s_81_81 s_81_82_t48 s_81_82_t46 s_81_82_t39; notNULL reference exported)
  2231. #102: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 2 gspo, 1 const, 0 opt, 0 subq: sparql_type_106 in s_81_81 s_81_82_t40 s_81_82_t39; notNULL reference exported)
  2232. #103: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 2 gspo, 1 const, 0 opt, 0 subq: aff in s_81_81 s_81_82_t42 s_81_82_t41; notNULL reference exported)
  2233. #104: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 2 gspo, 1 const, 0 opt, 0 subq: le in s_81_81 s_81_82_t45 s_81_82_t41; notNULL exported)
  2234. #105: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: gridRelatedUri in s_81_81 s_81_82_t43; notNULL exported)
  2235. #106: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 2 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWho in s_81_81 s_81_82_t48 s_81_82_t47; notNULL reference exported)
  2236. #107: ( 3 subv (3 bindings, 3 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat in s_81_81 s_81_82_t47; notNULL exported)
  2237. #108: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWho_slug in s_81_81; exported)
  2238. #109: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat_slug in s_81_81; exported)
  2239. #110: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoru in s_81_81; exported)
  2240. #111: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoall in s_81_81; exported)
  2241. #112: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImage in s_81_81; exported)
  2242. #113: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageThumbnail in s_81_81; exported)
  2243. #114: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailru in s_81_81; exported)
  2244. #115: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailall in s_81_81; exported)
  2245. #116: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnail in s_81_81; exported)
  2246. #117: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageLink in s_81_81; exported)
  2247. #118: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkru in s_81_81; exported)
  2248. #119: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkall in s_81_81; exported)
  2249. #120: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLink in s_81_81; exported)
  2250. #121: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhatLabelru in s_81_81; exported)
  2251. #122: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhatLabelall in s_81_81; exported)
  2252. #123: ( 1 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 2 const, 0 opt, 0 subq: ownWhatPercent in s_81_81 s_81_81; exported)
  2253. #124: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho in; notNULL reference)
  2254. #125: merged and destroyed
  2255. #126: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho in; notNULL reference)
  2256. #127: merged and destroyed
  2257. #128: ( 2 subv (2 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImage in; notNULL)
  2258. #129: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho in; notNULL reference)
  2259. #130: merged and destroyed
  2260. #131: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat in; notNULL)
  2261. #132: merged and destroyed
  2262. #133: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho in; notNULL reference)
  2263. #134: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat in; notNULL)
  2264. #135: merged and destroyed
  2265. #136: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat in; notNULL)
  2266. #137: merged and destroyed
  2267. #138: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat in; notNULL)
  2268. #139: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWho in; notNULL reference)
  2269. #140: merged and destroyed
  2270. #141: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWho in; notNULL reference)
  2271. #142: merged and destroyed
  2272. #143: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWho in; notNULL reference)
  2273. #144: merged and destroyed
  2274. #145: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWho in; notNULL reference)
  2275. #146: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: gridRelatedUri in; notNULL)
  2276. #147: merged and destroyed
  2277. #148: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: gridRelatedUri in; notNULL)
  2278. #149: merged and destroyed
  2279. #150: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: gridRelatedUri in; notNULL)
  2280. #151: merged and destroyed
  2281. #152: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: gridRelatedUri in; notNULL)
  2282. #153: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: le in; notNULL)
  2283. #154: merged and destroyed
  2284. #155: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: le in; notNULL)
  2285. #156: merged and destroyed
  2286. #157: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: le in; notNULL)
  2287. #158: merged and destroyed
  2288. #159: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: le in; notNULL)
  2289. #160: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: aff in; notNULL reference)
  2290. #161: merged and destroyed
  2291. #162: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: aff in; notNULL reference)
  2292. #163: merged and destroyed
  2293. #164: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: aff in; notNULL reference)
  2294. #165: merged and destroyed
  2295. #166: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: aff in; notNULL reference)
  2296. #167: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_106 in; notNULL reference)
  2297. #168: merged and destroyed
  2298. #169: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_106 in; notNULL reference)
  2299. #170: merged and destroyed
  2300. #171: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_106 in; notNULL reference)
  2301. #172: merged and destroyed
  2302. #173: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_106 in; notNULL reference)
  2303. #174: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_93 in; notNULL reference)
  2304. #175: merged and destroyed
  2305. #176: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_93 in; notNULL reference)
  2306. #177: merged and destroyed
  2307. #178: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_93 in; notNULL reference)
  2308. #179: merged and destroyed
  2309. #180: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_93 in; notNULL reference)
  2310. #181: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhat in; notNULL reference)
  2311. #182: merged and destroyed
  2312. #183: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhat in; notNULL reference)
  2313. #184: merged and destroyed
  2314. #185: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhat in; notNULL reference)
  2315. #186: merged and destroyed
  2316. #187: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhat in; notNULL reference)
  2317. #188: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_72 in; notNULL reference)
  2318. #189: merged and destroyed
  2319. #190: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_72 in; notNULL reference)
  2320. #191: merged and destroyed
  2321. #192: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_72 in; notNULL reference)
  2322. #193: merged and destroyed
  2323. #194: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_72 in; notNULL reference)
  2324. #195: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: objectSectorWhat in; notNULL reference)
  2325. #196: merged and destroyed
  2326. #197: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: objectSectorWhat in; notNULL reference)
  2327. #198: merged and destroyed
  2328. #199: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: objectSectorWhat in; notNULL reference)
  2329. #200: merged and destroyed
  2330. #201: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: objectSectorWhat in; notNULL reference)
  2331. #202: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_50 in; notNULL reference)
  2332. #203: merged and destroyed
  2333. #204: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_50 in; notNULL reference)
  2334. #205: merged and destroyed
  2335. #206: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_50 in; notNULL reference)
  2336. #207: merged and destroyed
  2337. #208: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: sparql_type_50 in; notNULL reference)
  2338. #209: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: object in; notNULL reference)
  2339. #210: merged and destroyed
  2340. #211: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: object in; notNULL reference)
  2341. #212: merged and destroyed
  2342. #213: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: object in; notNULL reference)
  2343. #214: merged and destroyed
  2344. #215: ( 0 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: object in; notNULL reference)
  2345. #216: merged and destroyed
  2346. #217: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho_slug in;)
  2347. #218: merged and destroyed
  2348. #219: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho_slug in;)
  2349. #220: merged and destroyed
  2350. #221: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho_slug in;)
  2351. #222: merged and destroyed
  2352. #223: merged and destroyed
  2353. #224: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat_slug in;)
  2354. #225: merged and destroyed
  2355. #226: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat_slug in;)
  2356. #227: merged and destroyed
  2357. #228: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat_slug in;)
  2358. #229: merged and destroyed
  2359. #230: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoru in;)
  2360. #231: merged and destroyed
  2361. #232: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoru in;)
  2362. #233: merged and destroyed
  2363. #234: merged and destroyed
  2364. #235: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoall in;)
  2365. #236: merged and destroyed
  2366. #237: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoall in;)
  2367. #238: merged and destroyed
  2368. #239: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImage in;)
  2369. #240: merged and destroyed
  2370. #241: ( 1 subv (1 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWho in; notNULL reference)
  2371. #242: ( 1 subv (1 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnail in;)
  2372. #243: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnail in;)
  2373. #244: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnail in;)
  2374. #245: merged and destroyed
  2375. #246: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnail in;)
  2376. #247: merged and destroyed
  2377. #248: ( 1 subv (1 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailall in; exported)
  2378. #249: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailall in; exported)
  2379. #250: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailall in; exported)
  2380. #251: merged and destroyed
  2381. #252: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailall in;)
  2382. #253: merged and destroyed
  2383. #254: ( 1 subv (1 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailru in; exported)
  2384. #255: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailru in; exported)
  2385. #256: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailru in; exported)
  2386. #257: merged and destroyed
  2387. #258: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailru in;)
  2388. #259: merged and destroyed
  2389. #260: ( 1 subv (1 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageThumbnail in; notNULL exported)
  2390. #261: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageThumbnail in; exported)
  2391. #262: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageThumbnail in; exported)
  2392. #263: merged and destroyed
  2393. #264: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageThumbnail in;)
  2394. #265: merged and destroyed
  2395. #266: ( 1 subv (1 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImage in; notNULL reference exported)
  2396. #267: ( 1 subv (1 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLink in;)
  2397. #268: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLink in;)
  2398. #269: merged and destroyed
  2399. #270: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLink in;)
  2400. #271: merged and destroyed
  2401. #272: ( 1 subv (1 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkall in; exported)
  2402. #273: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkall in; exported)
  2403. #274: merged and destroyed
  2404. #275: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkall in;)
  2405. #276: merged and destroyed
  2406. #277: ( 1 subv (1 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkru in; exported)
  2407. #278: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkru in; exported)
  2408. #279: merged and destroyed
  2409. #280: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkru in;)
  2410. #281: merged and destroyed
  2411. #282: ( 1 subv (1 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageLink in; notNULL exported)
  2412. #283: ( 1 subv (1 bindings, 1 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageLink in; exported)
  2413. #284: merged and destroyed
  2414. #285: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageLink in;)
  2415. #286: merged and destroyed
  2416. #287: ( 1 subv (1 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoMainImage in; notNULL reference exported)
  2417. #288: merged and destroyed
  2418. #289: ( 0 subv (1 bindings, 1 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhatLabelru in;)
  2419. #290: merged and destroyed
  2420. #291: merged and destroyed
  2421. #292: merged and destroyed
  2422. #293: merged and destroyed
  2423. #294: merged and destroyed
  2424. #295: merged and destroyed
  2425. #296: merged and destroyed
  2426. #297: merged and destroyed
  2427. #298: merged and destroyed
  2428. #299: merged and destroyed
  2429. #300: merged and destroyed
  2430. #301: merged and destroyed
  2431. #302: merged and destroyed
  2432. #303: merged and destroyed
  2433. #304: merged and destroyed
  2434. #305: merged and destroyed
  2435. #306: merged and destroyed
  2436. #307: merged and destroyed
  2437. #308: merged and destroyed
  2438. #309: merged and destroyed
  2439. #310: merged and destroyed
  2440. #311: merged and destroyed
  2441. #312: merged and destroyed
  2442. #313: merged and destroyed
  2443. #314: merged and destroyed
  2444. #315: merged and destroyed
  2445. #316: merged and destroyed
  2446. #317: merged and destroyed
  2447. #318: merged and destroyed
  2448. #319: merged and destroyed
  2449. #320: merged and destroyed
  2450. #321: merged and destroyed
  2451. #322: merged and destroyed
  2452. #323: merged and destroyed
  2453. #324: merged and destroyed
  2454. #325: merged and destroyed
  2455. #326: merged and destroyed
  2456. #327: merged and destroyed
  2457. #328: merged and destroyed
  2458. #329: merged and destroyed
  2459. #330: merged and destroyed
  2460. #331: merged and destroyed
  2461. #332: merged and destroyed
  2462. #333: merged and destroyed
  2463. #334: merged and destroyed
  2464. #335: merged and destroyed
  2465. #336: merged and destroyed
  2466. #337: merged and destroyed
  2467. #338: merged and destroyed
  2468. #339: merged and destroyed
  2469. #340: merged and destroyed
  2470. #341: merged and destroyed
  2471. #342: merged and destroyed
  2472. #343: merged and destroyed
  2473. #344: merged and destroyed
  2474. #345: merged and destroyed
  2475. #346: merged and destroyed
  2476. #347: merged and destroyed
  2477. #348: merged and destroyed
  2478. #349: merged and destroyed
  2479. #350: merged and destroyed
  2480. #351: merged and destroyed
  2481. #352: merged and destroyed
  2482. #353: merged and destroyed
  2483. #354: merged and destroyed
  2484. #355: merged and destroyed
  2485. #356: merged and destroyed
  2486. #357: merged and destroyed
  2487. #358: merged and destroyed
  2488. #359: merged and destroyed
  2489. #360: merged and destroyed
  2490. #361: merged and destroyed
  2491. #362: merged and destroyed
  2492. #363: merged and destroyed
  2493. #364: merged and destroyed
  2494. #365: merged and destroyed
  2495. #366: merged and destroyed
  2496. #367: merged and destroyed
  2497. #368: merged and destroyed
  2498. #369: merged and destroyed
  2499. #370: merged and destroyed
  2500. #371: merged and destroyed
  2501. #372: merged and destroyed
  2502. #373: merged and destroyed
  2503. #374: merged and destroyed
  2504. #375: merged and destroyed
  2505. #376: merged and destroyed
  2506. #377: merged and destroyed
  2507. #378: merged and destroyed
  2508. #379: merged and destroyed
  2509. #380: merged and destroyed
  2510. #381: merged and destroyed
  2511. #382: merged and destroyed
  2512. #383: merged and destroyed
  2513. #384: merged and destroyed
  2514. #385: merged and destroyed
  2515. #386: merged and destroyed
  2516. #387: merged and destroyed
  2517. #388: merged and destroyed
  2518. #389: merged and destroyed
  2519. #390: merged and destroyed
  2520. #391: merged and destroyed
  2521. #392: merged and destroyed
  2522. #393: merged and destroyed
  2523. #394: merged and destroyed
  2524. #395: merged and destroyed
  2525. #396: merged and destroyed
  2526. #397: merged and destroyed
  2527. #398: merged and destroyed
  2528. #399: merged and destroyed
  2529. #400: merged and destroyed
  2530. #401: merged and destroyed
  2531. #402: merged and destroyed
  2532. #403: merged and destroyed
  2533. #404: merged and destroyed
  2534. #405: merged and destroyed
  2535. #406: merged and destroyed
  2536. #407: merged and destroyed
  2537. #408: merged and destroyed
  2538. #409: merged and destroyed
  2539. #410: merged and destroyed
  2540. #411: merged and destroyed
  2541. #412: merged and destroyed
  2542. #413: merged and destroyed
  2543. #414: merged and destroyed
  2544. #415: merged and destroyed
  2545. #416: merged and destroyed
  2546. #417: merged and destroyed
  2547. #418: merged and destroyed
  2548. #419: merged and destroyed
  2549. #420: merged and destroyed
  2550. #421: merged and destroyed
  2551. #422: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_13_0 in s_81_82_t33; notNULL IRI reference)
  2552. #423: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_13_2 in s_81_82_t34; notNULL IRI reference)
  2553. #424: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_15_4 in s_81_82_t35; notNULL IRI reference)
  2554. #425: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_15_6 in s_81_82_t36; notNULL IRI reference)
  2555. #426: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_17_8 in s_81_82_t37; notNULL IRI reference)
  2556. #427: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_17_10 in s_81_82_t38; notNULL IRI reference)
  2557. #428: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_19_12 in s_81_82_t39; notNULL IRI reference)
  2558. #429: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_19_14 in s_81_82_t40; notNULL IRI reference)
  2559. #430: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_20_16 in s_81_82_t41; notNULL IRI reference)
  2560. #431: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_21_18 in s_81_82_t42; notNULL IRI reference)
  2561. #432: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_22_20 in s_81_82_t43; notNULL IRI reference)
  2562. #433: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_23_22 in s_81_82_t44; notNULL IRI reference)
  2563. #434: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_24_24 in s_81_82_t45; notNULL IRI reference)
  2564. #435: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_25_26 in s_81_82_t46; notNULL IRI reference)
  2565. #436: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_26_28 in s_81_82_t47; notNULL IRI reference)
  2566. #437: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_28_30 in s_81_82_t48; notNULL IRI reference)
  2567. #438: merged and destroyed
  2568. #439: merged and destroyed
  2569. #440: merged and destroyed
  2570. #441: merged and destroyed
  2571. #442: merged and destroyed
  2572. #443: merged and destroyed
  2573. #444: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: object in; notNULL reference exported)
  2574. #445: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: sparql_type_50 in; notNULL reference exported)
  2575. #446: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: objectSectorWhat in; notNULL reference exported)
  2576. #447: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: sparql_type_72 in; notNULL reference exported)
  2577. #448: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhat in; notNULL reference exported)
  2578. #449: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: sparql_type_93 in; notNULL reference exported)
  2579. #450: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWho in; notNULL reference exported)
  2580. #451: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: sparql_type_106 in; notNULL reference exported)
  2581. #452: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: aff in; notNULL reference exported)
  2582. #453: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: le in; notNULL exported)
  2583. #454: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: gridRelatedUri in; notNULL exported)
  2584. #455: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWho in; notNULL reference exported)
  2585. #456: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWhoOwnWhat in; notNULL exported)
  2586. #457: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWho_slug in; exported)
  2587. #458: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWhoOwnWhat_slug in; exported)
  2588. #459: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoru in; exported)
  2589. #460: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoall in; exported)
  2590. #461: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoMainImage in; exported)
  2591. #462: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoMainImageThumbnail in; exported)
  2592. #463: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageThumbnailru in; exported)
  2593. #464: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageThumbnailall in; exported)
  2594. #465: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageThumbnail in; exported)
  2595. #466: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoMainImageLink in; exported)
  2596. #467: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageLinkru in; exported)
  2597. #468: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageLinkall in; exported)
  2598. #469: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageLink in; exported)
  2599. #470: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWhoOwnWhatLabelru in; exported)
  2600. #471: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWhoOwnWhatLabelall in; exported)
  2601. #472: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatPercent in; exported)
  2602. #473: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: clearPersent in;)
  2603. #474: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_83_91 in s_92_107_t49; notNULL IRI reference)
  2604. #475: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 3 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWho in s_92_107_t49 s_92_107_t50 s_92_107_t51 s_92_107; notNULL reference exported)
  2605. #476: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWho in s_92_107_t49 s_92_107; notNULL exported)
  2606. #477: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_84_93 in s_92_107_t50; notNULL IRI reference)
  2607. #478: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 2 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat in s_92_107_t50 s_92_107_t53 s_92_107; notNULL exported)
  2608. #479: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_85_95 in s_92_107_t51; notNULL IRI reference)
  2609. #480: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 2 const, 0 opt, 0 subq: ownWhoPercent in s_92_107_t51 s_92_107 s_92_107; notNULL exported)
  2610. #481: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_86_97 in s_92_107_t52; notNULL IRI reference)
  2611. #482: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 5 gspo, 1 const, 0 opt, 0 subq: index in s_92_107_t52 s_92_107_t53 s_92_107_t54 s_92_107_t55 s_92_107_t56 s_92_107; notNULL reference exported)
  2612. #483: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_87_99 in s_92_107_t53; notNULL IRI reference)
  2613. #484: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_88_101 in s_92_107_t54; notNULL IRI reference)
  2614. #485: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 2 const, 0 opt, 0 subq: indexValueN in s_92_107_t54 s_92_107 s_92_107; notNULL exported)
  2615. #486: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_89_103 in s_92_107_t55; notNULL IRI reference)
  2616. #487: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 1 gspo, 0 const, 0 opt, 0 subq: _::default_90_105 in s_92_107_t56; notNULL IRI reference)
  2617. #488: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWho in; notNULL reference exported)
  2618. #489: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWho in; notNULL exported)
  2619. #490: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWhoOwnWhat in; notNULL exported)
  2620. #491: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhoPercent in; notNULL exported)
  2621. #492: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: index in; notNULL reference exported)
  2622. #493: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: indexValueN in; notNULL exported)
  2623. #494: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: condition in; lit)
  2624. #495: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 2 const, 0 opt, 0 subq: ownWhatOwnWho in s_94_109 s_94_109; notNULL exported)
  2625. #496: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: condition in s_94_109; lit exported)
  2626. #497: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWho in; notNULL exported)
  2627. #498: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: conditionSUM in; lit)
  2628. #499: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: object in s_99_111; notNULL reference exported)
  2629. #500: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: sparql_type_50 in s_99_111; notNULL reference exported)
  2630. #501: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: objectSectorWhat in s_99_111; notNULL reference exported)
  2631. #502: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: sparql_type_72 in s_99_111; notNULL reference exported)
  2632. #503: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhat in s_99_111; notNULL reference exported)
  2633. #504: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: sparql_type_93 in s_99_111; notNULL reference exported)
  2634. #505: ( 2 subv (2 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWho in s_99_111; notNULL reference exported)
  2635. #506: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: sparql_type_106 in s_99_111; notNULL reference exported)
  2636. #507: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: aff in s_99_111; notNULL reference exported)
  2637. #508: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: le in s_99_111; notNULL exported)
  2638. #509: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: gridRelatedUri in s_99_111; notNULL exported)
  2639. #510: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWho in s_99_111; notNULL reference exported)
  2640. #511: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat in s_99_111; notNULL exported)
  2641. #512: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWho_slug in s_99_111; exported)
  2642. #513: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat_slug in s_99_111; exported)
  2643. #514: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 3 const, 0 opt, 0 subq: _ownWhatOwnWhoru in s_99_111 s_99_111 s_99_111; exported)
  2644. #515: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 2 const, 0 opt, 0 subq: _ownWhatOwnWhoall in s_99_111 s_99_111; exported)
  2645. #516: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImage in s_99_111; exported)
  2646. #517: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageThumbnail in s_99_111; exported)
  2647. #518: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailru in s_99_111; exported)
  2648. #519: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnailall in s_99_111; exported)
  2649. #520: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnail in s_99_111; exported)
  2650. #521: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageLink in s_99_111; exported)
  2651. #522: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkru in s_99_111; exported)
  2652. #523: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLinkall in s_99_111; exported)
  2653. #524: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLink in s_99_111; exported)
  2654. #525: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 3 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhatLabelru in s_99_111 s_99_111 s_99_111; exported)
  2655. #526: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 2 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhatLabelall in s_99_111 s_99_111; exported)
  2656. #527: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatPercent in s_99_111; exported)
  2657. #528: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: clearPersent in s_99_111; exported)
  2658. #529: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: conditionSUM in s_99_111; lit exported)
  2659. #530: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: object in; notNULL reference exported)
  2660. #531: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: sparql_type_50 in; notNULL reference exported)
  2661. #532: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: objectSectorWhat in; notNULL reference exported)
  2662. #533: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: sparql_type_72 in; notNULL reference exported)
  2663. #534: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhat in; notNULL reference exported)
  2664. #535: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: sparql_type_93 in; notNULL reference exported)
  2665. #536: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWho in; notNULL reference exported)
  2666. #537: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: sparql_type_106 in; notNULL reference exported)
  2667. #538: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: aff in; notNULL reference exported)
  2668. #539: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: le in; notNULL exported)
  2669. #540: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: gridRelatedUri in; notNULL exported)
  2670. #541: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWho in; notNULL reference exported)
  2671. #542: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWhoOwnWhat in; notNULL exported)
  2672. #543: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWho_slug in; exported)
  2673. #544: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWhoOwnWhat_slug in; exported)
  2674. #545: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoru in; exported)
  2675. #546: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoall in; exported)
  2676. #547: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoMainImage in; exported)
  2677. #548: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoMainImageThumbnail in; exported)
  2678. #549: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageThumbnailru in; exported)
  2679. #550: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageThumbnailall in; exported)
  2680. #551: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageThumbnail in; exported)
  2681. #552: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoMainImageLink in; exported)
  2682. #553: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageLinkru in; exported)
  2683. #554: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageLinkall in; exported)
  2684. #555: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWhoMainImageLink in; exported)
  2685. #556: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWhoOwnWhatLabelru in; exported)
  2686. #557: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWhoOwnWhatLabelall in; exported)
  2687. #558: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatPercent in; exported)
  2688. #559: ( 0 subv (0 bindings, 0 nest.opt.), 0 recv, 0 gspo, 0 const, 0 opt, 1 subq: clearPersent in; exported)
  2689. #560: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: conditionSUM in; lit exported)
  2690. #561: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: ownWhatOwnWhoOwnWhoOwnWhatLabel in;)
  2691. #562: ( 0 subv (0 bindings, 0 nest.opt.), 1 recv, 0 gspo, 0 const, 0 opt, 1 subq: _ownWhatOwnWho in;)
  2692. #563: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: gridRelatedUri in s_100_113; notNULL! fixed! IRI reference exported; fixed UNAME 'http://sp7.ru/ontology/res3_4137888')
  2693. #564: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 13 const, 0 opt, 0 subq: ownWhatOwnWho in s_100_113 s_100_113; notNULL SprintfF IRI reference exported; Formats |http://sp7.ru/ontology/eile_regNumber_ne158758_kipr| |http://sp7.ru/ontology/eile_regNumber_he158758_kipr| |http://sp7.ru/ontology/eile_regNumber_366982_kipr| |http://sp7.ru/ontology/eile_regNumber_ne344862_kipr| |http://sp7.ru/ontology/eile_1047796985554_rus| |http://sp7.ru/ontology/eile_1067760471822_rus| |http://sp7.ru/ontology/res_200985| |http://sp7.ru/ontology/eile_regNumber_he315359_kipr| |http://sp7.ru/ontology/res_85971| |http://sp7.ru/ontology/eile_1187746878770_rus| |http://sp7.ru/ontology/eile_1097847055855_rus| |http://sp7.ru/ontology/ei_human_772348766722|)
  2694. #565: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: object in s_100_113; notNULL reference exported)
  2695. #566: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: objectSectorWhat in s_100_113; notNULL reference exported)
  2696. #567: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhat in s_100_113; notNULL reference exported)
  2697. #568: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatPercent in s_100_113; exported)
  2698. #569: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWho in s_100_113; exported)
  2699. #570: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImage in s_100_113; exported)
  2700. #571: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageThumbnail in s_100_113; exported)
  2701. #572: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageThumbnail in s_100_113; exported)
  2702. #573: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat in s_100_113; notNULL exported)
  2703. #574: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhatLabel in s_100_113; exported)
  2704. #575: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 2 const, 0 opt, 0 subq: conditionSUM in s_100_113 s_100_113; lit exported)
  2705. #576: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoMainImageLink in s_100_113; exported)
  2706. #577: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: _ownWhatOwnWhoMainImageLink in s_100_113; exported)
  2707. #578: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWho in s_100_113; notNULL reference exported)
  2708. #579: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWho_slug in s_100_113; exported)
  2709. #580: ( 1 subv (1 bindings, 0 nest.opt.), 0 recv, 0 gspo, 1 const, 0 opt, 0 subq: ownWhatOwnWhoOwnWhoOwnWhat_slug in s_100_113; exported)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement