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
|
|
@ -48,7 +48,7 @@ $(function() {
|
|||
subject: $("#subject").val(),
|
||||
predicate: $("#predicate").val(),
|
||||
object: $("#object").val(),
|
||||
provenance: $("#provenance").val()
|
||||
label: $("#label").val()
|
||||
}
|
||||
if (!checkTriple(triple)) {
|
||||
return
|
||||
|
|
@ -68,7 +68,7 @@ $(function() {
|
|||
subject: $("#rsubject").val(),
|
||||
predicate: $("#rpredicate").val(),
|
||||
object: $("#robject").val(),
|
||||
provenance: $("#rprovenance").val()
|
||||
label: $("#rlabel").val()
|
||||
}
|
||||
if (!checkTriple(triple)) {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue