An open API service indexing awesome lists of open source software.

https://solidlabresearch.github.io/DFDP/

Declarative Form Description Pipeline
https://solidlabresearch.github.io/DFDP/

Last synced: 12 days ago
JSON representation

Declarative Form Description Pipeline

Awesome Lists containing this project

README

          

# DFDP
Declarative Form Description Pipeline

This repository contains the source code of the overview page for the DFDP and the Policy ontology used in the DFDP.

Policy ontology:
- The Policy ontology describes missing classes and properties to be able to define policies that needs to be executed.
- [Specification](https://solidlabresearch.github.io/DFDP/policy/)
- [Turtle definition](https://solidlabresearch.github.io/DFDP/policy.ttl)

FormGenerator:
- An app to generate a declarative form description by using a drag-and-drop interface.
- [Demo](https://solidlabresearch.github.io/FormGenerator/)
- [Source](https://github.com/SolidLabResearch/FormGenerator)

FormRenderer:
- An app to fill out a form by rendering its declarative form description as HTML in the browser.
- [Demo](https://solidlabresearch.github.io/FormRenderer/)
- [Source](https://github.com/SolidLabResearch/FormRenderer)

FormCli:
- An app to fill out a form by rendering its declarative form description as text on the command line.
- [Source](https://github.com/SolidLabResearch/FormCli)

Article:
- Article for the SDS workshop at the ESWC 2024 Conference on Declarative Form Description Pipeline (DFDP).
- [Article](https://smessie.github.io/Article-ESWC2024-DFDP/)
- [Source](https://github.com/smessie/Article-ESWC2024-DFDP)