Re: System for generating schema based web forms?

Mikael,

we have a project that does this: https://github.com/AtomGraph/Web-Client

Jena's "flat" RDF/XML is transformed with XSLT into an HTML form that uses
RDF/POST [1], and then a reader reads the RDF/POST body back to RDF.

Any RDF/XML won't do, because the structure can be too unpredictable.

[1] http://www.lsrn.org/semweb/rdfpost.html

On Wed, Mar 7, 2018 at 4:04 PM, Mikael Pesonen <mikael.pesonen@lingsoft.fi>
wrote:

>
> Hi,
>
> is there a system that can read schema definition RDF/XML and render
> dynamic web form for inputting and editing properties? Data input and
> output could be JSON or
> directly on triple store such as Apache Jena.
>
> For example using schema.org RDF/XML you could create new item Creative
> Work/Book and insert the properties you are interested of, such as name and
> isbn.
>
> Thanks!
>
> --
> Lingsoft - 30 years of Leading Language Management
>
> www.lingsoft.fi
>
> Speech Applications - Language Management - Translation - Reader's and
> Writer's Tools - Text Tools - E-books and M-books
>
> Mikael Pesonen
> System Engineer
>
> e-mail: mikael.pesonen@lingsoft.fi
> Tel. +358 2 279 3300
>
> Time zone: GMT+2
>
> Helsinki Office
> Eteläranta 10
> <https://maps.google.com/?q=Etel%C3%A4ranta+10&entry=gmail&source=g>
> FI-00130 Helsinki
> FINLAND
>
> Turku Office
> Kauppiaskatu 5 A
> <https://maps.google.com/?q=Kauppiaskatu+5+A&entry=gmail&source=g>
> FI-20100 Turku
> FINLAND
>
>
>

Received on Wednesday, 7 March 2018 15:37:38 UTC