2009-02-18 17:15:51,682 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 1 of run 1 has been executed in 0,007175 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-02-18 17:15:51,712 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,028644 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-18 17:15:51,735 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,022072 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-02-18 17:15:51,742 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 3 of run 1 has been executed in 0,006921 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-02-18 17:15:51,785 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,042063 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-18 17:15:51,809 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,023294 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-18 17:15:51,864 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 4 of run 1 has been executed in 0,054552 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-02-18 17:15:51,887 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,022421 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-18 17:15:51,911 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 1 has been executed in 0,023480 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-18 17:15:51,934 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 5 of run 1 has been executed in 0,023258 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-18 17:15:52,209 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,274279 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-02-18 17:15:52,424 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,214395 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-02-18 17:15:54,427 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 6 of run 1 has been executed in 2,003069 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-02-18 17:15:54,692 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,264090 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-18 17:15:54,809 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 7 of run 1 has been executed in 0,116307 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-02-18 17:15:54,820 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 8 of run 1 has been executed in 0,010746 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-02-18 17:15:54,838 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,017600 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (1709 Bytes):
__________________________________________________________________________________
2009-02-18 17:15:54,840 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,001905 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (1695 Bytes):
__________________________________________________________________________________
2009-02-18 17:15:54,959 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 8 of run 1 has been executed in 0,118665 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-02-18 17:15:54,975 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,015062 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (1708 Bytes):
__________________________________________________________________________________
2009-02-18 17:15:54,982 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 9 of run 1 has been executed in 0,007313 seconds.
Query string:
PREFIX rev:
DESCRIBE ?x
WHERE { rev:reviewer ?x }
Query(Describe) result (1714 Bytes):
__________________________________________________________________________________
2009-02-18 17:15:55,084 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 10 of run 1 has been executed in 0,101524 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-18 17:15:55,211 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 10 of run 1 has been executed in 0,126115 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-02-18 17:15:55,227 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 11 of run 1 has been executed in 0,015918 seconds.
Query string:
SELECT ?property ?hasValue ?isValueOf
WHERE {
{ ?property ?hasValue }
UNION
{ ?isValueOf ?property }
}
Query results (10 results):
__________________________________________________________________________________
2009-02-18 17:15:55,254 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 12 of run 1 has been executed in 0,026530 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 (2695 Bytes):
__________________________________________________________________________________
2009-02-18 17:15:55,263 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 1 of run 2 has been executed in 0,007639 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-02-18 17:15:55,294 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,030373 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-18 17:15:55,319 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,025178 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-02-18 17:15:55,327 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 3 of run 2 has been executed in 0,007430 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-02-18 17:15:55,349 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,021503 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-18 17:15:55,374 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,024272 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-18 17:15:55,387 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 4 of run 2 has been executed in 0,011835 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-18 17:15:55,411 ALL [main] benchmark.testdriver.SPARQLConnection:
Query 2 of run 2 has been executed in 0,023850 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 .