2009-02-14 22:00:18,564 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 1 of run 1 has been executed in 0,002805 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 (0 results):
__________________________________________________________________________________
2009-02-14 22:00:18,584 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,018487 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-02-14 22:00:18,600 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,015820 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 (17 results):
__________________________________________________________________________________
2009-02-14 22:00:18,604 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 3 of run 1 has been executed in 0,003477 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 (1 results):
__________________________________________________________________________________
2009-02-14 22:00:18,627 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,021829 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-02-14 22:00:18,650 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,022665 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-14 22:00:18,656 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 4 of run 1 has been executed in 0,004800 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 (2 results):
__________________________________________________________________________________
2009-02-14 22:00:18,678 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,022167 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-14 22:00:18,698 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,019478 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-14 22:00:18,770 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 5 of run 1 has been executed in 0,070910 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-02-14 22:00:18,778 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,007475 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 (6 results):
__________________________________________________________________________________
2009-02-14 22:00:18,785 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,007276 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-02-14 22:00:18,844 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 6 of run 1 has been executed in 0,058818 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, "bulkages")
}
Query results (1 results):
__________________________________________________________________________________
2009-02-14 22:00:18,858 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,013706 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 (20 results):
__________________________________________________________________________________
2009-02-14 22:00:18,872 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,012786 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 (18 results):
__________________________________________________________________________________
2009-02-14 22:00:18,883 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 8 of run 1 has been executed in 0,011348 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 (10 results):
__________________________________________________________________________________
2009-02-14 22:00:18,891 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,007755 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (11360 Bytes):
__________________________________________________________________________________
2009-02-14 22:00:18,899 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,007554 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (11363 Bytes):
__________________________________________________________________________________
2009-02-14 22:00:18,906 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 8 of run 1 has been executed in 0,006679 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 (3 results):
__________________________________________________________________________________
2009-02-14 22:00:18,920 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,013163 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (11363 Bytes):
__________________________________________________________________________________
2009-02-14 22:00:18,928 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,007827 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (11359 Bytes):
__________________________________________________________________________________
2009-02-14 22:00:18,933 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 10 of run 1 has been executed in 0,004481 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-02-14 22:00:18,937 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 10 of run 1 has been executed in 0,003631 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 (1 results):
__________________________________________________________________________________
2009-02-14 22:00:18,940 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 11 of run 1 has been executed in 0,003142 seconds.
Query string:
SELECT ?property ?hasValue ?isValueOf
WHERE {
{ ?property ?hasValue }
UNION
{ ?isValueOf ?property }
}
Query results (10 results):
__________________________________________________________________________________
2009-02-14 22:00:18,950 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 12 of run 1 has been executed in 0,008719 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 (11930 Bytes):
__________________________________________________________________________________
2009-02-14 22:00:18,954 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 1 of run 2 has been executed in 0,003372 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 (3 results):
__________________________________________________________________________________
2009-02-14 22:00:18,973 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,018317 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 (27 results):
__________________________________________________________________________________
2009-02-14 22:00:18,990 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,016377 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-14 22:00:18,994 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 3 of run 2 has been executed in 0,003661 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 (0 results):
__________________________________________________________________________________
2009-02-14 22:00:19,011 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,016357 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-02-14 22:00:19,035 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,023602 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-14 22:00:19,040 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 4 of run 2 has been executed in 0,004269 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-02-14 22:00:19,059 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,018325 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 .