jmvanel / semantic_forms

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

Table view: case of a class: avoid too numerous columns #199

Closed jmvanel closed 5 years ago

jmvanel commented 5 years ago

When the Table view URI is a class, change the SPARQL from ?S ?P <URI> to ?S a <URI>

to avoid too numerous columns

jmvanel commented 5 years ago

Allready implemented in Form2HTMLDisplay.makeClassTableButton()