0

I want to know if it is possible to represent a hierarchy of concepts like very simple ontologies in Google Protocol Buffer format? if yes, can someone give me an example?

Hossein
  • 40,161
  • 57
  • 141
  • 175

1 Answers1

0

Protocol Buffer has support for nested types, the link contains an example, which could be used to represent a simple hierarchy; although I'm not sure how useful it would be.

dorzey
  • 193
  • 7