Skip to content

Commit a697dbb

Browse files
committed
Fixed typos
1 parent f6f4a87 commit a697dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/apis/api-triples-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This is a service which queries the knowledge graph for triples ("facts").
1515
The request contains the following fields:
1616
- `s`: Optional, if included specifies a match for the subject part of a
1717
triple.
18-
- `p`: Optional, if included specifies a match for the subject part of a
18+
- `p`: Optional, if included specifies a match for the predicate part of a
1919
triple.
20-
- `o`: Optional, if included specifies a match for the subject part of a
20+
- `o`: Optional, if included specifies a match for the object part of a
2121
triple.
2222
- `limit`: Optional, if included specifies the maximum number of triples to
2323
return. If not specified, an arbitrary value is used.

0 commit comments

Comments
 (0)