Replies: 1 comment
-
One issue with the current approach is that specifying transformations that apply to the entire recordset is a bit wonky, since they have to be repeated on each Field, and the correspondence between fields in the same row is implicit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ml:source
is a field for both RecordSets and Fields.The source at the RecordSet level is not used by the machine, as sources at the Field level prevail. The source also doesn't increase readability for the human, which either a) know the JSON-LD/Croissant standard, or b) interact through a visualizer/wizard.
I propose to drop ml:source at the RecordSet level, as it creates noise in the syntax. WDYT?
Result of the discussion with @benjelloun:
source
at the Field level.source
at the RecordSet level is an interesting approach. Notably, it allows to clearly distinguish left/right in joins. However, this approach still has open questions:caption_annotations-files/annotations
in COCO2014.)Beta Was this translation helpful? Give feedback.
All reactions