Tweaks to custom forms for personHasServiceActivity, personHasPositionHistory, and organizationHasPositionHistory
This commit is contained in:
parent
3f97928832
commit
f47e13a66c
4 changed files with 15 additions and 119 deletions
|
@ -105,9 +105,9 @@
|
|||
"predicate" : ["predicate", "${predicateUriJson}" ],
|
||||
"object" : ["positionUri", "${objectUriJson}", "URI" ],
|
||||
|
||||
"n3required" : [ "${n3ForStmtToPerson}", "${titleAssertion}" ],
|
||||
"n3required" : [ "${n3ForStmtToPerson}", "${titleAssertion}", "${startYearAssertion}" ],
|
||||
"n3optional" : [ "${organizationNameAssertion}","${organizationUriAssertion}",
|
||||
"${startYearAssertion}","${endYearAssertion}"],
|
||||
"${endYearAssertion}"],
|
||||
"newResources" : { "positionUri" : "${defaultNamespace}/position" },
|
||||
"urisInScope" : { },
|
||||
"literalsInScope": { },
|
||||
|
@ -162,7 +162,7 @@
|
|||
},
|
||||
"startYear" : {
|
||||
"newResource" : "false",
|
||||
"validators" : [ "datatype:http://www.w3.org/2001/XMLSchema#gYear" ],
|
||||
"validators" : [ "nonempty", "datatype:http://www.w3.org/2001/XMLSchema#gYear" ],
|
||||
"optionsType" : "UNDEFINED",
|
||||
"literalOptions" : [ ],
|
||||
"predicateUri" : "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue