- From: Gregg Kellogg <gregg@greggkellogg.net>
- Date: Sat, 10 May 2014 07:49:36 -0700
- To: Stéphane Campinas <stephane.campinas@deri.org>
- Cc: "semantic-web@w3.org" <semantic-web@w3.org>
Received on Saturday, 10 May 2014 14:50:07 UTC
The CSV on the Web working group [1] is developing something along these lines. See http://w3c.github.com/csvw.
Gregg Kellogg
[1] http://www.w3.org/2013/csvw/wiki/Main_Page
Sent from my iPad
> On May 10, 2014, at 5:54 AM, Stéphane Campinas <stephane.campinas@deri.org> wrote:
>
> Hi,
>
> Do you know of any tool that creates RDF statements based on some template ?
>
> For example, let's imagine I have the following template:
> <http://acme.org/${id}> <http://acme.org/predicate1> "${something}" .
> <http://acme.org/${id}> <http://acme.org/predicate2> <http://acme.org/${person}> .
>
> where ${...} are variables. Then, by providing values for these variables, the following statements would be created:
> ${id} = e1 ${something} = blabla ${person} = john
>
> <http://acme.org/e1> <http://acme.org/predicate1> "blabla" .
> <http://acme.org/e1> <http://acme.org/predicate2> <http://acme.org/john> .
> Have you seen any such tool ?
>
> Thanks
> --
> Stephane Campinas
Received on Saturday, 10 May 2014 14:50:07 UTC