binary-array-ld / bald

Python library for validating and managing binary array linked data files, e.g. HDF, netCDF.
BSD 3-Clause "New" or "Revised" License
10 stars 12 forks source link

Aliases syntax revisited #23

Open jyucsiro opened 7 years ago

jyucsiro commented 7 years ago

With regard to aliases about the syntax.

Do we allow for ability to specify patterns rather than specific ones? Full URI? Or like Turtle - prefix__name?

Can we build modules to interpret vanilla CF compliant netCDF?

Jim’s code solves this using separate prefixes/aliases file, which is currently bound to a tool and a convention with CF for examples.

Could we build a general framework and build modules for the content? How would those modules work?

jyucsiro commented 7 years ago

Resolve alias design issue