semantic_forms
semantic_forms copied to clipboard
Form generators leveraging semantic web standards (RDF(S), OWL, SPARQL , ...
Updating a SF application involves mainly updating TDB (Triple Database ) . Currently this is done by pasting the right URL from page ``` /showNamedGraphs ``` into top field "Display"...
Currently it's possible to change the rdf:type of something, but within a **large** pull-down menu. The sub-classes of current rdf:type, and other possible types by rdfs:subPropertyOf inference, should appear in...
Je m'explique: Si j'ai bien compris les perspectives derrière le projet, il s'agit d'un générateur de formulaire dynamiques basés sur des ontologies, quel que soit l'ontologie d'ailleurs. J'entends donc que...
Instead of requesting the file from the internet, copy the SVG of the RDF graph icon locally See this code in the deductions/runtime/html/BasicWidgets.scala file: ``` ``` We should add the...
It is convenient for non Turtle experts to be able to create forms by a specific UI. In fact we will reuse and extend the existing form generator. There is...
RDF list are the default RDF way of specifying ordered lists. The HTML form generation mechanism already has the ability to display and save user edits for triples that do...
The user should get a warning when dbpedia lookup is down.
For a form about subject <s1> , show "inverse" triples : ``` turtle ?S . ``` for selected properties <p> . These properties will be declared in form specification by:...
Hi, Can you implement DELETE ind LDP ? Thanks ;-) Yannick
instead of using the embedded TDB SPARQL engine. This will enable easy combination with other applications backed by an SPARQL HTTP server. It may need a new capability in Banana-RDF:...