# Lookup all 'point in time' items. SELECT DISTINCT ?qid # if I don't select ?item it times out? ¯\_(ツ)_/¯ WHERE { ?item wdt:P31/wdt:P279* wd:Q186408 . # get all 'point in time' items BIND (SUBSTR(STR(?item), STRLEN(STR(wd:X))) AS ?qid) # strip URI FILTER NOT EXISTS {?item a ontolex:LexicalEntry} # make sure we only have items and not lexemmes BIND (xsd:integer(SUBSTR(?qid, 2)) AS ?qid_as_int) # just the integer part for ordering } ORDER BY ?qid_as_int LIMIT 100
QueryContainer SelectQuery Select ( distinct ) ProjectionElem Var (qid) WhereClause GraphPatternGroup BasicGraphPattern TriplesSameSubjectPath Var (item) PropertyListPath PathAlternative PathSequence PathElt IRI (http://www.wikidata.org/prop/direct/P31) PathElt IRI (http://www.wikidata.org/prop/direct/P279) PathMod ObjectList IRI (http://www.wikidata.org/entity/Q186408) Bind Substr Str Var (item) StrLen Str IRI (http://www.wikidata.org/entity/X) Var (qid) Constraint NotExistsFunc GraphPatternGroup BasicGraphPattern TriplesSameSubjectPath Var (item) PropertyListPath PathAlternative PathSequence PathElt IRI (http://www.w3.org/1999/02/22-rdf-syntax-ns#type) ObjectList IRI (http://www.w3.org/ns/lemon/ontolex#LexicalEntry) Bind FunctionCall IRI (http://www.w3.org/2001/XMLSchema#integer) Substr Var (qid) NumericLiteral (value=2, datatype=http://www.w3.org/2001/XMLSchema#integer) Var (qid_as_int) OrderClause OrderCondition Var (qid_as_int) Limit (100)
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX sesame: <http://www.openrdf.org/schema/sesame#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX fn: <http://www.w3.org/2005/xpath-functions#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX hint: <http://www.bigdata.com/queryHints#> PREFIX bd: <http://www.bigdata.com/rdf#> PREFIX bds: <http://www.bigdata.com/rdf/search#> PREFIX psn: <http://www.wikidata.org/prop/statement/value-normalized/> PREFIX pqn: <http://www.wikidata.org/prop/qualifier/value-normalized/> PREFIX prn: <http://www.wikidata.org/prop/reference/value-normalized/> PREFIX mwapi: <https://www.mediawiki.org/ontology#API/> PREFIX gas: <http://www.bigdata.com/rdf/gas#> PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/> PREFIX psv: <http://www.wikidata.org/prop/statement/value/> PREFIX ps: <http://www.wikidata.org/prop/statement/> PREFIX pqv: <http://www.wikidata.org/prop/qualifier/value/> PREFIX pq: <http://www.wikidata.org/prop/qualifier/> PREFIX prv: <http://www.wikidata.org/prop/reference/value/> PREFIX pr: <http://www.wikidata.org/prop/reference/> PREFIX wdno: <http://www.wikidata.org/prop/novalue/> PREFIX p: <http://www.wikidata.org/prop/> PREFIX wikibase: <http://wikiba.se/ontology#> PREFIX wd: <http://www.wikidata.org/entity/> PREFIX wdata: <http://www.wikidata.org/wiki/Special:EntityData/> PREFIX wds: <http://www.wikidata.org/entity/statement/> PREFIX wdv: <http://www.wikidata.org/value/> PREFIX wdref: <http://www.wikidata.org/reference/> PREFIX schema: <http://schema.org/> PREFIX prov: <http://www.w3.org/ns/prov#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX geof: <http://www.opengis.net/def/geosparql/function/> PREFIX mediawiki: <https://www.mediawiki.org/ontology#> PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#> PREFIX dct: <http://purl.org/dc/terms/> QueryType: SELECT includeInferred=true timeout=24000000 SELECT DISTINCT VarNode(qid) JoinGroupNode { PropertyPathNode(VarNode(item), com.bigdata.rdf.sparql.ast.PathNode(PathAlternative), ConstantNode(TermId(0U)[http://www.wikidata.org/entity/Q186408])) [scope=DEFAULT_CONTEXTS] ( com.bigdata.rdf.sparql.ast.FunctionNode(FunctionNode(com.bigdata.rdf.internal.constraints.StrBOp(item)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269]),FunctionNode(XSDInteger(32)))[ FunctionNode.scalarVals=null, FunctionNode.functionURI=http://www.w3.org/2005/xpath-functions#substring, valueExpr=com.bigdata.rdf.internal.constraints.SubstrBOp(com.bigdata.rdf.internal.constraints.StrBOp(item)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269]] AS VarNode(qid) ) FILTER( NotExistsNode(VarNode(-exists-1))[ FunctionNode.scalarVals=null, FunctionNode.functionURI=http://www.bigdata.com/sparql-1.1-undefined-functionsnot-exists, graphPattern= JoinGroupNode { StatementPatternNode(VarNode(item), ConstantNode(TermId(0U)[http://www.w3.org/1999/02/22-rdf-syntax-ns#type]), ConstantNode(TermId(0U)[http://www.w3.org/ns/lemon/ontolex#LexicalEntry])) [scope=DEFAULT_CONTEXTS] }, valueExpr=com.bigdata.rdf.internal.constraints.NotBOp(com.bigdata.rdf.internal.constraints.EBVBOp(-exists-1))] ) ( com.bigdata.rdf.sparql.ast.FunctionNode(FunctionNode(com.bigdata.rdf.internal.constraints.SubstrBOp(qid,XSDInteger(2),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269]))[ FunctionNode.scalarVals=null, FunctionNode.functionURI=http://www.w3.org/2001/XMLSchema#integer, valueExpr=com.bigdata.rdf.internal.constraints.FuncBOp(com.bigdata.rdf.internal.constraints.SubstrBOp(qid,XSDInteger(2),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269, FuncBOp.function=http://www.w3.org/2001/XMLSchema#integer]] AS VarNode(qid_as_int) ) } ORDER BY com.bigdata.rdf.sparql.ast.OrderByExpr(VarNode(qid_as_int))[ ascending=true] slice(limit=100)
Static Analysis Statistics are not available.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX sesame: <http://www.openrdf.org/schema/sesame#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX fn: <http://www.w3.org/2005/xpath-functions#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX hint: <http://www.bigdata.com/queryHints#> PREFIX bd: <http://www.bigdata.com/rdf#> PREFIX bds: <http://www.bigdata.com/rdf/search#> PREFIX psn: <http://www.wikidata.org/prop/statement/value-normalized/> PREFIX pqn: <http://www.wikidata.org/prop/qualifier/value-normalized/> PREFIX prn: <http://www.wikidata.org/prop/reference/value-normalized/> PREFIX mwapi: <https://www.mediawiki.org/ontology#API/> PREFIX gas: <http://www.bigdata.com/rdf/gas#> PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/> PREFIX psv: <http://www.wikidata.org/prop/statement/value/> PREFIX ps: <http://www.wikidata.org/prop/statement/> PREFIX pqv: <http://www.wikidata.org/prop/qualifier/value/> PREFIX pq: <http://www.wikidata.org/prop/qualifier/> PREFIX prv: <http://www.wikidata.org/prop/reference/value/> PREFIX pr: <http://www.wikidata.org/prop/reference/> PREFIX wdno: <http://www.wikidata.org/prop/novalue/> PREFIX p: <http://www.wikidata.org/prop/> PREFIX wikibase: <http://wikiba.se/ontology#> PREFIX wd: <http://www.wikidata.org/entity/> PREFIX wdata: <http://www.wikidata.org/wiki/Special:EntityData/> PREFIX wds: <http://www.wikidata.org/entity/statement/> PREFIX wdv: <http://www.wikidata.org/value/> PREFIX wdref: <http://www.wikidata.org/reference/> PREFIX schema: <http://schema.org/> PREFIX prov: <http://www.w3.org/ns/prov#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX geof: <http://www.opengis.net/def/geosparql/function/> PREFIX mediawiki: <https://www.mediawiki.org/ontology#> PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#> PREFIX dct: <http://purl.org/dc/terms/> QueryType: SELECT includeInferred=true timeout=24000000 SELECT DISTINCT ( VarNode(qid) AS VarNode(qid) ) JoinGroupNode { ArbitraryLengthPathNode(left=VarNode(--pp-anon-629b880b-6397-4073-83f3-c28c22889676)[anonymous], right=ConstantNode(Vocab(2)[http://www.wikidata.org/entity/Q]:XSDUnsignedInt(186408))) { JoinGroupNode { StatementPatternNode(VarNode(-tVarLeft-67cebf54-267d-4f92-8414-b6dc3908334a)[anonymous], ConstantNode(Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279)), VarNode(-tVarRight-16b3ad38-a59b-4bd3-94b5-3b075aa8c032)[anonymous]) [scope=DEFAULT_CONTEXTS] AST2BOpBase.estimatedCardinality=32 AST2BOpBase.originalIndex=POS } AST2BOpBase.estimatedCardinality=32 } AST2BOpBase.estimatedCardinality=33 StatementPatternNode(VarNode(item), ConstantNode(Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedByte(31)), VarNode(--pp-anon-629b880b-6397-4073-83f3-c28c22889676)[anonymous]) [scope=DEFAULT_CONTEXTS] AST2BOpBase.estimatedCardinality=104311232 AST2BOpBase.originalIndex=POS QueryType: ASK SELECT VarNode(item) VarNode(-exists-1)[anonymous] JoinGroupNode { StatementPatternNode(VarNode(item), ConstantNode(Vocab(63)[http://www.w3.org/1999/02/22-rdf-syntax-ns#type]), ConstantNode(Vocab(374)[http://www.w3.org/ns/lemon/ontolex#LexicalEntry])) [scope=DEFAULT_CONTEXTS] AST2BOpBase.estimatedCardinality=984439 AST2BOpBase.originalIndex=POS } AST2BOpBase.estimatedCardinality=984439 @askVar=-exists-1 FILTER( NotExistsNode(VarNode(-exists-1))[ FunctionNode.scalarVals=null, FunctionNode.functionURI=http://www.bigdata.com/sparql-1.1-undefined-functionsnot-exists, graphPattern= JoinGroupNode { StatementPatternNode(VarNode(item), ConstantNode(Vocab(63)[http://www.w3.org/1999/02/22-rdf-syntax-ns#type]), ConstantNode(Vocab(374)[http://www.w3.org/ns/lemon/ontolex#LexicalEntry])) [scope=DEFAULT_CONTEXTS] AST2BOpBase.estimatedCardinality=984439 AST2BOpBase.originalIndex=POS } AST2BOpBase.estimatedCardinality=984439, valueExpr=com.bigdata.rdf.internal.constraints.NotBOp(com.bigdata.rdf.internal.constraints.EBVBOp(-exists-1))] ) ( com.bigdata.rdf.sparql.ast.FunctionNode(FunctionNode(com.bigdata.rdf.internal.constraints.StrBOp(item)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269]),FunctionNode(XSDInteger(32)))[ FunctionNode.scalarVals=null, FunctionNode.functionURI=http://www.w3.org/2005/xpath-functions#substring, valueExpr=com.bigdata.rdf.internal.constraints.SubstrBOp(com.bigdata.rdf.internal.constraints.StrBOp(item)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269]] AS VarNode(qid) ) ( com.bigdata.rdf.sparql.ast.FunctionNode(FunctionNode(com.bigdata.rdf.internal.constraints.SubstrBOp(qid,XSDInteger(2),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269]))[ FunctionNode.scalarVals=null, FunctionNode.functionURI=http://www.w3.org/2001/XMLSchema#integer, valueExpr=com.bigdata.rdf.internal.constraints.FuncBOp(com.bigdata.rdf.internal.constraints.SubstrBOp(qid,XSDInteger(2),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269, FuncBOp.function=http://www.w3.org/2001/XMLSchema#integer]] AS VarNode(qid_as_int) ) } ORDER BY com.bigdata.rdf.sparql.ast.OrderByExpr(VarNode(qid_as_int))[ ascending=true] slice(limit=100) with static (exogeneous) bindings defined as follows: { { } }
com.bigdata.bop.solutions.SliceOp[32](ProjectionOp[31])[ BOp.bopId=32, SliceOp.offset=0, SliceOp.limit=100, BOp.evaluationContext=CONTROLLER, PipelineOp.pipelined=true, PipelineOp.maxParallel=1, PipelineOp.reorderSolutions=false, PipelineOp.sharedState=true, BOp.timeout=24000000, BOp.namespace=wdq, QueryEngine.queryId=7cd3f0d9-fbe2-420c-9a19-8de318776aaa, QueryEngine.chunkHandler=com.bigdata.bop.engine.NativeHeapStandloneChunkHandler@1335c77d] com.bigdata.bop.solutions.ProjectionOp[31](JVMDistinctBindingSetsOp[30])[ BOp.bopId=31, BOp.evaluationContext=CONTROLLER, PipelineOp.sharedState=true, JoinAnnotations.select=[qid], PipelineOp.maxParallel=1, PipelineOp.reorderSolutions=false] com.bigdata.bop.solutions.JVMDistinctBindingSetsOp[30](MemorySortOp[28])[ BOp.bopId=30, HashJoinAnnotations.joinVars=[qid], BOp.evaluationContext=CONTROLLER, PipelineOp.sharedState=true, PipelineOp.maxParallel=1, PipelineOp.reorderSolutions=false] com.bigdata.bop.solutions.MemorySortOp[28](ChunkedMaterializationOp[29])[ BOp.bopId=28, SortOp.sortOrder=[ASC(qid_as_int)], SortOp.valueComparator=com.bigdata.bop.solutions.IVComparator@453dfba2, BOp.evaluationContext=CONTROLLER, PipelineOp.pipelined=true, PipelineOp.maxParallel=1, PipelineOp.reorderSolutions=false, PipelineOp.lastPass=true] com.bigdata.bop.rdf.join.ChunkedMaterializationOp[29](DropOp[27])[ ChunkedMaterializationOp.vars=[qid_as_int], IPredicate.relationName=[wdq.lex], IPredicate.timestamp=1675093424269, ChunkedMaterializationOp.materializeAll=false, PipelineOp.sharedState=true, PipelineOp.reorderSolutions=true, PipelineOp.maxParallel=5, BOp.bopId=29] com.bigdata.bop.solutions.DropOp[27](VariableUnificationOp[26])[ BOp.bopId=27, DropOp.dropVars=[-exists-1]] com.bigdata.bop.rdf.join.VariableUnificationOp[26](MockTermResolverOp[25])[ VariableUnificationOp.vars=[qid_as_int, 4dd3439e-d194-40d0-baea-7ba22f279d6a], BOp.bopId=26] com.bigdata.bop.rdf.join.MockTermResolverOp[25](ConditionalRoutingOp[22])[ MockTermResolverOp.vars=[4dd3439e-d194-40d0-baea-7ba22f279d6a], IPredicate.relationName=[wdq.lex], IPredicate.timestamp=1675093424269, PipelineOp.sharedState=true, BOp.bopId=25] com.bigdata.bop.bset.ConditionalRoutingOp[22](ChunkedMaterializationOp[24])[ BOp.bopId=22, ConditionalRoutingOp.condition=com.bigdata.rdf.internal.constraints.ProjectedConstraint(com.bigdata.rdf.internal.constraints.ConditionalBind(4dd3439e-d194-40d0-baea-7ba22f279d6a,com.bigdata.rdf.internal.constraints.FuncBOp(com.bigdata.rdf.internal.constraints.SubstrBOp(qid,XSDInteger(2),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269, FuncBOp.function=http://www.w3.org/2001/XMLSchema#integer])[ ConditionalBind.projection=false])] com.bigdata.bop.rdf.join.ChunkedMaterializationOp[24](ConditionalRoutingOp[23])[ ChunkedMaterializationOp.vars=[qid], IPredicate.relationName=[wdq.lex], IPredicate.timestamp=1675093424269, ChunkedMaterializationOp.materializeAll=false, PipelineOp.sharedState=true, PipelineOp.reorderSolutions=true, PipelineOp.maxParallel=5, BOp.bopId=24] com.bigdata.bop.bset.ConditionalRoutingOp[23](VariableUnificationOp[21])[ BOp.bopId=23, ConditionalRoutingOp.condition=com.bigdata.rdf.internal.constraints.SPARQLConstraint(com.bigdata.rdf.internal.constraints.NeedsMaterializationBOp(com.bigdata.rdf.internal.constraints.FuncBOp(com.bigdata.rdf.internal.constraints.SubstrBOp(qid,XSDInteger(2),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269, FuncBOp.function=http://www.w3.org/2001/XMLSchema#integer])), PipelineOp.altSinkRef=22] com.bigdata.bop.rdf.join.VariableUnificationOp[21](MockTermResolverOp[20])[ VariableUnificationOp.vars=[qid, b2d2d9e7-76de-43d1-a945-13ff553fce09], BOp.bopId=21] com.bigdata.bop.rdf.join.MockTermResolverOp[20](ConditionalRoutingOp[17])[ MockTermResolverOp.vars=[b2d2d9e7-76de-43d1-a945-13ff553fce09], IPredicate.relationName=[wdq.lex], IPredicate.timestamp=1675093424269, PipelineOp.sharedState=true, BOp.bopId=20] com.bigdata.bop.bset.ConditionalRoutingOp[17](ChunkedMaterializationOp[19])[ BOp.bopId=17, ConditionalRoutingOp.condition=com.bigdata.rdf.internal.constraints.ProjectedConstraint(com.bigdata.rdf.internal.constraints.ConditionalBind(b2d2d9e7-76de-43d1-a945-13ff553fce09,com.bigdata.rdf.internal.constraints.SubstrBOp(com.bigdata.rdf.internal.constraints.StrBOp(item)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269])[ ConditionalBind.projection=false])] com.bigdata.bop.rdf.join.ChunkedMaterializationOp[19](ConditionalRoutingOp[18])[ ChunkedMaterializationOp.vars=[item], IPredicate.relationName=[wdq.lex], IPredicate.timestamp=1675093424269, ChunkedMaterializationOp.materializeAll=false, PipelineOp.sharedState=true, PipelineOp.reorderSolutions=true, PipelineOp.maxParallel=5, BOp.bopId=19] com.bigdata.bop.bset.ConditionalRoutingOp[18](ConditionalRoutingOp[14])[ BOp.bopId=18, ConditionalRoutingOp.condition=com.bigdata.rdf.internal.constraints.SPARQLConstraint(com.bigdata.rdf.internal.constraints.NeedsMaterializationBOp(com.bigdata.rdf.internal.constraints.SubstrBOp(com.bigdata.rdf.internal.constraints.StrBOp(item)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269])), PipelineOp.altSinkRef=17] com.bigdata.bop.bset.ConditionalRoutingOp[14](ChunkedMaterializationOp[16])[ BOp.bopId=14, ConditionalRoutingOp.condition=com.bigdata.rdf.internal.constraints.SPARQLConstraint(com.bigdata.rdf.internal.constraints.NotBOp(com.bigdata.rdf.internal.constraints.EBVBOp(-exists-1)))] com.bigdata.bop.rdf.join.ChunkedMaterializationOp[16](ConditionalRoutingOp[15])[ ChunkedMaterializationOp.vars=[-exists-1], IPredicate.relationName=[wdq.lex], IPredicate.timestamp=1675093424269, ChunkedMaterializationOp.materializeAll=false, PipelineOp.sharedState=true, PipelineOp.reorderSolutions=true, PipelineOp.maxParallel=5, BOp.bopId=16] com.bigdata.bop.bset.ConditionalRoutingOp[15](HTreeSolutionSetHashJoinOp[13])[ BOp.bopId=15, ConditionalRoutingOp.condition=com.bigdata.rdf.internal.constraints.SPARQLConstraint(com.bigdata.rdf.internal.constraints.NeedsMaterializationBOp(com.bigdata.rdf.internal.constraints.NotBOp(com.bigdata.rdf.internal.constraints.EBVBOp(-exists-1)))), PipelineOp.altSinkRef=14] com.bigdata.bop.join.HTreeSolutionSetHashJoinOp[13](PipelineJoin[12])[ BOp.bopId=13, BOp.evaluationContext=CONTROLLER, PipelineOp.maxParallel=1, PipelineOp.sharedState=true, SolutionSetHashJoinOp.release=true, PipelineOp.lastPass=true, namedSetRef=NamedSolutionSetRef{localName=--set-9,queryId=7cd3f0d9-fbe2-420c-9a19-8de318776aaa,joinVars=[item]}] com.bigdata.bop.join.PipelineJoin[12](HashIndexOp[10])[ BOp.bopId=12, JoinAnnotations.constraints=null, AST2BOpBase.simpleJoin=true, BOp.evaluationContext=ANY, AccessPathJoinAnnotations.predicate=com.bigdata.rdf.spo.SPOPredicate[11](item=null, Vocab(63)[http://www.w3.org/1999/02/22-rdf-syntax-ns#type], Vocab(374)[http://www.w3.org/ns/lemon/ontolex#LexicalEntry])[ IPredicate.relationName=[wdq.spo], IPredicate.timestamp=1675093424269, BOp.bopId=11, AST2BOpBase.estimatedCardinality=984439, AST2BOpBase.originalIndex=POS, IPredicate.flags=[KEYS,VALS,READONLY,PARALLEL]]] com.bigdata.bop.join.HashIndexOp[10](PipelineJoin[8])[ BOp.bopId=10, BOp.evaluationContext=CONTROLLER, PipelineOp.maxParallel=1, PipelineOp.lastPass=true, PipelineOp.sharedState=true, JoinAnnotations.joinType=Exists, HashJoinAnnotations.joinVars=[item], bindingSets=null, HashJoinAnnotations.outputDistinctJVs=true, JoinAnnotations.constraints=null, HashJoinAnnotations.askVar=-exists-1, HashIndexOpBase.utilFactory=com.bigdata.bop.join.HTreeHashJoinUtility$1@2c5b1a43, namedSetRef=NamedSolutionSetRef{localName=--set-9,queryId=7cd3f0d9-fbe2-420c-9a19-8de318776aaa,joinVars=[item]}, IPredicate.relationName=[wdq.lex]] com.bigdata.bop.join.PipelineJoin[8](HTreeSolutionSetHashJoinOp[6])[ BOp.bopId=8, JoinAnnotations.constraints=null, AST2BOpBase.simpleJoin=true, BOp.evaluationContext=ANY, AccessPathJoinAnnotations.predicate=com.bigdata.rdf.spo.SPOPredicate[7](item=null, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedByte(31), --pp-anon-629b880b-6397-4073-83f3-c28c22889676=null)[ IPredicate.relationName=[wdq.spo], IPredicate.timestamp=1675093424269, BOp.bopId=7, AST2BOpBase.estimatedCardinality=104311232, AST2BOpBase.originalIndex=POS, IPredicate.flags=[KEYS,VALS,READONLY,PARALLEL]]] com.bigdata.bop.join.HTreeSolutionSetHashJoinOp[6](ArbitraryLengthPathOp[5])[ BOp.bopId=6, BOp.evaluationContext=CONTROLLER, PipelineOp.maxParallel=1, PipelineOp.sharedState=true, JoinAnnotations.constraints=null, SolutionSetHashJoinOp.release=true, PipelineOp.lastPass=true, namedSetRef=NamedSolutionSetRef{localName=--set-1,namespace=null,timestamp=-1,joinVars=[]}] com.bigdata.bop.paths.ArbitraryLengthPathOp[5](HashIndexOp[4])[ ArbitraryLengthPathOp$Annotations.subquery=com.bigdata.bop.join.PipelineJoin[3]()[ BOp.bopId=3, JoinAnnotations.constraints=null, AST2BOpBase.simpleJoin=true, BOp.evaluationContext=ANY, AccessPathJoinAnnotations.predicate=com.bigdata.rdf.spo.SPOPredicate[2](-tVarLeft-67cebf54-267d-4f92-8414-b6dc3908334a=null, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), -tVarRight-16b3ad38-a59b-4bd3-94b5-3b075aa8c032=null)[ IPredicate.relationName=[wdq.spo], IPredicate.timestamp=1675093424269, BOp.bopId=2, AST2BOpBase.estimatedCardinality=32, AST2BOpBase.originalIndex=POS, IPredicate.flags=[KEYS,VALS,READONLY,PARALLEL]], BOp.namespace=wdq], ArbitraryLengthPathOp$Annotations.leftTerm=--pp-anon-629b880b-6397-4073-83f3-c28c22889676, ArbitraryLengthPathOp$Annotations.rightTerm=Vocab(2)[http://www.wikidata.org/entity/Q]:XSDUnsignedInt(186408), ArbitraryLengthPathOp$Annotations.transitivityVarLeft=-tVarLeft-67cebf54-267d-4f92-8414-b6dc3908334a, ArbitraryLengthPathOp$Annotations.transitivityVarRight=-tVarRight-16b3ad38-a59b-4bd3-94b5-3b075aa8c032, ArbitraryLengthPathOp$Annotations.edgeVar=null, ArbitraryLengthPathOp$Annotations.middleTerm=null, ArbitraryLengthPathOp$Annotations.lowerBound=0, ArbitraryLengthPathOp$Annotations.upperBound=9223372036854775807, ArbitraryLengthPathOp$Annotations.projectInVars=[], ArbitraryLengthPathOp$Annotations.dropVars=[-tVarLeft-67cebf54-267d-4f92-8414-b6dc3908334a, -tVarRight-16b3ad38-a59b-4bd3-94b5-3b075aa8c032], BOp.bopId=5, BOp.evaluationContext=CONTROLLER] @com.bigdata.bop.paths.ArbitraryLengthPathOp$Annotations.subquery: com.bigdata.bop.join.PipelineJoin[3]()[ BOp.bopId=3, JoinAnnotations.constraints=null, AST2BOpBase.simpleJoin=true, BOp.evaluationContext=ANY, AccessPathJoinAnnotations.predicate=com.bigdata.rdf.spo.SPOPredicate[2](-tVarLeft-67cebf54-267d-4f92-8414-b6dc3908334a=null, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), -tVarRight-16b3ad38-a59b-4bd3-94b5-3b075aa8c032=null)[ IPredicate.relationName=[wdq.spo], IPredicate.timestamp=1675093424269, BOp.bopId=2, AST2BOpBase.estimatedCardinality=32, AST2BOpBase.originalIndex=POS, IPredicate.flags=[KEYS,VALS,READONLY,PARALLEL]], BOp.namespace=wdq] com.bigdata.bop.join.HashIndexOp[4]()[ BOp.bopId=4, BOp.evaluationContext=CONTROLLER, PipelineOp.maxParallel=1, PipelineOp.lastPass=true, PipelineOp.sharedState=true, JoinAnnotations.joinType=Normal, HashJoinAnnotations.joinVars=[], bindingSets=null, HashJoinAnnotations.outputDistinctJVs=true, JoinAnnotations.constraints=null, HashJoinAnnotations.askVar=null, HashIndexOpBase.utilFactory=com.bigdata.bop.join.HTreeHashJoinUtility$1@2c5b1a43, namedSetRef=NamedSolutionSetRef{localName=--set-1,namespace=null,timestamp=-1,joinVars=[]}, IPredicate.relationName=[wdq.lex]]
solutions=100, chunks=1, subqueries=6, elapsed=8260ms.
queryId | beginTime | doneTime | deadline | elapsed | cause | evalOrder | controller | bopId | predId | bopSummary | predSummary | bopAnnotations | predAnnotations | staticBestKeyOrder | overriddenKeyOrder | nvars | fastRangeCount | runState | sumMillis | opCount | numRunning | queueChunks | queueSolutions | chunksIn | unitsIn | unitsInPerChunk | chunksOut | unitsOut | unitsOutPerChunk | typeErrors | joinRatio | accessPathDups | accessPathCount | accessPathRangeCount | accessPathChunksIn | accessPathUnitsIn | solutions/ms |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | total | total | total | AllDone | 78463 | 28083 | 0 | 31704 | 3367109 | 106.2045483219783 | 31706 | 3367409 | 106.20731091906895 | 0 | 1.0000890972047534 | 0 | 195338 | 594532 | 2088 | 198175 | 407 | ||||||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 0 | false | 4 | HashIndexOp[4] | HTreeHashJoinUtility{open=false,joinType=Normal,joinVars=[],outputDistinctJVs=true,size=1,considered(left=709,right=8,joins=709)},namedSet=--set-1 |
| AllDone | 1 | 2 | 0 | 1 | 1 | 1.0 | 1 | 1 | 1.0 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 1 | false | 5 | ArbitraryLengthPathOp[5] |
| AllDone | 85 | 1 | 0 | 0 | 0 | 0.0 | 8 | 709 | 88.625 | 0 | N/A | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 2 | false | 6 | HTreeSolutionSetHashJoinOp[6] | HTreeHashJoinUtility{open=false,joinType=Normal,joinVars=[],outputDistinctJVs=true,size=1,considered(left=709,right=8,joins=709)},namedSet=--set-1 |
| AllDone | 6 | 9 | 0 | 8 | 709 | 88.625 | 8 | 709 | 88.625 | 0 | 1.0 | 0 | 9 | 9 | 0 | 0 | 0 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 3 | false | 8 | 7 | PipelineJoin[8] | SPOPredicate[7](?item, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedByte(31), ?--pp-anon-629b880b-6397-4073-83f3-c28c22889676) |
|
| POS | 2 | 104311232 | AllDone | 1185 | 8 | 0 | 8 | 709 | 88.625 | 1986 | 198174 | 99.78549848942598 | 0 | 279.5119887165021 | 0 | 709 | 198174 | 2087 | 198174 | 23 | ||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 4 | false | 10 | HashIndexOp[10] | HTreeHashJoinUtility{open=false,joinType=Exists,askVar=-exists-1,joinVars=[item],outputDistinctJVs=true,size=198174,considered(left=1,right=1,joins=1),joinSetSize=1},namedSet=--set-9 |
| AllDone | 2904 | 214 | 0 | 1986 | 198174 | 99.78549848942598 | 1947 | 194618 | 99.95788392398562 | 0 | 0.9820561728581954 | 0 | 0 | 0 | 0 | 0 | 23 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 5 | false | 12 | 11 | PipelineJoin[12] | SPOPredicate[11](?item, Vocab(63)[http://www.w3.org/1999/02/22-rdf-syntax-ns#type], Vocab(374)[http://www.w3.org/ns/lemon/ontolex#LexicalEntry]) |
|
| POS | 1 | 984439 | AllDone | 9083 | 276 | 0 | 1947 | 194618 | 99.95788392398562 | 1 | 1 | 1.0 | 0 | 5.138270869087135E-6 | 0 | 194618 | 1 | 1 | 1 | 0 | ||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 6 | false | 13 | HTreeSolutionSetHashJoinOp[13] | HTreeHashJoinUtility{open=false,joinType=Exists,askVar=-exists-1,joinVars=[item],outputDistinctJVs=true,size=198174,considered(left=1,right=1,joins=1),joinSetSize=1},namedSet=--set-9 |
| AllDone | 3160 | 2 | 0 | 1 | 1 | 1.0 | 1982 | 198174 | 99.98688193743693 | 0 | 198174.0 | 0 | 2 | 396348 | 0 | 0 | 23 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 7 | false | 15 | ConditionalRoutingOp[15] | com.bigdata.rdf.internal.constraints.SPARQLConstraint(com.bigdata.rdf.internal.constraints.NeedsMaterializationBOp(com.bigdata.rdf.internal.constraints.NotBOp(com.bigdata.rdf.internal.constraints.EBVBOp(-exists-1)))) |
| AllDone | 2783 | 1982 | 0 | 1982 | 198174 | 99.98688193743693 | 1982 | 198174 | 99.98688193743693 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 8 | false | 16 | ChunkedMaterializationOp[16] | vars=[-exists-1],materializeInlineIVs=false |
| AllDone | 0 | 0 | 0 | 0 | 0 | 0.0 | 0 | 0 | 0.0 | 0 | N/A | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 9 | false | 14 | ConditionalRoutingOp[14] | com.bigdata.rdf.internal.constraints.SPARQLConstraint(com.bigdata.rdf.internal.constraints.NotBOp(com.bigdata.rdf.internal.constraints.EBVBOp(-exists-1))) |
| AllDone | 3171 | 1982 | 0 | 1982 | 198174 | 99.98688193743693 | 1982 | 198173 | 99.98637739656913 | 0 | 0.9999949539293752 | 0 | 0 | 0 | 0 | 0 | 23 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 10 | false | 18 | ConditionalRoutingOp[18] | com.bigdata.rdf.internal.constraints.SPARQLConstraint(com.bigdata.rdf.internal.constraints.NeedsMaterializationBOp(com.bigdata.rdf.internal.constraints.SubstrBOp(com.bigdata.rdf.internal.constraints.StrBOp(item)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269])) |
| AllDone | 3962 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 11 | false | 19 | ChunkedMaterializationOp[19] | vars=[item],materializeInlineIVs=false |
| AllDone | 3714 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 12 | false | 17 | ConditionalRoutingOp[17] | com.bigdata.rdf.internal.constraints.ProjectedConstraint(com.bigdata.rdf.internal.constraints.ConditionalBind(b2d2d9e7-76de-43d1-a945-13ff553fce09,com.bigdata.rdf.internal.constraints.SubstrBOp(com.bigdata.rdf.internal.constraints.StrBOp(item)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269])[ ConditionalBind.projection=false]) |
| AllDone | 4988 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 13 | false | 20 | MockTermResolverOp[20] |
| AllDone | 6666 | 1980 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | ||||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 14 | false | 21 | VariableUnificationOp[21] |
| AllDone | 4166 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | ||||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 15 | false | 23 | ConditionalRoutingOp[23] | com.bigdata.rdf.internal.constraints.SPARQLConstraint(com.bigdata.rdf.internal.constraints.NeedsMaterializationBOp(com.bigdata.rdf.internal.constraints.FuncBOp(com.bigdata.rdf.internal.constraints.SubstrBOp(qid,XSDInteger(2),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269, FuncBOp.function=http://www.w3.org/2001/XMLSchema#integer])) |
| AllDone | 5176 | 1981 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 16 | false | 24 | ChunkedMaterializationOp[24] | vars=[qid],materializeInlineIVs=false |
| AllDone | 0 | 0 | 0 | 0 | 0 | 0.0 | 0 | 0 | 0.0 | 0 | N/A | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 17 | false | 22 | ConditionalRoutingOp[22] | com.bigdata.rdf.internal.constraints.ProjectedConstraint(com.bigdata.rdf.internal.constraints.ConditionalBind(4dd3439e-d194-40d0-baea-7ba22f279d6a,com.bigdata.rdf.internal.constraints.FuncBOp(com.bigdata.rdf.internal.constraints.SubstrBOp(qid,XSDInteger(2),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093424269, FuncBOp.function=http://www.w3.org/2001/XMLSchema#integer])[ ConditionalBind.projection=false]) |
| AllDone | 5597 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 18 | false | 25 | MockTermResolverOp[25] |
| AllDone | 4743 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | ||||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 19 | false | 26 | VariableUnificationOp[26] |
| AllDone | 5081 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | ||||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 20 | false | 27 | DropOp[27] | [-exists-1] |
| AllDone | 4611 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 21 | false | 29 | ChunkedMaterializationOp[29] | vars=[qid_as_int],materializeInlineIVs=false |
| AllDone | 4505 | 1981 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 22 | false | 28 | MemorySortOp[28] |
| AllDone | 2382 | 1804 | 0 | 1982 | 198173 | 99.98637739656913 | 1 | 198173 | 198173.0 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 23 | ||||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 23 | false | 30 | JVMDistinctBindingSetsOp[30] |
| AllDone | 490 | 1 | 0 | 1 | 198173 | 198173.0 | 3 | 300 | 100.0 | 0 | 0.0015138288263285109 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 24 | false | 31 | ProjectionOp[31] | [qid] |
| AllDone | 2 | 2 | 0 | 2 | 200 | 100.0 | 2 | 200 | 100.0 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||
7cd3f0d9-fbe2-420c-9a19-8de318776aaa | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:52 PM UTC | Monday, January 30, 2023 10:23:44 PM UTC | 8260 | 25 | false | 32 | SliceOp[32] | offset=0, limit=100 |
| AllDone | 2 | 2 | 0 | 2 | 100 | 50.0 | 1 | 100 | 100.0 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||
queryId | beginTime | doneTime | deadline | elapsed | cause | evalOrder | controller | bopId | predId | bopSummary | predSummary | bopAnnotations | predAnnotations | staticBestKeyOrder | overriddenKeyOrder | nvars | fastRangeCount | runState | sumMillis | opCount | numRunning | queueChunks | queueSolutions | chunksIn | unitsIn | unitsInPerChunk | chunksOut | unitsOut | unitsOutPerChunk | typeErrors | joinRatio | accessPathDups | accessPathCount | accessPathRangeCount | accessPathChunksIn | accessPathUnitsIn | solutions/ms |
21e3be37-236c-4386-a491-5ead80635b40 | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 1 | total | total | total | AllDone | 0 | 1 | 0 | 1 | 1 | 1.0 | 1 | 32 | 32.0 | 0 | 32.0 | 0 | 1 | 32 | 1 | 32 | 32 | |||||||||||||
21e3be37-236c-4386-a491-5ead80635b40 | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 1 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-67cebf54-267d-4f92-8414-b6dc3908334a, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-16b3ad38-a59b-4bd3-94b5-3b075aa8c032) |
|
| POS | 2 | 32 | AllDone | 0 | 1 | 0 | 1 | 1 | 1.0 | 1 | 32 | 32.0 | 0 | 32.0 | 0 | 1 | 32 | 1 | 32 | 32 | |||||
queryId | beginTime | doneTime | deadline | elapsed | cause | evalOrder | controller | bopId | predId | bopSummary | predSummary | bopAnnotations | predAnnotations | staticBestKeyOrder | overriddenKeyOrder | nvars | fastRangeCount | runState | sumMillis | opCount | numRunning | queueChunks | queueSolutions | chunksIn | unitsIn | unitsInPerChunk | chunksOut | unitsOut | unitsOutPerChunk | typeErrors | joinRatio | accessPathDups | accessPathCount | accessPathRangeCount | accessPathChunksIn | accessPathUnitsIn | solutions/ms |
20e012c8-c962-4dfd-8665-10bf11b39a74 | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 4 | total | total | total | AllDone | 4 | 1 | 0 | 1 | 32 | 32.0 | 2 | 120 | 60.0 | 0 | 3.75 | 0 | 32 | 120 | 8 | 120 | 30 | |||||||||||||
20e012c8-c962-4dfd-8665-10bf11b39a74 | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 4 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-67cebf54-267d-4f92-8414-b6dc3908334a, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-16b3ad38-a59b-4bd3-94b5-3b075aa8c032) |
|
| POS | 2 | 32 | AllDone | 4 | 1 | 0 | 1 | 32 | 32.0 | 2 | 120 | 60.0 | 0 | 3.75 | 0 | 32 | 120 | 8 | 120 | 30 | |||||
queryId | beginTime | doneTime | deadline | elapsed | cause | evalOrder | controller | bopId | predId | bopSummary | predSummary | bopAnnotations | predAnnotations | staticBestKeyOrder | overriddenKeyOrder | nvars | fastRangeCount | runState | sumMillis | opCount | numRunning | queueChunks | queueSolutions | chunksIn | unitsIn | unitsInPerChunk | chunksOut | unitsOut | unitsOutPerChunk | typeErrors | joinRatio | accessPathDups | accessPathCount | accessPathRangeCount | accessPathChunksIn | accessPathUnitsIn | solutions/ms |
a334794f-a153-48c1-9a8c-3b5c8fb03cbf | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 11 | total | total | total | AllDone | 11 | 1 | 0 | 1 | 117 | 117.0 | 2 | 170 | 85.0 | 0 | 1.452991452991453 | 0 | 117 | 170 | 32 | 170 | 15 | |||||||||||||
a334794f-a153-48c1-9a8c-3b5c8fb03cbf | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 11 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-67cebf54-267d-4f92-8414-b6dc3908334a, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-16b3ad38-a59b-4bd3-94b5-3b075aa8c032) |
|
| POS | 2 | 32 | AllDone | 11 | 1 | 0 | 1 | 117 | 117.0 | 2 | 170 | 85.0 | 0 | 1.452991452991453 | 0 | 117 | 170 | 32 | 170 | 15 | |||||
queryId | beginTime | doneTime | deadline | elapsed | cause | evalOrder | controller | bopId | predId | bopSummary | predSummary | bopAnnotations | predAnnotations | staticBestKeyOrder | overriddenKeyOrder | nvars | fastRangeCount | runState | sumMillis | opCount | numRunning | queueChunks | queueSolutions | chunksIn | unitsIn | unitsInPerChunk | chunksOut | unitsOut | unitsOutPerChunk | typeErrors | joinRatio | accessPathDups | accessPathCount | accessPathRangeCount | accessPathChunksIn | accessPathUnitsIn | solutions/ms |
15ab29ad-e207-4c8f-97f3-771438c6a7af | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 11 | total | total | total | AllDone | 11 | 1 | 0 | 1 | 148 | 148.0 | 5 | 426 | 85.2 | 0 | 2.8783783783783785 | 0 | 148 | 426 | 23 | 426 | 38 | |||||||||||||
15ab29ad-e207-4c8f-97f3-771438c6a7af | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 11 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-67cebf54-267d-4f92-8414-b6dc3908334a, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-16b3ad38-a59b-4bd3-94b5-3b075aa8c032) |
|
| POS | 2 | 32 | AllDone | 11 | 1 | 0 | 1 | 148 | 148.0 | 5 | 426 | 85.2 | 0 | 2.8783783783783785 | 0 | 148 | 426 | 23 | 426 | 38 | |||||
queryId | beginTime | doneTime | deadline | elapsed | cause | evalOrder | controller | bopId | predId | bopSummary | predSummary | bopAnnotations | predAnnotations | staticBestKeyOrder | overriddenKeyOrder | nvars | fastRangeCount | runState | sumMillis | opCount | numRunning | queueChunks | queueSolutions | chunksIn | unitsIn | unitsInPerChunk | chunksOut | unitsOut | unitsOutPerChunk | typeErrors | joinRatio | accessPathDups | accessPathCount | accessPathRangeCount | accessPathChunksIn | accessPathUnitsIn | solutions/ms |
503fffd2-ce1b-4e53-abdd-0c55c4e19753 | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 14 | total | total | total | AllDone | 14 | 1 | 0 | 1 | 426 | 426.0 | 1 | 8 | 8.0 | 0 | 0.018779342723004695 | 0 | 426 | 8 | 4 | 8 | 0 | |||||||||||||
503fffd2-ce1b-4e53-abdd-0c55c4e19753 | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 14 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-67cebf54-267d-4f92-8414-b6dc3908334a, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-16b3ad38-a59b-4bd3-94b5-3b075aa8c032) |
|
| POS | 2 | 32 | AllDone | 14 | 1 | 0 | 1 | 426 | 426.0 | 1 | 8 | 8.0 | 0 | 0.018779342723004695 | 0 | 426 | 8 | 4 | 8 | 0 | |||||
queryId | beginTime | doneTime | deadline | elapsed | cause | evalOrder | controller | bopId | predId | bopSummary | predSummary | bopAnnotations | predAnnotations | staticBestKeyOrder | overriddenKeyOrder | nvars | fastRangeCount | runState | sumMillis | opCount | numRunning | queueChunks | queueSolutions | chunksIn | unitsIn | unitsInPerChunk | chunksOut | unitsOut | unitsOutPerChunk | typeErrors | joinRatio | accessPathDups | accessPathCount | accessPathRangeCount | accessPathChunksIn | accessPathUnitsIn | solutions/ms |
17f62847-6ff1-44ec-b7e4-ea96283ef353 | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 1 | total | total | total | AllDone | 1 | 1 | 0 | 1 | 8 | 8.0 | 0 | 0 | 0.0 | 0 | 0.0 | 0 | 8 | 0 | 0 | 0 | 0 | |||||||||||||
17f62847-6ff1-44ec-b7e4-ea96283ef353 | Monday, January 30, 2023 3:43:44 PM UTC | Monday, January 30, 2023 3:43:44 PM UTC | 1 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-67cebf54-267d-4f92-8414-b6dc3908334a, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-16b3ad38-a59b-4bd3-94b5-3b075aa8c032) |
|
| POS | 2 | 32 | AllDone | 1 | 1 | 0 | 1 | 8 | 8.0 | 0 | 0 | 0.0 | 0 | 0.0 | 0 | 8 | 0 | 0 | 0 | 0 |