Tweaks to custom forms for personHasServiceActivity, personHasPositionHistory, and organizationHasPositionHistory

This commit is contained in:
rjy7 2010-03-08 16:18:05 +00:00
parent 3f97928832
commit f47e13a66c
4 changed files with 15 additions and 119 deletions

View file

@ -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" : "",