Rename triple entities were relevant

This commit is contained in:
kortschak 2014-08-27 21:27:01 +09:30
parent ddf8849e60
commit 443a091b72
62 changed files with 664 additions and 664 deletions

View file

@ -40,7 +40,7 @@ Predicates always assume a forward direction. That is,
}]
```
will only match if the triple
will only match if the quad
```
A some_predicate B .
```
@ -54,7 +54,7 @@ exists. In order to reverse the directions, "!predicates" are used. So that:
}]
```
will only match if the triple
will only match if the quad
```
B some_predicate A .
```