NIHVIVO-646 Handle authorships with no linked author in add authors to publication form.
This commit is contained in:
parent
f4948022dd
commit
7ae1a931e4
4 changed files with 81 additions and 42 deletions
23
productMods/edit/forms/addInformationResourceToAuthor.jsp
Normal file
23
productMods/edit/forms/addInformationResourceToAuthor.jsp
Normal file
|
@ -0,0 +1,23 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<%-- Custom form for adding an information resource to an author
|
||||
|
||||
Classes:
|
||||
foaf:Person - the individual being edited
|
||||
core:Authorship - primary new individual being created
|
||||
core:InformationResource - new or existing individual being linked to
|
||||
|
||||
Data properties of Authorship:
|
||||
core:authorRank
|
||||
|
||||
Object properties (domain : range)
|
||||
|
||||
core:informationResourceInAuthorship (InformationResource : Authorship)
|
||||
core:linkedInformationResource (Authorship : InformationResource) - inverse of informationResourceInAuthorship
|
||||
|
||||
core:linkedAuthor (Authorship : Person)
|
||||
core:authorInAuthorship (Person : Authorship) - inverse of linkedAuthor
|
||||
|
||||
--%>
|
||||
|
||||
hello world
|
Loading…
Add table
Add a link
Reference in a new issue