Jean-Marc Vanel
Jean-Marc Vanel
- println() hunting ! - replace with logger.debug() or logger.info() or error()
Show by icons categories of Named graph - those participating in the cache, that is they were downloaded from the same URI - those belonging to a user - others...
NOTE: for a reload button, not all Named graph should be enabled, only those participating in the cache, that is they were downloaded from the same URI.
The SPARQL service `/sparql?query=` can be called by Javascript. Then a tree view with hyperlinks to each URI in the tree can be generated, hopefully using a good tree view...
The parameter database is the directory for creating / accessing the TDB database. FR: ajouter un paramètre database aux services `/form , /form-data , /download .` This results in having...
See doc. about service /form-data : https://github.com/jmvanel/semantic_forms/wiki/Application-development-manual#the-form-data-web-service I propose to put this JS code in: semantic_forms/scala/forms_play/files/javascripts with a new sample HTML in : semantic_forms/scala/forms_play/files/example2.html The implementation can plain JS, JQuery...
The case class FormSyntax, in FormModule.scala https://github.com/jmvanel/semantic_forms/blob/master/scala/forms/src/main/scala/deductions/runtime/abstract_syntax/FormModule.scala#L35 , has basically a sequence of (form) Entry's . An each Entry basically basically holds the raw data for the view of a...
NOTE: We have 2 notions of timestamp 1. URI cache timestamp : stored from the HTTP headers 2. user edition timestamp : updated when user pushes SAVE Timestamp 1. can...
En effet une valeur ?V introduite par une propriété owl:InverseFunctionalProperty indique un attachement à un seul sujet ?S : `?S ?V .` ce qui est un indice suffisant pour imbriquer...
The use case is to display sub-forms as tabs or in place with HTML5 popup. The typical case in RDF data modeling is the adress associated to a Person. The...