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
- Host: GitHub
- URL: https://solidlabresearch.github.io/DFDP/
- Owner: SolidLabResearch
- License: mit
- Created: 2023-12-04T12:15:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T08:13:47.000Z (over 1 year ago)
- Last Synced: 2025-03-15T18:47:07.120Z (9 months ago)
- Language: HTML
- Homepage: https://w3id.org/DFDP
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-semantic-shapes - DFDP: Declarative Form Description Pipeline - commit/SolidLabResearch/FormGenerator" align="top">; `MIT` license; `JavaScript`; Integrates with SOLID. [ESWC 2024 Paper]([url](https://smessie.github.io/Article-ESWC2024-DFDP/)). (Declarative UIs)
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)