linkml / linkml-model

Link Modeling Language (LinkML) model
https://linkml.github.io/linkml-model/docs/
34 stars 16 forks source link

Add classes OneDimensionalSeries, TwoDimensionalArray #143

Closed rly closed 1 year ago

rly commented 1 year ago

cc @cmungall @oruebel @jmchandonia @realmarcin @mavaylon1

Additional context: https://github.com/linkml/linkml/issues/895 and https://github.com/rly/hdmf-term-lists

jmchandonia commented 1 year ago

BTW, here's how Pavel and I defined a NDArray: https://github.com/kbaseapps/GenericsUtil/blob/master/KBaseGenerics.spec

thewtex commented 1 year ago

Hi Ryan et. al.!

Possible tangent, I am wondering if there is a way to specify a binary array, (slot_usage?) to represent a TypedArray with typescript, numpy.ndarray in Python, etc.?

rly commented 1 year ago

Hi Ryan et. al.!

Possible tangent, I am wondering if there is a way to specify a binary array, (slot_usage?) to represent a TypedArray with typescript, numpy.ndarray in Python, etc.?

I don't know, but pinging @cmungall in case he knows. We will tackle serialization of these arrays via LinkML soontm.