Minor typographical change

This commit is contained in:
rjy7 2011-01-19 15:28:41 +00:00
parent 9993686591
commit 156934e2a3

View file

@ -19,15 +19,15 @@
?g3 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> ) ?g3 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> )
GRAPH ?g4 { ?indivInRole rdfs:label ?indivName } GRAPH ?g4 { ?indivInRole rdfs:label ?indivName }
} }
OPTIONAL { GRAPH ?g7 { ?role rdfs:label ?roleLabel } } OPTIONAL { GRAPH ?g5 { ?role rdfs:label ?roleLabel } }
OPTIONAL { GRAPH ?g8 { ?role a ?roleType } OPTIONAL { GRAPH ?g6 { ?role a ?roleType }
GRAPH ?g9 { ?roleType rdfs:label ?roleTypeLabel } GRAPH ?g7 { ?roleType rdfs:label ?roleTypeLabel }
} }
OPTIONAL { GRAPH ?g9 { ?role core:dateTimeInterval ?dateTimeInterval } OPTIONAL { GRAPH ?g8 { ?role core:dateTimeInterval ?dateTimeInterval }
OPTIONAL { GRAPH ?g10 { ?dateTimeInterval core:start ?dateTimeStartValue . OPTIONAL { GRAPH ?g9 { ?dateTimeInterval core:start ?dateTimeStartValue .
?dateTimeStartValue core:dateTime ?dateTimeStart } ?dateTimeStartValue core:dateTime ?dateTimeStart }
} }
OPTIONAL { GRAPH ?g11 { ?dateTimeInterval core:end ?dateTimeEndValue . OPTIONAL { GRAPH ?g10 { ?dateTimeInterval core:end ?dateTimeEndValue .
?dateTimeEndValue core:dateTime ?dateTimeEnd } ?dateTimeEndValue core:dateTime ?dateTimeEnd }
} }
} }