VIVO-867 correct misspellings.
This commit is contained in:
parent
e233c01e43
commit
78abb25c6f
2 changed files with 3 additions and 4 deletions
|
@ -20,8 +20,7 @@ public class VivoISFBasicFields extends ContextNodeFields {
|
||||||
* Subtypes of vivo:Relationship that get handled by this class.
|
* Subtypes of vivo:Relationship that get handled by this class.
|
||||||
*/
|
*/
|
||||||
private static String[] RELATIONSHIP_TYPES = {
|
private static String[] RELATIONSHIP_TYPES = {
|
||||||
//VIVONS + "Relationship",
|
VIVONS + "Position",
|
||||||
VIVONS + "Postion",
|
|
||||||
VIVONS + "Authorship",
|
VIVONS + "Authorship",
|
||||||
VIVONS + "Collaboration",
|
VIVONS + "Collaboration",
|
||||||
VIVONS + "Affiliation"
|
VIVONS + "Affiliation"
|
||||||
|
|
|
@ -34,7 +34,7 @@ public class VivoISFMemberFields extends ContextNodeFields {
|
||||||
prefix +
|
prefix +
|
||||||
"SELECT (str(?rawresult) as ?result) WHERE {\n" +
|
"SELECT (str(?rawresult) as ?result) WHERE {\n" +
|
||||||
" ?uri rdf:type foaf:Organization . \n" +
|
" ?uri rdf:type foaf:Organization . \n" +
|
||||||
" ?role core:roleContrigutesTo ?uri . \n" +
|
" ?role core:roleContributesTo ?uri . \n" +
|
||||||
" ?person obo:RO_0000053 ?role . \n" +
|
" ?person obo:RO_0000053 ?role . \n" +
|
||||||
" ?person rdfs:label ?rawresult .\n" +
|
" ?person rdfs:label ?rawresult .\n" +
|
||||||
"}";
|
"}";
|
||||||
|
@ -46,7 +46,7 @@ public class VivoISFMemberFields extends ContextNodeFields {
|
||||||
prefix +
|
prefix +
|
||||||
"SELECT (str(?rawresult) as ?result) WHERE {\n" +
|
"SELECT (str(?rawresult) as ?result) WHERE {\n" +
|
||||||
" ?uri rdf:type foaf:Person . \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" +
|
||||||
"}";
|
"}";
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue