Rename triple entities were relevant
This commit is contained in:
parent
ddf8849e60
commit
443a091b72
62 changed files with 664 additions and 664 deletions
|
|
@ -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 .
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue