<?xml version="1.0" encoding="iso-8859-1"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:Inti="http://www.Inti.com/rdf#">
   <RDF: Description RDF:about="http://www.Inti.com/Gruppe2">
     <Inti:name>Gruppe2</Inti:name>
   </RDF: Description>
     <RDF: Description    RDF:about="http://www.Inti.com/Gruppe2/Person1">
         <Inti:name>nom1</Inti:name>
       </RDF: Description>
       <RDF: Description RDF:about="http://www.Inti.com/Gruppe2/Person2" >
         <Inti:name>nom2</Inti:name>
       </RDF: Description>
       <RDF: Description RDF:about="http://www.Inti.com/Gruppe2/Person3" >
         <Inti:name>nom3</Inti:name>
       </RDF: Description>
       <RDF: Description RDF:about="http://www.Inti.com/Gruppe2/Person4" >
         <Inti:name>nom4</Inti:name>
       </RDF: Description>
       <RDF: Description RDF:about="http://www.Inti.com/Gruppe2/Person5" >
         <Inti:name>nom5</Inti:name>
       </RDF: Description>
  
  <RDF:Seq RDF:about="http://www.Inti.com/all-inti">
    <RDF:li>
      <RDF:Seq RDF:about="http://www.Inti.com/Gruppe2">
        <RDF:li RDF:resource="http://www.Inti.com/Gruppe2/Person1"/>
        <RDF:li RDF:resource="http://www.Inti.com/Gruppe2/Person2"/>
        <RDF:li RDF:resource="http://www.Inti.com/Gruppe2/Person3"/>
        <RDF:li RDF:resource="http://www.Inti.com/Gruppe2/Person4"/>
        <RDF:li RDF:resource="http://www.Inti.com/Gruppe2/Person5"/>
      </RDF:Seq>
    </RDF:li>
  </RDF:Seq>
  
</RDF:RDF>
			
		
 
	
Partager