From ff0824049ffe7bf427f0f9de4ac132609dc5ed66 Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Tue, 4 Feb 2020 06:15:50 -0800 Subject: [PATCH] Update metadata-modelling.md --- docs/how/metadata-modelling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how/metadata-modelling.md b/docs/how/metadata-modelling.md index fe26a8cfe7..8fa47aa620 100644 --- a/docs/how/metadata-modelling.md +++ b/docs/how/metadata-modelling.md @@ -3,6 +3,6 @@ Conceptually we’re modelling metadata as a hybrid graph of nodes ([entities](../what/entity.md)) and edges ([relationships](../what/relationship.md)), with additional documents ([metadata aspects](../what/aspect.md)) attached to each node. You can also think of it as a modified [Entity-Relationship Model](https://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model). -Here is an an example metadata graph consisting of 3 types of entities (User, Group, Dataset), 3 types of relationships (OwnedBy, HasAdmin, HasMember), and 3 types of metadata aspects (Ownership, Profile, and Membership). +Here is an an example graph consisting of 3 types of entities (`User`, `Group`, `Dataset`), 3 types of relationships (`OwnedBy`, `HasAdmin`, `HasMember`), and 3 types of metadata aspects (`Ownership`, `Profile`, and `Membership`). ![metadata-modeling](../imgs/metadata-modeling.png)