2009-03-03 00:04:16,842 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 1 of run 1 has been executed in 0,016949 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 > 486)
}
ORDER BY ?label
LIMIT 10
Query results (2 results):
__________________________________________________________________________________
2009-03-03 00:04:16,877 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,034016 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-03-03 00:04:16,905 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,027193 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 (16 results):
__________________________________________________________________________________
2009-03-03 00:04:16,963 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 3 of run 1 has been executed in 0,055040 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 > 500 )
?product bsbm:productPropertyNumeric3 ?p3 .
FILTER (?p3 < 126 )
OPTIONAL {
?product bsbm:productFeature .
?product rdfs:label ?testVar }
FILTER (!bound(?testVar))
}
ORDER BY ?label
LIMIT 10
Query results (0 results):
__________________________________________________________________________________
2009-03-03 00:04:16,989 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,023899 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-03-03 00:04:17,033 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,043380 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-03-03 00:04:17,112 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 4 of run 1 has been executed in 0,078313 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 > 114 )
} UNION {
?product rdfs:label ?label .
?product rdf:type .
?product bsbm:productFeature .
?product bsbm:productFeature .
?product bsbm:productPropertyTextual1 ?propertyTextual .
?product bsbm:productPropertyNumeric2 ?p2 .
FILTER ( ?p2> 481 )
}
}
ORDER BY ?label
OFFSET 5
LIMIT 10
Query results (10 results):
__________________________________________________________________________________
2009-03-03 00:04:17,126 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,013240 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 (20 results):
__________________________________________________________________________________
2009-03-03 00:04:17,162 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,035130 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 (23 results):
__________________________________________________________________________________
2009-03-03 00:04:18,051 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 5 of run 1 has been executed in 0,888696 seconds.
Query string:
PREFIX rdfs:
PREFIX rdf:
PREFIX bsbm:
SELECT DISTINCT ?product ?productLabel
WHERE {
?product rdfs:label ?productLabel .
FILTER ( != ?product)
bsbm:productFeature ?prodFeature .
?product bsbm:productFeature ?prodFeature .
bsbm:productPropertyNumeric1 ?origProperty1 .
?product bsbm:productPropertyNumeric1 ?simProperty1 .
FILTER (?simProperty1 < (?origProperty1 + 120) && ?simProperty1 > (?origProperty1 - 120))
bsbm:productPropertyNumeric2 ?origProperty2 .
?product bsbm:productPropertyNumeric2 ?simProperty2 .
FILTER (?simProperty2 < (?origProperty2 + 170) && ?simProperty2 > (?origProperty2 - 170))
}
ORDER BY ?productLabel
LIMIT 5
Query results (5 results):
__________________________________________________________________________________
2009-03-03 00:04:18,710 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,658944 seconds.
Query string:
PREFIX rdfs:
PREFIX rev:
PREFIX foaf:
PREFIX bsbm:
PREFIX dc:
SELECT ?productLabel ?offer ?price ?vendor ?vendorTitle ?review ?revTitle
?reviewer ?revName ?rating1 ?rating2
WHERE {
rdfs:label ?productLabel .
OPTIONAL {
?offer bsbm:product .
?offer bsbm:price ?price .
?offer bsbm:vendor ?vendor .
?vendor rdfs:label ?vendorTitle .
?vendor bsbm:country .
?offer dc:publisher ?vendor .
?offer bsbm:validTo ?date .
FILTER (?date > "2008-06-20T00:00:00"^^ )
}
OPTIONAL {
?review bsbm:reviewFor .
?review rev:reviewer ?reviewer .
?reviewer foaf:name ?revName .
?review dc:title ?revTitle .
OPTIONAL { ?review bsbm:rating1 ?rating1 . }
OPTIONAL { ?review bsbm:rating2 ?rating2 . }
}
}
Query results (16 results):
__________________________________________________________________________________
2009-03-03 00:04:19,255 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,544323 seconds.
Query string:
PREFIX rdfs:
PREFIX rev:
PREFIX foaf:
PREFIX bsbm:
PREFIX dc:
SELECT ?productLabel ?offer ?price ?vendor ?vendorTitle ?review ?revTitle
?reviewer ?revName ?rating1 ?rating2
WHERE {
rdfs:label ?productLabel .
OPTIONAL {
?offer bsbm:product .
?offer bsbm:price ?price .
?offer bsbm:vendor ?vendor .
?vendor rdfs:label ?vendorTitle .
?vendor bsbm:country .
?offer dc:publisher ?vendor .
?offer bsbm:validTo ?date .
FILTER (?date > "2008-06-20T00:00:00"^^ )
}
OPTIONAL {
?review bsbm:reviewFor .
?review rev:reviewer ?reviewer .
?reviewer foaf:name ?revName .
?review dc:title ?revTitle .
OPTIONAL { ?review bsbm:rating1 ?rating1 . }
OPTIONAL { ?review bsbm:rating2 ?rating2 . }
}
}
Query results (10 results):
__________________________________________________________________________________
2009-03-03 00:04:26,662 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 6 of run 1 has been executed in 7,405937 seconds.
Query string:
PREFIX rdfs:
PREFIX rdf:
PREFIX bsbm:
SELECT ?product ?label
WHERE {
?product rdfs:label ?label .
?product rdf:type bsbm:Product .
FILTER regex(?label, "truckdriver")
}
Query results (8 results):
__________________________________________________________________________________
2009-03-03 00:04:27,038 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,374687 seconds.
Query string:
PREFIX rdfs:
PREFIX rev:
PREFIX foaf:
PREFIX bsbm:
PREFIX dc:
SELECT ?productLabel ?offer ?price ?vendor ?vendorTitle ?review ?revTitle
?reviewer ?revName ?rating1 ?rating2
WHERE {
rdfs:label ?productLabel .
OPTIONAL {
?offer bsbm:product .
?offer bsbm:price ?price .
?offer bsbm:vendor ?vendor .
?vendor rdfs:label ?vendorTitle .
?vendor bsbm:country .
?offer dc:publisher ?vendor .
?offer bsbm:validTo ?date .
FILTER (?date > "2008-06-20T00:00:00"^^ )
}
OPTIONAL {
?review bsbm:reviewFor .
?review rev:reviewer ?reviewer .
?reviewer foaf:name ?revName .
?review dc:title ?revTitle .
OPTIONAL { ?review bsbm:rating1 ?rating1 . }
OPTIONAL { ?review bsbm:rating2 ?rating2 . }
}
}
Query results (7 results):
__________________________________________________________________________________
2009-03-03 00:04:27,214 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,175896 seconds.
Query string:
PREFIX rdfs:
PREFIX rev:
PREFIX foaf:
PREFIX bsbm:
PREFIX dc:
SELECT ?productLabel ?offer ?price ?vendor ?vendorTitle ?review ?revTitle
?reviewer ?revName ?rating1 ?rating2
WHERE {
rdfs:label ?productLabel .
OPTIONAL {
?offer bsbm:product .
?offer bsbm:price ?price .
?offer bsbm:vendor ?vendor .
?vendor rdfs:label ?vendorTitle .
?vendor bsbm:country .
?offer dc:publisher ?vendor .
?offer bsbm:validTo ?date .
FILTER (?date > "2008-06-20T00:00:00"^^ )
}
OPTIONAL {
?review bsbm:reviewFor .
?review rev:reviewer ?reviewer .
?reviewer foaf:name ?revName .
?review dc:title ?revTitle .
OPTIONAL { ?review bsbm:rating1 ?rating1 . }
OPTIONAL { ?review bsbm:rating2 ?rating2 . }
}
}
Query results (4 results):
__________________________________________________________________________________
2009-03-03 00:04:27,234 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 8 of run 1 has been executed in 0,018855 seconds.
Query string:
PREFIX bsbm:
PREFIX dc:
PREFIX rev:
PREFIX foaf:
SELECT ?title ?text ?reviewDate ?reviewer ?reviewerName ?rating1 ?rating2 ?rating3 ?rating4
WHERE {
?review bsbm:reviewFor .
?review dc:title ?title .
?review rev:text ?text .
FILTER langMatches( lang(?text), "EN" )
?review bsbm:reviewDate ?reviewDate .
?review rev:reviewer ?reviewer .
?reviewer foaf:name ?reviewerName .
OPTIONAL { ?review bsbm:rating1 ?rating1 . }
OPTIONAL { ?review bsbm:rating2 ?rating2 . }
OPTIONAL { ?review bsbm:rating3 ?rating3 . }
OPTIONAL { ?review bsbm:rating4 ?rating4 . }
}
ORDER BY DESC(?reviewDate)
LIMIT 20
Query results (0 results):
__________________________________________________________________________________
2009-03-03 00:04:27,263 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,029535 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (7917 Bytes):
__________________________________________________________________________________
2009-03-03 00:04:27,306 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,041977 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (7300 Bytes):
__________________________________________________________________________________
2009-03-03 00:04:27,574 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 8 of run 1 has been executed in 0,267657 seconds.
Query string:
PREFIX bsbm:
PREFIX dc:
PREFIX rev:
PREFIX foaf:
SELECT ?title ?text ?reviewDate ?reviewer ?reviewerName ?rating1 ?rating2 ?rating3 ?rating4
WHERE {
?review bsbm:reviewFor .
?review dc:title ?title .
?review rev:text ?text .
FILTER langMatches( lang(?text), "EN" )
?review bsbm:reviewDate ?reviewDate .
?review rev:reviewer ?reviewer .
?reviewer foaf:name ?reviewerName .
OPTIONAL { ?review bsbm:rating1 ?rating1 . }
OPTIONAL { ?review bsbm:rating2 ?rating2 . }
OPTIONAL { ?review bsbm:rating3 ?rating3 . }
OPTIONAL { ?review bsbm:rating4 ?rating4 . }
}
ORDER BY DESC(?reviewDate)
LIMIT 20
Query results (6 results):
__________________________________________________________________________________
2009-03-03 00:04:27,609 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,034045 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (6308 Bytes):
__________________________________________________________________________________
2009-03-03 00:04:27,650 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,040505 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (6867 Bytes):
__________________________________________________________________________________
2009-03-03 00:04:27,914 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 10 of run 1 has been executed in 0,263877 seconds.
Query string:
PREFIX bsbm:
PREFIX xsd:
PREFIX dc:
SELECT DISTINCT ?offer ?price
WHERE {
?offer bsbm:product .
?offer bsbm:vendor ?vendor .
?offer dc:publisher ?vendor .
?vendor bsbm:country .
?offer bsbm:deliveryDays ?deliveryDays .
FILTER (?deliveryDays <= 3)
?offer bsbm:price ?price .
?offer bsbm:validTo ?date .
FILTER (?date > "2008-06-20T00:00:00"^^ )
}
ORDER BY xsd:double(str(?price))
LIMIT 10
Query results (2 results):
__________________________________________________________________________________
2009-03-03 00:04:28,400 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 10 of run 1 has been executed in 0,485767 seconds.
Query string:
PREFIX bsbm:
PREFIX xsd:
PREFIX dc:
SELECT DISTINCT ?offer ?price
WHERE {
?offer bsbm:product .
?offer bsbm:vendor ?vendor .
?offer dc:publisher ?vendor .
?vendor bsbm:country .
?offer bsbm:deliveryDays ?deliveryDays .
FILTER (?deliveryDays <= 3)
?offer bsbm:price ?price .
?offer bsbm:validTo ?date .
FILTER (?date > "2008-06-20T00:00:00"^^ )
}
ORDER BY xsd:double(str(?price))
LIMIT 10
Query results (5 results):
__________________________________________________________________________________
2009-03-03 00:04:28,483 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 11 of run 1 has been executed in 0,082435 seconds.
Query string:
SELECT ?property ?hasValue ?isValueOf
WHERE {
{ ?property ?hasValue }
UNION
{ ?isValueOf ?property }
}
Query results (10 results):
__________________________________________________________________________________
2009-03-03 00:04:28,511 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 12 of run 1 has been executed in 0,027432 seconds.
Query string:
PREFIX rdfs:
PREFIX rev:
PREFIX foaf:
PREFIX bsbm:
PREFIX bsbm-export:
PREFIX dc:
CONSTRUCT { bsbm-export:product ?productURI .
bsbm-export:productlabel ?productlabel .
bsbm-export:vendor ?vendorname .
bsbm-export:vendorhomepage ?vendorhomepage .
bsbm-export:offerURL ?offerURL .
bsbm-export:price ?price .
bsbm-export:deliveryDays ?deliveryDays .
bsbm-export:validuntil ?validTo }
WHERE { bsbm:product ?productURI .
?productURI rdfs:label ?productlabel .
bsbm:vendor ?vendorURI .
?vendorURI rdfs:label ?vendorname .
?vendorURI foaf:homepage ?vendorhomepage .
bsbm:offerWebpage ?offerURL .
bsbm:price ?price .
bsbm:deliveryDays ?deliveryDays .
bsbm:validTo ?validTo }
Query(Construct) result (1449 Bytes):
__________________________________________________________________________________
2009-03-03 00:04:28,528 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 1 of run 2 has been executed in 0,016249 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 > 354)
}
ORDER BY ?label
LIMIT 10
Query results (4 results):
__________________________________________________________________________________
2009-03-03 00:04:28,583 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,054318 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-03-03 00:04:28,596 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,012129 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 (25 results):
__________________________________________________________________________________
2009-03-03 00:04:28,674 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 3 of run 2 has been executed in 0,077775 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 > 266 )
?product bsbm:productPropertyNumeric3 ?p3 .
FILTER (?p3 < 275 )
OPTIONAL {
?product bsbm:productFeature .
?product rdfs:label ?testVar }
FILTER (!bound(?testVar))
}
ORDER BY ?label
LIMIT 10
Query results (6 results):
__________________________________________________________________________________
2009-03-03 00:04:28,696 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,021539 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 (20 results):
__________________________________________________________________________________
2009-03-03 00:04:28,740 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,043234 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-03-03 00:04:28,839 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 4 of run 2 has been executed in 0,098403 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 > 211 )
} UNION {
?product rdfs:label ?label .
?product rdf:type .
?product bsbm:productFeature .
?product bsbm:productFeature .
?product bsbm:productPropertyTextual1 ?propertyTextual .
?product bsbm:productPropertyNumeric2 ?p2 .
FILTER ( ?p2> 376 )
}
}
ORDER BY ?label
OFFSET 5
LIMIT 10
Query results (0 results):
__________________________________________________________________________________
2009-03-03 00:04:28,865 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,025317 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 .