bkuczenski / lca-tools

A Python package for doing stuff with LCA data
GNU General Public License v2.0
18 stars 1 forks source link

Serialize to JSON-LD #6

Closed bkuczenski closed 7 years ago

bkuczenski commented 8 years ago

This essentially requires creating a @context file and adding @id fields to replace entityIds, and (. Still learning how to do this

bkuczenski commented 8 years ago

Requires much more. Exchanges need to become properties of processes; characterizations properties of flows. Refactor ArchiveInterface to not include exchanges and characterizations. etc.