Re: Which file format to use?

Turtle is a file format for everything :) .
There are convenient lists in Turtle , like:

:program :hasSteps ( :s1 :s2 ) ;
  :hasKindOfTransformation <kt1> ,<kt2>  .  # the set of transformation

:s1 a :Transformation ;
  :hasURL1 <foo1> ;
  :hasURL3 <foo2> .

 :s2 a :Script ;
  :hasURL1 <s1> ;
  :hasURL3 <s2> .


( tested with CWM )


2014-10-20 1:13 GMT+02:00 Victor Porton <porton@narod.ru>:

> I need to feed a program I am writing a finite ordered list whose members
> may be:
>
> * A pair of URLs which denotes a transformation
>
> * A pair of URLs which denotes a script
>
> * A set of URLs (which also describe a kind of transformation)
>
> In short, I need a finite ordered list, which consist of URLs together
> with information how to use these URLs (e.g. to differentiate between
> scripts and transformations, each represented as a pair of URLs)
>
> In which file format would you recommend to write this kinds of
> information?
>
> Should I describe this in RDF?
>
> Are there lists in Turtle?
>
> Or should I recommend users to use RDF/XML because of its explicit loops?
>
> Maybe even to switch from RDF to plain XML?
>
> --
> Victor Porton - http://portonvictor.org
>
>


-- 
Jean-Marc Vanel
Déductions SARL - Consulting, services, training,
Rule-based programming, Semantic Web
http://deductions-software.com/
+33 (0)6 89 16 29 52
Twitter: @jmvanel , @jmvanel_fr ; chat: irc://irc.freenode.net#eulergui

Received on Monday, 20 October 2014 14:59:38 UTC