D2RQ doesn’t currently support the generation of rdf:Lists or rdf:Seqs that 
maintain order. I can’t think of a workaround that would produce useful results 
either.

Best,
Richard


On 21 Nov 2013, at 09:33, Tomislav Jagušt <tomislav.jag...@fer.hr> wrote:

> Hi all,
> 
> I have an N:N relationship in a db 
> (tables Book, Person and BookAuthor with idBook and idPerson)
> 
> What I would like to do is create a list (a container or maybe a collection, 
> e.g. rdf:seq) which contains a list of authors. 
> In the end I would like to have something similar to this:
> 
>   <rdf:Description rdf:about="http://example.org/book/Book123";>
>      <dc:title>Title123</dc:title>
>      <bibo:authorList>
>         <rdf:Seq>
>            <rdf:li rdf:resource="http://example.org/author/Author1"/>
>            <rdf:li rdf:resource="http://example.org/author/Author2"/>
>            <rdf:li rdf:resource="http://example.org/author/Author3"/>
>         </rdf:Seq>
>      </ bibo:authorList >
>   </rdf:Description>
> 
> How to do this?
> 
> Regards,
> Tomislav.
> 
> ------------------------------------------------------------------------------
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing 
> conversations that shape the rapidly evolving mobile landscape. Sign up now. 
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> _______________________________________________
> d2rq-map-devel mailing list
> d2rq-map-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel


------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
d2rq-map-devel mailing list
d2rq-map-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel

Reply via email to