[VIVO-1223] Add authorship rank to the constructed model

This commit is contained in:
Graham Triggs 2016-01-22 14:01:25 +00:00
parent 6b296f00c1
commit 5053b4cff4

View file

@ -361,6 +361,7 @@ public class AddAuthorsToInformationResourceGenerator extends VivoBaseGenerator
+ " ?subject core:relatedBy ?authorshipURI .\n"
+ " ?authorshipURI a core:Authorship .\n"
+ " ?authorshipURI core:relates ?authorURI .\n"
+ " ?authorshipURI core:rank ?rank .\n"
+ " ?authorURI a ?type .\n"
+ " ?authorURI rdfs:label ?authorName .\n"
+ " ?authorURI vcard:hasName ?vName .\n"