Rename Provenance -> Label
's/Provenance/Label/g' 's/provenance/label/g' with human vetting.
This commit is contained in:
parent
410202f3e0
commit
274d9ef57e
20 changed files with 416 additions and 416 deletions
|
|
@ -93,7 +93,7 @@ POST Body: JSON triples
|
|||
"subject": "Subject Node",
|
||||
"predicate": "Predicate Node",
|
||||
"object": "Object node",
|
||||
"provenance": "Provenance node" // Optional
|
||||
"label": "Label node" // Optional
|
||||
}] // More than one triple allowed.
|
||||
```
|
||||
|
||||
|
|
@ -121,7 +121,7 @@ POST Body: JSON triples
|
|||
"subject": "Subject Node",
|
||||
"predicate": "Predicate Node",
|
||||
"object": "Object node",
|
||||
"provenance": "Provenance node" // Optional
|
||||
"label": "Label node" // Optional
|
||||
}] // More than one triple allowed.
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue