fixing new individual form n3
This commit is contained in:
parent
cb8f209a1a
commit
3465cf2393
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class NewIndividualFormGenerator extends BaseEditConfigurationGenerator i
|
|||
config.setTemplate( "newIndividualForm.ftl" );
|
||||
|
||||
config.setN3Required( list(
|
||||
"?newInd ?rdfType ?typeOfNew ."
|
||||
"?newInd <" + VitroVocabulary.RDF_TYPE + "> <" + getTypeOfNew(vreq) + "> ."
|
||||
));
|
||||
//Optional because user may have selected either person or individual of another kind
|
||||
//Person uses first name and last name whereas individual of other class would use label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue