Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Meeting notes 2023 08 23

Daniel Beeke edited this page Aug 23, 2023 · 1 revision

Present:

  • @bergos (Thomas Bergwinkl) (first 20min)
  • William
  • Silas Jokel
  • @edmondchuc (Edmond Chuc)
  • @danielbeeke

Agenda:

Use cases

  • Edmond
  • William
    • Data creation and correcting / validating data:
    • NodeShape generates a form
      • Working on a form renderer which might become (partly) open source
      • Next month there might be a demo available
  • Silas
    • Forms: correcting data with validations
    • Filtering data
    • Mainly using SHACL
  • Daniel
    • Forms with SHACL and DASH
    • And displaying data according to ViewModes which could be SHACL shapes in the future with sh:Viewers
    • ETL

We decised to talk about our use case and then about the things that we have been missing

One use case we all have is forms; adding, editing and correcting data

  • Validating and correcting data
    • We talked about the scorer algos; they seem to have what we need. Data and definition
  • Autocomplete define select query
    • We are missing predicates here; what to use to define the SPARQL endpoint?
  • Read only predicate
    • Data that should not be editable but it should be displayed in the form
  • RDF ordered list (make it declaritive)
    • It is a huge pain at the moment to have ordererd lists in SHACL
  • Define a root
    • William explained a structure where in the sidebar all the instances of a class are loaded and clicking on one of them opens a form. We talked about the concept 'root'.
  • External data should not have forms
    • When embedding data of others that parts is not possible to edit or save, similar to the read only part.

Actions:

  • Create issues for the parts that we are missing