histograph / core

Histograph Core: Graph management and inferencing
MIT License
1 stars 3 forks source link

Add type field to each PIT in output of traversal API #28

Closed bertspaan closed 9 years ago

bertspaan commented 9 years ago

Currently, each concept/Feature has a type field in its properties. This assumes that all PITs in a concept have the same type. By definition of a concept, this should always be true, but we do not check restrict creating conceptIdentical relations only between PITs of the same time. Until we do that, we should add a PIT's type to each PIT.

rutgervanwilligen commented 9 years ago

Added in 47de031.