Class org.qi4j.index.rdf.RdfEntityFinderTest

24

tests

0

failures

0

ignored

4.043s

duration

100%

successful

Tests

Test Duration Result
script01 0.207s passed
script02 0.197s passed
script03 0.197s passed
script04 0.203s passed
script05 0.179s passed
script06 0.169s passed
script07 0.141s passed
script08 0.134s passed
script09 0.135s passed
script10 0.148s passed
script11 0.134s passed
script12 0.138s passed
script13 0.123s passed
script14 0.133s passed
script15 0.116s passed
script16 0.130s passed
script17 0.118s passed
script18 0.141s passed
script19 0.111s passed
script20 0.132s passed
script21 0.137s passed
script22 0.126s passed
script23 0.152s passed
showNetwork 0.642s passed

Standard output

13:14:06.596 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:06.596 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:06.891 [Test worker] DEBUG org.openrdf.rio.RDFWriterRegistry - Registered service class org.openrdf.rio.ntriples.NTriplesWriterFactory
13:14:06.892 [Test worker] DEBUG org.openrdf.rio.RDFWriterRegistry - Registered service class org.openrdf.rio.n3.N3WriterFactory
13:14:06.894 [Test worker] DEBUG org.openrdf.rio.RDFWriterRegistry - Registered service class org.openrdf.rio.rdfxml.RDFXMLWriterFactory
13:14:06.896 [Test worker] DEBUG org.openrdf.rio.RDFWriterRegistry - Registered service class org.openrdf.rio.trig.TriGWriterFactory
13:14:06.898 [Test worker] DEBUG org.openrdf.rio.RDFWriterRegistry - Registered service class org.openrdf.rio.trix.TriXWriterFactory
13:14:06.899 [Test worker] DEBUG org.openrdf.rio.RDFWriterRegistry - Registered service class org.openrdf.rio.turtle.TurtleWriterFactory

<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-0> {
	<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-0> a <urn:qi4j:type:org.qi4j.test.indexing.model.entities.DomainEntity> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Domain#description> "Programing domain" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> "Programming" ;
		<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> "24aed37c-6b4d-4844-a53b-d09093e642b4-0" .
}

<urn:qi4j:entity:accountOfAnnDoe> {
	<urn:qi4j:entity:accountOfAnnDoe> a <urn:qi4j:type:org.qi4j.test.indexing.model.entities.AccountEntity> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Account#number> "accountOfAnnDoe" ;
		<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> "accountOfAnnDoe" .
}

<urn:qi4j:entity:anndoe> {
	<urn:qi4j:entity:anndoe> a <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#address> _:node19ra5t6rcx1 .
	
	_:node19ra5t6rcx1 <urn:qi4j:type:org.qi4j.test.indexing.model.Address#line1> "Qi Street 4j" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Address#line2> "Off main Java Street" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Address#zipcode> "12345" .
	
	<urn:qi4j:entity:anndoe> <urn:qi4j:type:org.qi4j.test.indexing.model.Person#title> "MRS" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#yearOfBirth> "1975" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> "Ann Doe" ;
		<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> "anndoe" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#mainAccount> <urn:qi4j:entity:accountOfAnnDoe> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#placeOfBirth> <urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-3> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#interests> _:node19ra5t6rcx2 .
	
	_:node19ra5t6rcx2 a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> ;
		<http://www.w3.org/1999/02/22-rdf-syntax-ns#li> <urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-1> .
}

<urn:qi4j:entity:accountOfJackDoe> {
	<urn:qi4j:entity:accountOfJackDoe> a <urn:qi4j:type:org.qi4j.test.indexing.model.entities.AccountEntity> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Account#number> "accountOfJackDoe" ;
		<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> "accountOfJackDoe" .
}

<urn:qi4j:entity:Gaming> {
	<urn:qi4j:entity:Gaming> a <urn:qi4j:type:org.qi4j.test.indexing.model.entities.DomainEntity> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Domain#description> "Gaming domain" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> "Gaming" ;
		<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> "Gaming" .
}

<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-6> {
	<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-6> a <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#address> _:node19ra5t6rix1 .
	
	_:node19ra5t6rix1 <urn:qi4j:type:org.qi4j.test.indexing.model.Address#line1> "Qi Avenue 4j" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Address#line2> "Off main Java Street" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Address#zipcode> "12345" .
	
	<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-6> <urn:qi4j:type:org.qi4j.test.indexing.model.Person#bigInteger> "42424242424242424242424242" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#bigDecimal> "4.22376931348623157E+310" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#title> "DR" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#dateValue> "2010-03-04T13:24:35.000Z" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#dateTimeValue> "2010-03-04T13:24:35.000Z" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#localDateTimeValue> "2010-03-04T13:23:00.000" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#localDateValue> "2010-03-04" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#personalWebsite> _:node19ra5t6rix2 .
	
	_:node19ra5t6rix2 <urn:qi4j:type:org.qi4j.test.indexing.model.Person/protocol> _:node19ra5t6rix3 .
	
	_:node19ra5t6rix3 <urn:qi4j:type:org.qi4j.test.indexing.model.Protocol#value> "http" .
	
	_:node19ra5t6rix2 <urn:qi4j:type:org.qi4j.test.indexing.model.URL#queryParams> "[{\"name\":\"user\",\"value\":\"jackdoe\"},{\"name\":\"password\",\"value\":\"somepassword\"}]" .
	
	<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-6> <urn:qi4j:type:org.qi4j.test.indexing.model.Person#yearOfBirth> "1970" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> "Jack Doe" ;
		<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> "24aed37c-6b4d-4844-a53b-d09093e642b4-6" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Male#wife> <urn:qi4j:entity:anndoe> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#mainAccount> <urn:qi4j:entity:accountOfJackDoe> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#placeOfBirth> <urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-4> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#interests> _:node19ra5t6rix4 .
	
	_:node19ra5t6rix4 a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> ;
		<http://www.w3.org/1999/02/22-rdf-syntax-ns#li> <urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-2> .
}

<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-5> {
	<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-5> a <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#address> _:node19ra5t6rpx1 .
	
	_:node19ra5t6rpx1 <urn:qi4j:type:org.qi4j.test.indexing.model.Address#line1> "Qi Alley 4j" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Address#line2> "Off main Java Street" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Address#zipcode> "12345" .
	
	<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-5> <urn:qi4j:type:org.qi4j.test.indexing.model.Person#bigInteger> "23232323232323232323232323" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#bigDecimal> "2.34276931348623157E+310" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#title> "MR" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#dateValue> "2020-03-04T13:24:35.000Z" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#dateTimeValue> "2020-03-04T13:24:35.000Z" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#localDateTimeValue> "2020-03-04T13:23:00.000" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#localDateValue> "2020-03-04" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#email> "joe@thedoes.net" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#yearOfBirth> "1990" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> "Joe Doe" ;
		<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> "24aed37c-6b4d-4844-a53b-d09093e642b4-5" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#placeOfBirth> <urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-3> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#mother> <urn:qi4j:entity:anndoe> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Person#interests> _:node19ra5t6rpx2 .
	
	_:node19ra5t6rpx2 a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> ;
		<http://www.w3.org/1999/02/22-rdf-syntax-ns#li> <urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-0> , <urn:qi4j:entity:Gaming> .
}

<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-4> {
	<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-4> a <urn:qi4j:type:org.qi4j.test.indexing.model.entities.CityEntity> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.City#country> "Malaysia" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.City#county> "Some Other Jaya" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> "Penang" ;
		<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> "24aed37c-6b4d-4844-a53b-d09093e642b4-4" .
}

<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-3> {
	<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-3> a <urn:qi4j:type:org.qi4j.test.indexing.model.entities.CityEntity> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.City#country> "Malaysia" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.City#county> "Some Jaya" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> "Kuala Lumpur" ;
		<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> "24aed37c-6b4d-4844-a53b-d09093e642b4-3" .
}

<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-2> {
	<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-2> a <urn:qi4j:type:org.qi4j.test.indexing.model.entities.DomainEntity> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Domain#description> "Cars" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> "Cars" ;
		<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> "24aed37c-6b4d-4844-a53b-d09093e642b4-2" .
}

<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-1> {
	<urn:qi4j:entity:24aed37c-6b4d-4844-a53b-d09093e642b4-1> a <urn:qi4j:type:org.qi4j.test.indexing.model.entities.DomainEntity> ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Domain#description> "Cooking domain" ;
		<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> "Cooking" ;
		<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> "24aed37c-6b4d-4844-a53b-d09093e642b4-1" .
}

<urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> {
	<urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> a <http://www.w3.org/2000/01/rdf-schema#Class> , <http://www.w3.org/2002/07/owl#Class> ;
		<http://www.qi4j.org/rdf/entitytype/1.0/type> "interface org.qi4j.test.indexing.model.entities.FemaleEntity" ;
		<http://www.qi4j.org/rdf/entitytype/1.0/queryable> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
		<http://www.w3.org/2000/01/rdf-schema#subClassOf> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> , <urn:qi4j:type:org.qi4j.test.indexing.model.Female> , <urn:qi4j:type:org.qi4j.test.indexing.model.Person> , <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable> , <urn:qi4j:type:org.qi4j.test.indexing.model.Alive> , <urn:qi4j:type:org.qi4j.api.entity.EntityComposite> , <urn:qi4j:type:org.qi4j.api.entity.Identity> , <urn:qi4j:type:org.qi4j.api.composite.Composite> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#address> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#bigInteger> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#bigDecimal> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#title> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#additionalInfo> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#dateValue> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#dateTimeValue> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#localDateTimeValue> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#localDateValue> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#date> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#password> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#personalWebsite> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#email> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#yearOfBirth> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#int> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Female#husband> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.Male> , <http://www.w3.org/2001/XMLSchema#anyURI> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#father> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.Male> , <http://www.w3.org/2001/XMLSchema#anyURI> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#mainAccount> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.Account> , <http://www.w3.org/2001/XMLSchema#anyURI> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#placeOfBirth> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.City> , <http://www.w3.org/2001/XMLSchema#anyURI> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#mother> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.Female> , <http://www.w3.org/2001/XMLSchema#anyURI> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#interests> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.FemaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.Person#interests> , <http://www.w3.org/2001/XMLSchema#anyURI> .
}

<urn:qi4j:type:org.qi4j.test.indexing.model.entities.AccountEntity> {
	<urn:qi4j:type:org.qi4j.test.indexing.model.entities.AccountEntity> a <http://www.w3.org/2000/01/rdf-schema#Class> , <http://www.w3.org/2002/07/owl#Class> ;
		<http://www.qi4j.org/rdf/entitytype/1.0/type> "interface org.qi4j.test.indexing.model.entities.AccountEntity" ;
		<http://www.qi4j.org/rdf/entitytype/1.0/queryable> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
		<http://www.w3.org/2000/01/rdf-schema#subClassOf> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.AccountEntity> , <urn:qi4j:type:org.qi4j.test.indexing.model.Account> , <urn:qi4j:type:org.qi4j.api.entity.EntityComposite> , <urn:qi4j:type:org.qi4j.api.entity.Identity> , <urn:qi4j:type:org.qi4j.api.composite.Composite> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Account#number> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.AccountEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.AccountEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
}

<urn:qi4j:type:org.qi4j.test.indexing.model.entities.DomainEntity> {
	<urn:qi4j:type:org.qi4j.test.indexing.model.entities.DomainEntity> a <http://www.w3.org/2000/01/rdf-schema#Class> , <http://www.w3.org/2002/07/owl#Class> ;
		<http://www.qi4j.org/rdf/entitytype/1.0/type> "interface org.qi4j.test.indexing.model.entities.DomainEntity" ;
		<http://www.qi4j.org/rdf/entitytype/1.0/queryable> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
		<http://www.w3.org/2000/01/rdf-schema#subClassOf> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.DomainEntity> , <urn:qi4j:type:org.qi4j.test.indexing.model.Domain> , <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable> , <urn:qi4j:type:org.qi4j.api.entity.EntityComposite> , <urn:qi4j:type:org.qi4j.api.entity.Identity> , <urn:qi4j:type:org.qi4j.api.composite.Composite> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Domain#description> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.DomainEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.DomainEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.DomainEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
}

<urn:qi4j:type:org.qi4j.test.indexing.model.entities.CityEntity> {
	<urn:qi4j:type:org.qi4j.test.indexing.model.entities.CityEntity> a <http://www.w3.org/2000/01/rdf-schema#Class> , <http://www.w3.org/2002/07/owl#Class> ;
		<http://www.qi4j.org/rdf/entitytype/1.0/type> "interface org.qi4j.test.indexing.model.entities.CityEntity" ;
		<http://www.qi4j.org/rdf/entitytype/1.0/queryable> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
		<http://www.w3.org/2000/01/rdf-schema#subClassOf> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.CityEntity> , <urn:qi4j:type:org.qi4j.test.indexing.model.City> , <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable> , <urn:qi4j:type:org.qi4j.api.entity.EntityComposite> , <urn:qi4j:type:org.qi4j.api.entity.Identity> , <urn:qi4j:type:org.qi4j.api.composite.Composite> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.City#country> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.CityEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.City#county> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.CityEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.CityEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.CityEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
}

<urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> {
	<urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> a <http://www.w3.org/2000/01/rdf-schema#Class> , <http://www.w3.org/2002/07/owl#Class> ;
		<http://www.qi4j.org/rdf/entitytype/1.0/type> "interface org.qi4j.test.indexing.model.entities.MaleEntity" ;
		<http://www.qi4j.org/rdf/entitytype/1.0/queryable> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
		<http://www.w3.org/2000/01/rdf-schema#subClassOf> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> , <urn:qi4j:type:org.qi4j.test.indexing.model.Male> , <urn:qi4j:type:org.qi4j.test.indexing.model.Person> , <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable> , <urn:qi4j:type:org.qi4j.test.indexing.model.Alive> , <urn:qi4j:type:org.qi4j.api.entity.EntityComposite> , <urn:qi4j:type:org.qi4j.api.entity.Identity> , <urn:qi4j:type:org.qi4j.api.composite.Composite> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#address> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#bigInteger> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#bigDecimal> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#title> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#additionalInfo> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#dateValue> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#dateTimeValue> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#localDateTimeValue> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#localDateValue> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#date> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#password> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#personalWebsite> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#email> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#yearOfBirth> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#int> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#name> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.api.entity.Identity#identity> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Male#wife> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.Female> , <http://www.w3.org/2001/XMLSchema#anyURI> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#father> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.Male> , <http://www.w3.org/2001/XMLSchema#anyURI> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#mainAccount> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.Account> , <http://www.w3.org/2001/XMLSchema#anyURI> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#placeOfBirth> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.City> , <http://www.w3.org/2001/XMLSchema#anyURI> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#mother> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.Female> , <http://www.w3.org/2001/XMLSchema#anyURI> .
	
	<urn:qi4j:type:org.qi4j.test.indexing.model.Person#interests> <http://www.w3.org/2000/01/rdf-schema#domain> <urn:qi4j:type:org.qi4j.test.indexing.model.entities.MaleEntity> ;
		a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> ;
		<http://www.w3.org/2000/01/rdf-schema#range> <urn:qi4j:type:org.qi4j.test.indexing.model.Person#interests> , <http://www.w3.org/2001/XMLSchema#anyURI> .
}
13:14:07.082 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:07.082 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:07.165 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
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.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 

}
13:14:07.287 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:07.287 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:07.370 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Domain>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:name "Gaming". 

}
13:14:07.475 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:07.476 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:07.568 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
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.test.indexing.model.Nameable>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 

}
13:14:07.690 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:07.690 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:07.770 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns2: <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Person#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:placeOfBirth ?v0. 
?v0 ns2:name "Kuala Lumpur". 

}
13:14:07.882 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:07.882 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:07.951 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns2: <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Person#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:mother ?v0. 
?v0 ns1:placeOfBirth ?v1. 
?v1 ns2:name "Kuala Lumpur". 

}
13:14:08.053 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:08.053 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:08.116 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Person#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:yearOfBirth ?v0. 
FILTER (?v0 >= "1973")
}
13:14:08.203 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:08.204 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:08.259 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns2: <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Person#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:yearOfBirth ?v0. 
?entity ns1:placeOfBirth ?v1. 
?v1 ns2:name "Penang". 
FILTER ((?v0 >= "1900"))
}
13:14:08.341 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:08.341 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:08.394 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Person#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:yearOfBirth ?v0. 
FILTER ((?v0 = "1970")||(?v0 = "1975"))
}
13:14:08.472 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:08.472 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:08.532 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Person#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Female>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:yearOfBirth ?v0. 
FILTER ((?v0 = "1970")||(?v0 = "1975"))
}
13:14:08.626 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:08.626 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:08.679 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Person#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:yearOfBirth ?v0. 
FILTER (!(?v0 = "1975"))
}
13:14:08.754 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:08.754 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:08.811 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Person#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
OPTIONAL {?entity ns1:email ?v0}. 
FILTER (bound(?v0))
}
13:14:08.894 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:08.894 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:08.952 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Person#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
OPTIONAL {?entity ns1:email ?v0}. 
FILTER (! bound(?v0))
}
13:14:09.023 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:09.023 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:09.077 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Male#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
OPTIONAL {?entity ns1:wife ?v0}. 
FILTER (bound(?v0))
}
13:14:09.158 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:09.158 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:09.210 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Male#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Male>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
OPTIONAL {?entity ns1:wife ?v0}. 
FILTER (! bound(?v0))
}
13:14:09.278 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:09.278 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:09.324 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Male#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
OPTIONAL {?entity ns1:wife ?v0}. 
FILTER (! bound(?v0))
}
13:14:09.404 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:09.405 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:09.456 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
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.test.indexing.model.Nameable>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 

}
LIMIT 2
13:14:09.526 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:09.527 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:09.575 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
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.test.indexing.model.Nameable>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 

}
OFFSET 3
LIMIT 2
13:14:09.650 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:09.651 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:09.703 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:name ?v0. 

}
ORDER BY ASC(?v0)
13:14:09.782 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:09.782 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:09.825 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:name ?v0. 
FILTER (?v0 > "B")
}
ORDER BY ASC(?v0)
13:14:09.902 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:09.903 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:09.960 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns2: <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Person#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:yearOfBirth ?v0. 
?entity ns2:name ?v1. 
FILTER (?v0 > "1973")
}
ORDER BY DESC(?v1)
13:14:10.039 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:10.039 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:10.096 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns2: <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Person#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Person>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:placeOfBirth ?v0. 
?v0 ns2:name ?v1. 
?entity ns2:name ?v2. 

}
ORDER BY ASC(?v1)ASC(?v2)
13:14:10.175 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:10.175 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:10.223 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:name ?v0. 
FILTER regex(?v0,"J.*Doe")
}
13:14:10.328 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore...
13:14:10.328 [Test worker] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized
13:14:10.375 [Test worker] DEBUG o.q.i.r.q.i.RdfQueryParserImpl - Query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX ns0: <urn:qi4j:type:org.qi4j.api.entity.Identity#> 
PREFIX ns1: <urn:qi4j:type:org.qi4j.test.indexing.model.Nameable#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
SELECT DISTINCT ?identity
WHERE {
?entityType rdfs:subClassOf <urn:qi4j:type:org.qi4j.test.indexing.model.Domain>. 
?entity rdf:type ?entityType. 
?entity ns0:identity ?identity. 
?entity ns1:name "Gaming". 

}