Skip to content

Commit

Permalink
fix typo in data_model.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Nally committed Aug 30, 2017
1 parent d58adb6 commit 7ef9ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ entities:
format: uri
relationship: '#Mother'
```
The URI of the Mother entity is `<baseURL>#Mother`. This is why the line `relationship: '#Child'` is valid - `#Mother` is a valid URI reference.
The URI of the Mother entity is `<baseURL>#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`
Expand Down

0 comments on commit 7ef9ce6

Please sign in to comment.