From 7ef9ce6ef5112477a45c777aa4882932610ce1fe Mon Sep 17 00:00:00 2001 From: Martin Nally Date: Wed, 30 Aug 2017 14:48:34 -0700 Subject: [PATCH] fix typo in data_model.md --- data_model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_model.md b/data_model.md index 76695a8..8064f9d 100644 --- a/data_model.md +++ b/data_model.md @@ -22,7 +22,7 @@ entities: format: uri relationship: '#Mother' ``` -The URI of the Mother entity is `#Mother`. This is why the line `relationship: '#Child'` is valid - `#Mother` is a valid URI reference. +The URI of the Mother entity is `#Mother`. This is why the line `relationship: '#Mother'` in the Child schema is valid - `#Mother` is a valid URI reference. In Rapier, the following two URIs reference different things - `#Mother`