odalic / sti

An API and enhancements to the Semantic Table Interpretation
Other
3 stars 0 forks source link

Extend to allow multiple subject columns #402

Closed brodecva closed 7 years ago

brodecva commented 7 years ago

In Czech: Spektrum případů úspěšného použití je příliš omezené. Na rozumný výstup v RDF pro běžné CSV tabulky nestačí, zejména pro absenci doporučování predikátů pro připojení literálů a pro absenci možnosti generovat z jedné tabulky více typů propojených entit (například provedená kontrola a kraj, kde byla provedena), což je celkem běžný případ.

tomas-knap commented 7 years ago

As discussed, there should be a possibility to manually define second/third subject column. In that case, if there are more subject columns, the algorithm tries to find for each such subject column relations between that subject column and other columns.

Note: in UI, there must be a slightly different way how to select subject columns - not just one, but also more columns.

brodecva commented 7 years ago

Done in https://github.com/odalic/sti/pull/413 and https://github.com/odalic/odalic-ui/pull/383 .