2009-02-26 13:26:27,321 ALL [Thread-5] benchmark.testdriver.SPARQLConnection:
Query 1 of run 1 has been executed in 0,003218 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX rdf:
SELECT DISTINCT ?product ?label
WHERE {
?product rdfs:label ?label .
?product a .
?product bsbm:productFeature .
?product bsbm:productFeature .
?product bsbm:productPropertyNumeric1 ?value1 .
FILTER (?value1 > 75)
}
ORDER BY ?label
LIMIT 10
Query results (3 results):
__________________________________________________________________________________
2009-02-26 13:26:27,338 ALL [Thread-5] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,015987 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (24 results):
__________________________________________________________________________________
2009-02-26 13:26:27,338 ALL [Thread-4] benchmark.testdriver.SPARQLConnection:
Query 1 of run 4 has been executed in 0,012635 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX rdf:
SELECT DISTINCT ?product ?label
WHERE {
?product rdfs:label ?label .
?product a .
?product bsbm:productFeature .
?product bsbm:productFeature .
?product bsbm:productPropertyNumeric1 ?value1 .
FILTER (?value1 > 156)
}
ORDER BY ?label
LIMIT 10
Query results (1 results):
__________________________________________________________________________________
2009-02-26 13:26:27,343 ALL [Thread-3] benchmark.testdriver.SPARQLConnection:
Query 1 of run 2 has been executed in 0,024062 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX rdf:
SELECT DISTINCT ?product ?label
WHERE {
?product rdfs:label ?label .
?product a .
?product bsbm:productFeature .
?product bsbm:productFeature .
?product bsbm:productPropertyNumeric1 ?value1 .
FILTER (?value1 > 471)
}
ORDER BY ?label
LIMIT 10
Query results (5 results):
__________________________________________________________________________________
2009-02-26 13:26:27,343 ALL [Thread-2] benchmark.testdriver.SPARQLConnection:
Query 1 of run 3 has been executed in 0,024142 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX rdf:
SELECT DISTINCT ?product ?label
WHERE {
?product rdfs:label ?label .
?product a .
?product bsbm:productFeature .
?product bsbm:productFeature .
?product bsbm:productPropertyNumeric1 ?value1 .
FILTER (?value1 > 421)
}
ORDER BY ?label
LIMIT 10
Query results (5 results):
__________________________________________________________________________________
2009-02-26 13:26:27,361 ALL [Thread-5] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,021995 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (28 results):
__________________________________________________________________________________
2009-02-26 13:26:27,381 ALL [Thread-5] benchmark.testdriver.SPARQLConnection:
Query 3 of run 1 has been executed in 0,019469 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX rdf:
SELECT ?product ?label
WHERE {
?product rdfs:label ?label .
?product a .
?product bsbm:productFeature .
?product bsbm:productPropertyNumeric1 ?p1 .
FILTER ( ?p1 > 498 )
?product bsbm:productPropertyNumeric3 ?p3 .
FILTER (?p3 < 213 )
OPTIONAL {
?product bsbm:productFeature .
?product rdfs:label ?testVar }
FILTER (!bound(?testVar))
}
ORDER BY ?label
LIMIT 10
Query results (1 results):
__________________________________________________________________________________
2009-02-26 13:26:27,386 ALL [Thread-3] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,039667 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (29 results):
__________________________________________________________________________________
2009-02-26 13:26:27,393 ALL [Thread-2] benchmark.testdriver.SPARQLConnection:
Query 2 of run 3 has been executed in 0,046655 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (15 results):
__________________________________________________________________________________
2009-02-26 13:26:27,414 ALL [Thread-4] benchmark.testdriver.SPARQLConnection:
Query 2 of run 4 has been executed in 0,073693 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (36 results):
__________________________________________________________________________________
2009-02-26 13:26:27,414 ALL [Thread-5] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,032042 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (29 results):
__________________________________________________________________________________
2009-02-26 13:26:27,421 ALL [Thread-2] benchmark.testdriver.SPARQLConnection:
Query 2 of run 3 has been executed in 0,027057 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (18 results):
__________________________________________________________________________________
2009-02-26 13:26:27,433 ALL [Thread-3] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,045654 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (28 results):
__________________________________________________________________________________
2009-02-26 13:26:27,446 ALL [Thread-2] benchmark.testdriver.SPARQLConnection:
Query 3 of run 3 has been executed in 0,023598 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX rdf:
SELECT ?product ?label
WHERE {
?product rdfs:label ?label .
?product a .
?product bsbm:productFeature .
?product bsbm:productPropertyNumeric1 ?p1 .
FILTER ( ?p1 > 242 )
?product bsbm:productPropertyNumeric3 ?p3 .
FILTER (?p3 < 253 )
OPTIONAL {
?product bsbm:productFeature .
?product rdfs:label ?testVar }
FILTER (!bound(?testVar))
}
ORDER BY ?label
LIMIT 10
Query results (4 results):
__________________________________________________________________________________
2009-02-26 13:26:27,451 ALL [Thread-3] benchmark.testdriver.SPARQLConnection:
Query 3 of run 2 has been executed in 0,016934 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX rdf:
SELECT ?product ?label
WHERE {
?product rdfs:label ?label .
?product a .
?product bsbm:productFeature .
?product bsbm:productPropertyNumeric1 ?p1 .
FILTER ( ?p1 > 304 )
?product bsbm:productPropertyNumeric3 ?p3 .
FILTER (?p3 < 323 )
OPTIONAL {
?product bsbm:productFeature .
?product rdfs:label ?testVar }
FILTER (!bound(?testVar))
}
ORDER BY ?label
LIMIT 10
Query results (1 results):
__________________________________________________________________________________
2009-02-26 13:26:27,473 ALL [Thread-3] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,019661 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (19 results):
__________________________________________________________________________________
2009-02-26 13:26:27,476 ALL [Thread-5] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,059614 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (22 results):
__________________________________________________________________________________
2009-02-26 13:26:27,484 ALL [Thread-4] benchmark.testdriver.SPARQLConnection:
Query 2 of run 4 has been executed in 0,068672 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (30 results):
__________________________________________________________________________________
2009-02-26 13:26:27,497 ALL [Thread-4] benchmark.testdriver.SPARQLConnection:
Query 3 of run 4 has been executed in 0,011076 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX rdf:
SELECT ?product ?label
WHERE {
?product rdfs:label ?label .
?product a .
?product bsbm:productFeature .
?product bsbm:productPropertyNumeric1 ?p1 .
FILTER ( ?p1 > 475 )
?product bsbm:productPropertyNumeric3 ?p3 .
FILTER (?p3 < 256 )
OPTIONAL {
?product bsbm:productFeature .
?product rdfs:label ?testVar }
FILTER (!bound(?testVar))
}
ORDER BY ?label
LIMIT 10
Query results (3 results):
__________________________________________________________________________________
2009-02-26 13:26:27,502 ALL [Thread-3] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,028895 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (26 results):
__________________________________________________________________________________
2009-02-26 13:26:27,510 ALL [Thread-5] benchmark.testdriver.SPARQLConnection:
Query 4 of run 1 has been executed in 0,024673 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX rdf:
SELECT DISTINCT ?product ?label ?propertyTextual
WHERE {
{
?product rdfs:label ?label .
?product rdf:type .
?product bsbm:productFeature .
?product bsbm:productFeature .
?product bsbm:productPropertyTextual1 ?propertyTextual .
?product bsbm:productPropertyNumeric1 ?p1 .
FILTER ( ?p1 > 377 )
} UNION {
?product rdfs:label ?label .
?product rdf:type .
?product bsbm:productFeature .
?product bsbm:productFeature .
?product bsbm:productPropertyTextual1 ?propertyTextual .
?product bsbm:productPropertyNumeric2 ?p2 .
FILTER ( ?p2> 160 )
}
}
ORDER BY ?label
OFFSET 5
LIMIT 10
Query results (3 results):
__________________________________________________________________________________
2009-02-26 13:26:27,512 ALL [Thread-3] benchmark.testdriver.SPARQLConnection:
Query 4 of run 2 has been executed in 0,009216 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX rdf:
SELECT DISTINCT ?product ?label ?propertyTextual
WHERE {
{
?product rdfs:label ?label .
?product rdf:type .
?product bsbm:productFeature .
?product bsbm:productFeature .
?product bsbm:productPropertyTextual1 ?propertyTextual .
?product bsbm:productPropertyNumeric1 ?p1 .
FILTER ( ?p1 > 401 )
} UNION {
?product rdfs:label ?label .
?product rdf:type .
?product bsbm:productFeature .
?product bsbm:productFeature .
?product bsbm:productPropertyTextual1 ?propertyTextual .
?product bsbm:productPropertyNumeric2 ?p2 .
FILTER ( ?p2> 194 )
}
}
ORDER BY ?label
OFFSET 5
LIMIT 10
Query results (4 results):
__________________________________________________________________________________
2009-02-26 13:26:27,529 ALL [Thread-4] benchmark.testdriver.SPARQLConnection:
Query 2 of run 4 has been executed in 0,031883 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (11 results):
__________________________________________________________________________________
2009-02-26 13:26:27,530 ALL [Thread-3] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,016627 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
Query results (22 results):
__________________________________________________________________________________
2009-02-26 13:26:27,550 ALL [Thread-5] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,038970 seconds.
Query string:
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
rdfs:label ?label .