https://github.com/solidlabresearch/dfdp
Declarative Form Description Pipeline
https://github.com/solidlabresearch/dfdp
Last synced: 11 months ago
JSON representation
Declarative Form Description Pipeline
- Host: GitHub
- URL: https://github.com/solidlabresearch/dfdp
- Owner: SolidLabResearch
- License: mit
- Created: 2023-12-04T12:15:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T08:13:47.000Z (over 1 year ago)
- Last Synced: 2025-01-17T07:09:35.291Z (about 1 year 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
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)