graph of data (will make possible the generation of form in Scala.js)
Currently there is a single field allNamedGraph that contains everything.
Need to split that in 2 fields:
modelsGraph
dataGraph
For the server version of form generation, the 2 variables will be alias of allNamedGraph.
For the Scala.JS version of form generation, the 2 variables will be different, and contains just the relevant part of model and data.
fr
Distinguer graphe des modèles et graphe des données (permettra de déporter la génération de formulaire vers Scala.js)
en
Distinguish
Currently there is a single field allNamedGraph that contains everything. Need to split that in 2 fields:
fr
Distinguer graphe des modèles et graphe des données (permettra de déporter la génération de formulaire vers Scala.js)