jmvanel / semantic_forms

Form generators leveraging semantic web standards (RDF(S), OWL, SPARQL , ...
Other
75 stars 23 forks source link

Fill time and date fields if empty with current value #171

Open jmvanel opened 7 years ago

jmvanel commented 7 years ago

Implementation in Scala.js in project form_js ( quite similar to the GPS code )

For now, the relevant RDF property is dcterms:date ( cf http://deduction.github.io )

NOTE: anyway, the time stamp of a triple group (<s> <p> ?O ) is recorded by the application, see trait TimeSeries; but this is for cases when the time stamp needs to be explicit in the form, and possibly edited by user.