Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以用 Google Protocol Buffer 格式来表示概念的层次结构,比如非常简单的本体?如果是,有人可以举个例子吗?
Protocol Buffer 支持嵌套类型,链接包含一个示例,可以用来表示一个简单的层次结构;虽然我不确定它会有多大用处。