We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f4a87 commit a697dbbCopy full SHA for a697dbb
reference/apis/api-triples-query.md
@@ -15,9 +15,9 @@ This is a service which queries the knowledge graph for triples ("facts").
15
The request contains the following fields:
16
- `s`: Optional, if included specifies a match for the subject part of a
17
triple.
18
-- `p`: Optional, if included specifies a match for the subject part of a
+- `p`: Optional, if included specifies a match for the predicate part of a
19
20
-- `o`: Optional, if included specifies a match for the subject part of a
+- `o`: Optional, if included specifies a match for the object part of a
21
22
- `limit`: Optional, if included specifies the maximum number of triples to
23
return. If not specified, an arbitrary value is used.
0 commit comments