Class org.qi4j.library.rdf.entity.EntitySerializerTest

1

tests

0

failures

0

ignored

0.478s

duration

100%

successful

Tests

Test Duration Result
testEntitySerializer 0.478s passed

Standard output

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:ns1="http://www.w3.org/2001/vcard-rdf/3.0#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<org.qi4j.library.rdf.entity.TestEntity xmlns="urn:qi4j:type:" rdf:about="urn:qi4j:entity:test2">
	<name xmlns="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#">Niclas</name>
	<value xmlns="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#">
		<rdf:Description rdf:nodeID="node19ra699pjx1">
			<test1 xmlns="urn:qi4j:type:org.qi4j.library.rdf.entity.TestValue#">5</test1>
			<test3 xmlns="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity/">
				<rdf:Description rdf:nodeID="node19ra699pjx2">
					<data xmlns="urn:qi4j:type:org.qi4j.library.rdf.entity.Test2Value#">Habba</data>
				</rdf:Description>
			</test3>
		</rdf:Description>
	</value>
	<title xmlns="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#">Mr</title>
	<identity xmlns="urn:qi4j:type:org.qi4j.api.entity.Identity#">test2</identity>
	<association xmlns="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#" rdf:resource="urn:qi4j:entity:test1"/>
	<group xmlns="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#">
		<rdf:Seq rdf:nodeID="node19ra699pjx3">
			<rdf:li rdf:resource="urn:qi4j:entity:test1"/>
		</rdf:Seq>
	</group>
	<manyAssoc xmlns="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#">
		<rdf:Seq rdf:nodeID="node19ra699pjx4">
			<rdf:li rdf:resource="urn:qi4j:entity:test1"/>
		</rdf:Seq>
	</manyAssoc>
</org.qi4j.library.rdf.entity.TestEntity>

</rdf:RDF>