# Lookup all 'point in time' items. SELECT DISTINCT ?item ?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 (item) 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(item) 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=1675093414207]),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=1675093414207],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207]] 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=1675093414207]))[ 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=1675093414207])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207, 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(item) AS VarNode(item) ) ( VarNode(qid) AS VarNode(qid) ) JoinGroupNode { ArbitraryLengthPathNode(left=VarNode(--pp-anon-f6f52998-f583-4a03-8e1a-0c95add97cea)[anonymous], right=ConstantNode(Vocab(2)[http://www.wikidata.org/entity/Q]:XSDUnsignedInt(186408))) { JoinGroupNode { StatementPatternNode(VarNode(-tVarLeft-dba709e9-accb-474e-a96b-6f450f8bd4bc)[anonymous], ConstantNode(Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279)), VarNode(-tVarRight-f0621c11-2842-4399-8386-3ec181cbb820)[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-f6f52998-f583-4a03-8e1a-0c95add97cea)[anonymous]) [scope=DEFAULT_CONTEXTS] AST2BOpBase.estimatedCardinality=104311231 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=1675093414207]),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=1675093414207],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207]] 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=1675093414207]))[ 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=1675093414207])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207, 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=4d5880b3-659c-4f5b-81af-517e8b835545, 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=[item, qid], PipelineOp.maxParallel=1, PipelineOp.reorderSolutions=false] com.bigdata.bop.solutions.JVMDistinctBindingSetsOp[30](MemorySortOp[28])[ BOp.bopId=30, HashJoinAnnotations.joinVars=[item, 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@607d28ad, 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=1675093414207, 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, 115b8550-825e-4529-9ce9-f45d645a8d01], BOp.bopId=26] com.bigdata.bop.rdf.join.MockTermResolverOp[25](ConditionalRoutingOp[22])[ MockTermResolverOp.vars=[115b8550-825e-4529-9ce9-f45d645a8d01], IPredicate.relationName=[wdq.lex], IPredicate.timestamp=1675093414207, 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(115b8550-825e-4529-9ce9-f45d645a8d01,com.bigdata.rdf.internal.constraints.FuncBOp(com.bigdata.rdf.internal.constraints.SubstrBOp(qid,XSDInteger(2),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207, 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=1675093414207, 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=1675093414207])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207, FuncBOp.function=http://www.w3.org/2001/XMLSchema#integer])), PipelineOp.altSinkRef=22] com.bigdata.bop.rdf.join.VariableUnificationOp[21](MockTermResolverOp[20])[ VariableUnificationOp.vars=[qid, 8a603475-2aff-4878-9ece-7fed303e319a], BOp.bopId=21] com.bigdata.bop.rdf.join.MockTermResolverOp[20](ConditionalRoutingOp[17])[ MockTermResolverOp.vars=[8a603475-2aff-4878-9ece-7fed303e319a], IPredicate.relationName=[wdq.lex], IPredicate.timestamp=1675093414207, 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(8a603475-2aff-4878-9ece-7fed303e319a,com.bigdata.rdf.internal.constraints.SubstrBOp(com.bigdata.rdf.internal.constraints.StrBOp(item)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207])[ ConditionalBind.projection=false])] com.bigdata.bop.rdf.join.ChunkedMaterializationOp[19](ConditionalRoutingOp[18])[ ChunkedMaterializationOp.vars=[item], IPredicate.relationName=[wdq.lex], IPredicate.timestamp=1675093414207, 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=1675093414207],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207])), 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=1675093414207, 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=4d5880b3-659c-4f5b-81af-517e8b835545,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=1675093414207, 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=4d5880b3-659c-4f5b-81af-517e8b835545,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-f6f52998-f583-4a03-8e1a-0c95add97cea=null)[ IPredicate.relationName=[wdq.spo], IPredicate.timestamp=1675093414207, BOp.bopId=7, AST2BOpBase.estimatedCardinality=104311231, 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-dba709e9-accb-474e-a96b-6f450f8bd4bc=null, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), -tVarRight-f0621c11-2842-4399-8386-3ec181cbb820=null)[ IPredicate.relationName=[wdq.spo], IPredicate.timestamp=1675093414207, BOp.bopId=2, AST2BOpBase.estimatedCardinality=32, AST2BOpBase.originalIndex=POS, IPredicate.flags=[KEYS,VALS,READONLY,PARALLEL]], BOp.namespace=wdq], ArbitraryLengthPathOp$Annotations.leftTerm=--pp-anon-f6f52998-f583-4a03-8e1a-0c95add97cea, ArbitraryLengthPathOp$Annotations.rightTerm=Vocab(2)[http://www.wikidata.org/entity/Q]:XSDUnsignedInt(186408), ArbitraryLengthPathOp$Annotations.transitivityVarLeft=-tVarLeft-dba709e9-accb-474e-a96b-6f450f8bd4bc, ArbitraryLengthPathOp$Annotations.transitivityVarRight=-tVarRight-f0621c11-2842-4399-8386-3ec181cbb820, ArbitraryLengthPathOp$Annotations.edgeVar=null, ArbitraryLengthPathOp$Annotations.middleTerm=null, ArbitraryLengthPathOp$Annotations.lowerBound=0, ArbitraryLengthPathOp$Annotations.upperBound=9223372036854775807, ArbitraryLengthPathOp$Annotations.projectInVars=[], ArbitraryLengthPathOp$Annotations.dropVars=[-tVarLeft-dba709e9-accb-474e-a96b-6f450f8bd4bc, -tVarRight-f0621c11-2842-4399-8386-3ec181cbb820], 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-dba709e9-accb-474e-a96b-6f450f8bd4bc=null, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), -tVarRight-f0621c11-2842-4399-8386-3ec181cbb820=null)[ IPredicate.relationName=[wdq.spo], IPredicate.timestamp=1675093414207, 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=9367ms.
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | total | total | total | Running | 92701 | 28052 | 0 | 31705 | 3367209 | 106.2043526257688 | 31713 | 3368109 | 106.20594078138303 | 0 | 1.0002672836761841 | 0 | 195337 | 594531 | 2088 | 198175 | 359 | ||||||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 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 | 0 | 2 | 0 | 1 | 1 | 1.0 | 1 | 1 | 1.0 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 1 | false | 5 | ArbitraryLengthPathOp[5] |
| AllDone | 95 | 1 | 0 | 0 | 0 | 0.0 | 8 | 709 | 88.625 | 0 | N/A | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 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 | 8 | 0 | 8 | 709 | 88.625 | 8 | 709 | 88.625 | 0 | 1.0 | 0 | 8 | 8 | 0 | 0 | 0 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 3 | false | 8 | 7 | PipelineJoin[8] | SPOPredicate[7](?item, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedByte(31), ?--pp-anon-f6f52998-f583-4a03-8e1a-0c95add97cea) |
|
| POS | 2 | 104311231 | AllDone | 1364 | 8 | 0 | 8 | 709 | 88.625 | 1986 | 198174 | 99.78549848942598 | 0 | 279.5119887165021 | 0 | 709 | 198174 | 2087 | 198174 | 21 | ||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 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 | 3449 | 221 | 0 | 1986 | 198174 | 99.78549848942598 | 1947 | 194618 | 99.95788392398562 | 0 | 0.9820561728581954 | 0 | 0 | 0 | 0 | 0 | 20 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 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 | 10775 | 264 | 0 | 1947 | 194618 | 99.95788392398562 | 1 | 1 | 1.0 | 0 | 5.138270869087135E-6 | 0 | 194618 | 1 | 1 | 1 | 0 | ||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 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 | 3689 | 2 | 0 | 1 | 1 | 1.0 | 1982 | 198174 | 99.98688193743693 | 0 | 198174.0 | 0 | 2 | 396348 | 0 | 0 | 21 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 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 | 3837 | 1982 | 0 | 1982 | 198174 | 99.98688193743693 | 1982 | 198174 | 99.98688193743693 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 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 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 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 | 3595 | 1982 | 0 | 1982 | 198174 | 99.98688193743693 | 1982 | 198173 | 99.98637739656913 | 0 | 0.9999949539293752 | 0 | 0 | 0 | 0 | 0 | 21 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 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=1675093414207],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207])) |
| AllDone | 4619 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 11 | false | 19 | ChunkedMaterializationOp[19] | vars=[item],materializeInlineIVs=false |
| AllDone | 4815 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 12 | false | 17 | ConditionalRoutingOp[17] | com.bigdata.rdf.internal.constraints.ProjectedConstraint(com.bigdata.rdf.internal.constraints.ConditionalBind(8a603475-2aff-4878-9ece-7fed303e319a,com.bigdata.rdf.internal.constraints.SubstrBOp(com.bigdata.rdf.internal.constraints.StrBOp(item)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207],XSDInteger(32),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207])[ ConditionalBind.projection=false]) |
| AllDone | 5277 | 1981 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 13 | false | 20 | MockTermResolverOp[20] |
| AllDone | 7744 | 1978 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | ||||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 14 | false | 21 | VariableUnificationOp[21] |
| AllDone | 4991 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | ||||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 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=1675093414207])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207, FuncBOp.function=http://www.w3.org/2001/XMLSchema#integer])) |
| AllDone | 6283 | 1981 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 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 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 17 | false | 22 | ConditionalRoutingOp[22] | com.bigdata.rdf.internal.constraints.ProjectedConstraint(com.bigdata.rdf.internal.constraints.ConditionalBind(115b8550-825e-4529-9ce9-f45d645a8d01,com.bigdata.rdf.internal.constraints.FuncBOp(com.bigdata.rdf.internal.constraints.SubstrBOp(qid,XSDInteger(2),<null>)[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207])[ IVValueExpression.namespace=wdq.lex, IVValueExpression.timestamp=1675093414207, FuncBOp.function=http://www.w3.org/2001/XMLSchema#integer])[ ConditionalBind.projection=false]) |
| AllDone | 6135 | 1981 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 18 | false | 25 | MockTermResolverOp[25] |
| AllDone | 6460 | 1981 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | ||||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 19 | false | 26 | VariableUnificationOp[26] |
| AllDone | 5877 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | ||||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 20 | false | 27 | DropOp[27] | [-exists-1] |
| AllDone | 5479 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 21 | false | 29 | ChunkedMaterializationOp[29] | vars=[qid_as_int],materializeInlineIVs=false |
| AllDone | 5155 | 1982 | 0 | 1982 | 198173 | 99.98637739656913 | 1982 | 198173 | 99.98637739656913 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 22 | false | 28 | MemorySortOp[28] |
| AllDone | 2599 | 1783 | 0 | 1982 | 198173 | 99.98637739656913 | 1 | 198173 | 198173.0 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 21 | ||||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 23 | false | 30 | JVMDistinctBindingSetsOp[30] |
| AllDone | 447 | 1 | 0 | 1 | 198173 | 198173.0 | 9 | 900 | 100.0 | 0 | 0.004541486478985533 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 24 | false | 31 | ProjectionOp[31] | [item, qid] |
| Running | 7 | 2 | 0 | 3 | 300 | 100.0 | 3 | 300 | 100.0 | 0 | 1.0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||
4d5880b3-659c-4f5b-81af-517e8b835545 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:43 PM UTC | Monday, January 30, 2023 10:23:34 PM UTC | 9367 | 25 | false | 32 | SliceOp[32] | offset=0, limit=100 |
| Running | 3 | 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 |
282dcee9-516a-4415-953d-17c16bcb64ae | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 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 | |||||||||||||
282dcee9-516a-4415-953d-17c16bcb64ae | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 PM UTC | 1 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-dba709e9-accb-474e-a96b-6f450f8bd4bc, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-f0621c11-2842-4399-8386-3ec181cbb820) |
|
| 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 |
e92d1e5e-c843-409d-9347-d8475c9a4b01 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 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 | |||||||||||||
e92d1e5e-c843-409d-9347-d8475c9a4b01 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 PM UTC | 4 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-dba709e9-accb-474e-a96b-6f450f8bd4bc, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-f0621c11-2842-4399-8386-3ec181cbb820) |
|
| 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 |
730173b0-cffc-4be5-84b8-394320adb73f | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 PM UTC | 9 | total | total | total | AllDone | 9 | 1 | 0 | 1 | 117 | 117.0 | 2 | 170 | 85.0 | 0 | 1.452991452991453 | 0 | 117 | 170 | 32 | 170 | 18 | |||||||||||||
730173b0-cffc-4be5-84b8-394320adb73f | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 PM UTC | 9 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-dba709e9-accb-474e-a96b-6f450f8bd4bc, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-f0621c11-2842-4399-8386-3ec181cbb820) |
|
| POS | 2 | 32 | AllDone | 9 | 1 | 0 | 1 | 117 | 117.0 | 2 | 170 | 85.0 | 0 | 1.452991452991453 | 0 | 117 | 170 | 32 | 170 | 18 | |||||
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 |
3c70f5d2-adc2-4120-bf0f-f4664e790012 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 PM UTC | 13 | total | total | total | AllDone | 13 | 1 | 0 | 1 | 148 | 148.0 | 5 | 426 | 85.2 | 0 | 2.8783783783783785 | 0 | 148 | 426 | 23 | 426 | 32 | |||||||||||||
3c70f5d2-adc2-4120-bf0f-f4664e790012 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 PM UTC | 13 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-dba709e9-accb-474e-a96b-6f450f8bd4bc, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-f0621c11-2842-4399-8386-3ec181cbb820) |
|
| POS | 2 | 32 | AllDone | 13 | 1 | 0 | 1 | 148 | 148.0 | 5 | 426 | 85.2 | 0 | 2.8783783783783785 | 0 | 148 | 426 | 23 | 426 | 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 |
6463459e-7f55-4533-a162-0759ba847267 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 PM UTC | 17 | total | total | total | AllDone | 16 | 1 | 0 | 1 | 426 | 426.0 | 1 | 8 | 8.0 | 0 | 0.018779342723004695 | 0 | 426 | 8 | 4 | 8 | 0 | |||||||||||||
6463459e-7f55-4533-a162-0759ba847267 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 PM UTC | 17 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-dba709e9-accb-474e-a96b-6f450f8bd4bc, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-f0621c11-2842-4399-8386-3ec181cbb820) |
|
| POS | 2 | 32 | AllDone | 16 | 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 |
523c8367-8df2-4785-a67e-25fb70739b21 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 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 | |||||||||||||
523c8367-8df2-4785-a67e-25fb70739b21 | Monday, January 30, 2023 3:43:34 PM UTC | Monday, January 30, 2023 3:43:34 PM UTC | 1 | 0 | false | 3 | 2 | PipelineJoin[3] | SPOPredicate[2](?-tVarLeft-dba709e9-accb-474e-a96b-6f450f8bd4bc, Vocab(6)[http://www.wikidata.org/prop/direct/P]:XSDUnsignedShort(279), ?-tVarRight-f0621c11-2842-4399-8386-3ec181cbb820) |
|
| POS | 2 | 32 | AllDone | 1 | 1 | 0 | 1 | 8 | 8.0 | 0 | 0 | 0.0 | 0 | 0.0 | 0 | 8 | 0 | 0 | 0 | 0 |