Fixing URL generation in some custom forms. NIHVIVO-210
This commit is contained in:
parent
00ff9e4775
commit
7c8dd33477
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@
|
|||
|
||||
"n3required" : [ "${n3ForStmtToOrg}", "${titleAssertion}" , "${personUriAssertion}", "${startYearAssertion}" ],
|
||||
"n3optional" : [ "${endYearAssertion}" ],
|
||||
"newResources" : { "positionUri" : "${defaultNamespace}/position" },
|
||||
"newResources" : { "positionUri" : "${defaultNamespace}" },
|
||||
"urisInScope" : { },
|
||||
"literalsInScope": { },
|
||||
"urisOnForm" : [ "personUri" ],
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
"n3required" : [ "${n3ForStmtToPerson}", "${titleAssertion}", "${startYearAssertion}" ],
|
||||
"n3optional" : [ "${organizationNameAssertion}","${organizationUriAssertion}",
|
||||
"${endYearAssertion}"],
|
||||
"newResources" : { "positionUri" : "${defaultNamespace}/position" },
|
||||
"newResources" : { "positionUri" : "${defaultNamespace}" },
|
||||
"urisInScope" : { },
|
||||
"literalsInScope": { },
|
||||
"urisOnForm" : [ "organizationUri" ],
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
"n3required" : [ "${n3ForStmtToPerson}", "${titleAssertion}", "${startYearMonthAssertion}" ],
|
||||
"n3optional" : [ "${descriptionAssertion}", "${organizationNameAssertion}","${organizationUriAssertion}",
|
||||
"${endYearMonthAssertion}"],
|
||||
"newResources" : { "activityUri" : "${defaultNamespace}/serviceactivity" },
|
||||
"newResources" : { "activityUri" : "${defaultNamespace}" },
|
||||
"urisInScope" : { },
|
||||
"literalsInScope": { },
|
||||
"urisOnForm" : [ "organizationUri" ],
|
||||
|
|
Loading…
Add table
Reference in a new issue