mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-15 16:21:02 +02:00
Updated API specs
This commit is contained in:
parent
ab002e6edb
commit
f6e588d408
13 changed files with 282 additions and 56 deletions
|
|
@ -1,5 +1,6 @@
|
|||
type: object
|
||||
description: RDF triple (subject-predicate-object)
|
||||
description: |
|
||||
RDF triple (subject-predicate-object), optionally scoped to a named graph.
|
||||
required:
|
||||
- s
|
||||
- p
|
||||
|
|
@ -14,3 +15,7 @@ properties:
|
|||
o:
|
||||
$ref: './RdfValue.yaml'
|
||||
description: Object
|
||||
g:
|
||||
type: string
|
||||
description: Named graph URI (optional)
|
||||
example: urn:graph:source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue