Class org.qi4j.index.rdf.qi173.Qi173IssueTest

1

tests

0

failures

0

ignored

0.064s

duration

100%

successful

Tests

Test Duration Result
testPersistence 0.064s passed

Standard output

13:14:22.776 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:22.776 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:22.791 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX ns1: <urn:qi4j:type:org.qi4j.index.rdf.qi173.Qi173IssueTest-Car#> 
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.index.rdf.qi173.Qi173IssueTest-Car>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:year "2007". 
?entity ns1:manufacturer ?v1. 
?entity ns1:model ?v2. 

}
ORDER BY ASC(?v1)ASC(?v2)
13:14:22.796 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX ns1: <urn:qi4j:type:org.qi4j.index.rdf.qi173.Qi173IssueTest-Car#> 
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.index.rdf.qi173.Qi173IssueTest-Car>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:year "2007". 
?entity ns1:manufacturer ?v1. 
?entity ns1:model ?v2. 

}
ORDER BY ASC(?v1)ASC(?v2)
Ford Mustang, 2007
Ford Transit, 2007
Volvo S80, 2007