VIVO-420 change VivoInformationResourceContextNodeFields.java to use foaf:Agent in getting related authors/editors instead of foaf:Person
This commit is contained in:
parent
5b5bc34d1a
commit
b83807a6cb
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ public class VivoInformationResourceContextNodeFields extends ContextNodeFields{
|
||||||
+ "?uri core:relatedBy ?a . "
|
+ "?uri core:relatedBy ?a . "
|
||||||
+ "?a rdf:type core:Authorship ."
|
+ "?a rdf:type core:Authorship ."
|
||||||
+ "?a core:relates ?b ."
|
+ "?a core:relates ?b ."
|
||||||
+ "?b rdf:type foaf:Person ."
|
+ "?b rdf:type foaf:Agent ."
|
||||||
+ "?b rdfs:label ?ContextNodeProperty .}");
|
+ "?b rdfs:label ?ContextNodeProperty .}");
|
||||||
|
|
||||||
/* features */
|
/* features */
|
||||||
|
@ -69,7 +69,7 @@ public class VivoInformationResourceContextNodeFields extends ContextNodeFields{
|
||||||
+ "?uri core:relatedBy ?e . "
|
+ "?uri core:relatedBy ?e . "
|
||||||
+ "?e rdf:type core:Editorship ."
|
+ "?e rdf:type core:Editorship ."
|
||||||
+ "?e core:relates ?i ."
|
+ "?e core:relates ?i ."
|
||||||
+ "?i rdf:type foaf:Person ."
|
+ "?i rdf:type foaf:Agent ."
|
||||||
+ "?i rdfs:label ?ContextNodeProperty ."
|
+ "?i rdfs:label ?ContextNodeProperty ."
|
||||||
+ "}");
|
+ "}");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue