Class org.qi4j.library.rdf.entity.EntityTypeSerializerTest

1

tests

0

failures

0

ignored

0.128s

duration

100%

successful

Tests

Test Duration Result
testEntityTypeSerializer 0.128s 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:qi4j="http://www.qi4j.org/rdf/entitytype/1.0/"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<rdfs:Class rdf:about="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<qi4j:type>interface org.qi4j.library.rdf.entity.TestEntity</qi4j:type>
	<qi4j:queryable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</qi4j:queryable>
	<rdfs:subClassOf>
		<rdf:Description rdf:about="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity">
			<rdfs:subClassOf rdf:resource="urn:qi4j:type:org.qi4j.api.entity.EntityComposite"/>
			<rdfs:subClassOf rdf:resource="urn:qi4j:type:org.qi4j.api.entity.Identity"/>
			<rdfs:subClassOf rdf:resource="urn:qi4j:type:org.qi4j.api.composite.Composite"/>
		</rdf:Description>
	</rdfs:subClassOf>
</rdfs:Class>
<rdf:Description rdf:about="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#name">
	<rdfs:domain rdf:resource="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity"/>
	<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
<rdf:Description rdf:about="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#value">
	<rdfs:domain rdf:resource="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity"/>
	<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
</rdf:Description>
<rdf:Description rdf:about="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#title">
	<rdfs:domain rdf:resource="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity"/>
	<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
<rdf:Description rdf:about="urn:qi4j:type:org.qi4j.api.entity.Identity#identity">
	<rdfs:domain rdf:resource="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity"/>
	<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
<rdf:Description rdf:about="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#association">
	<rdfs:domain rdf:resource="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity"/>
	<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
	<rdfs:range rdf:resource="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</rdf:Description>
<rdf:Description rdf:about="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#group">
	<rdfs:domain rdf:resource="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity"/>
	<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/>
	<rdfs:range>
		<rdf:Description rdf:about="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#group">
			<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
		</rdf:Description>
	</rdfs:range>
</rdf:Description>
<rdf:Description rdf:about="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#manyAssoc">
	<rdfs:domain rdf:resource="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity"/>
	<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/>
	<rdfs:range>
		<rdf:Description rdf:about="urn:qi4j:type:org.qi4j.library.rdf.entity.TestEntity#manyAssoc">
			<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
		</rdf:Description>
	</rdfs:range>
</rdf:Description>

</rdf:RDF>