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
|
@ -113,9 +113,9 @@
|
|||
"predicate" : ["predicate", "${predicateUriJson}" ],
|
||||
"object" : ["activityUri", "${objectUriJson}", "URI" ],
|
||||
|
||||
"n3required" : [ "${n3ForStmtToPerson}", "${titleAssertion}" ],
|
||||
"n3required" : [ "${n3ForStmtToPerson}", "${titleAssertion}", "${startYearMonthAssertion}" ],
|
||||
"n3optional" : [ "${descriptionAssertion}", "${organizationNameAssertion}","${organizationUriAssertion}",
|
||||
"${startYearMonthAssertion}","${endYearMonthAssertion}"],
|
||||
"${endYearMonthAssertion}"],
|
||||
"newResources" : { "activityUri" : "${defaultNamespace}/serviceactivity" },
|
||||
"urisInScope" : { },
|
||||
"literalsInScope": { },
|
||||
|
@ -182,7 +182,7 @@
|
|||
},
|
||||
"startYearMonth" : {
|
||||
"newResource" : "false",
|
||||
"validators" : [ "datatype:http://www.w3.org/2001/XMLSchema#gYearMonth" ],
|
||||
"validators" : [ "nonempty", "datatype:http://www.w3.org/2001/XMLSchema#gYearMonth" ],
|
||||
"optionsType" : "UNDEFINED",
|
||||
"literalOptions" : [ ],
|
||||
"predicateUri" : "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue