VIVO-867 correct misspellings.

This commit is contained in:
j2blake 2014-11-13 18:00:22 -05:00
parent e233c01e43
commit 78abb25c6f
2 changed files with 3 additions and 4 deletions

View file

@ -20,8 +20,7 @@ public class VivoISFBasicFields extends ContextNodeFields {
* Subtypes of vivo:Relationship that get handled by this class.
*/
private static String[] RELATIONSHIP_TYPES = {
//VIVONS + "Relationship",
VIVONS + "Postion",
VIVONS + "Position",
VIVONS + "Authorship",
VIVONS + "Collaboration",
VIVONS + "Affiliation"

View file

@ -34,7 +34,7 @@ public class VivoISFMemberFields extends ContextNodeFields {
prefix +
"SELECT (str(?rawresult) as ?result) WHERE {\n" +
" ?uri rdf:type foaf:Organization . \n" +
" ?role core:roleContrigutesTo ?uri . \n" +
" ?role core:roleContributesTo ?uri . \n" +
" ?person obo:RO_0000053 ?role . \n" +
" ?person rdfs:label ?rawresult .\n" +
"}";
@ -46,7 +46,7 @@ public class VivoISFMemberFields extends ContextNodeFields {
prefix +
"SELECT (str(?rawresult) as ?result) WHERE {\n" +
" ?uri rdf:type foaf:Person . \n" +
" ?uri obo:RO_0000053 / core:roleContrigutesTo / rdfs:label ?rawresult . \n" +
" ?uri obo:RO_0000053 / core:roleContributesTo / rdfs:label ?rawresult . \n" +
"}";