Fixing URL generation in some custom forms. NIHVIVO-210

This commit is contained in:
bdc34 2010-03-22 15:29:54 +00:00
parent 00ff9e4775
commit 7c8dd33477
3 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@
"n3required" : [ "${n3ForStmtToOrg}", "${titleAssertion}" , "${personUriAssertion}", "${startYearAssertion}" ],
"n3optional" : [ "${endYearAssertion}" ],
"newResources" : { "positionUri" : "${defaultNamespace}/position" },
"newResources" : { "positionUri" : "${defaultNamespace}" },
"urisInScope" : { },
"literalsInScope": { },
"urisOnForm" : [ "personUri" ],

View file

@ -108,7 +108,7 @@
"n3required" : [ "${n3ForStmtToPerson}", "${titleAssertion}", "${startYearAssertion}" ],
"n3optional" : [ "${organizationNameAssertion}","${organizationUriAssertion}",
"${endYearAssertion}"],
"newResources" : { "positionUri" : "${defaultNamespace}/position" },
"newResources" : { "positionUri" : "${defaultNamespace}" },
"urisInScope" : { },
"literalsInScope": { },
"urisOnForm" : [ "organizationUri" ],

View file

@ -116,7 +116,7 @@
"n3required" : [ "${n3ForStmtToPerson}", "${titleAssertion}", "${startYearMonthAssertion}" ],
"n3optional" : [ "${descriptionAssertion}", "${organizationNameAssertion}","${organizationUriAssertion}",
"${endYearMonthAssertion}"],
"newResources" : { "activityUri" : "${defaultNamespace}/serviceactivity" },
"newResources" : { "activityUri" : "${defaultNamespace}" },
"urisInScope" : { },
"literalsInScope": { },
"urisOnForm" : [ "organizationUri" ],