BONSAMURAIS / bontofrom

parse a table and create a BONsai onTOlogy from the table
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Generic function to load all available metadata #6

Open cmutel opened 5 years ago

cmutel commented 5 years ago
cmutel commented 5 years ago

Probably the easiest is a dict of dicts, e.g.

meta = {'activities': {'label': URI}}

cmutel commented 5 years ago

Probably also want to statically or dynamically apply namespaces to shorten totals, e.g.

http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram goes to `om2:kilogram' with the context 'om2:http://www.ontology-of-units-of-measure.org/resource/om-2'.