Knowledge-Graphs-Book / HTML-Book

Other
36 stars 7 forks source link

Section 2.1.2: Heterogeneous graph only support a one-to-one between nodes and their types? #16

Closed krisnadhi closed 1 year ago

krisnadhi commented 1 year ago

Hi,

In the text in section 2.1.2, it is stated that "Conversely, such graphs typically only support a one-to-one relation between nodes and types". I suppose this should have been "many-to-one" relation, because multiple nodes may belong to the same type as illustrated in Figure 2.2(b)?

Antoine-Zimmermann commented 1 year ago

You're right. The idea was to say that "one node -> one type", that is, one node is mapped to only one type. But of course, the same type can be used for many nodes.

aidhog commented 1 year ago

Fixed in the PHP, HTML and LaTeX as suggested (one-to-one -> many-to-one). Thanks for the comment @krisnadhi !