Minor typographical change
This commit is contained in:
parent
9993686591
commit
156934e2a3
1 changed files with 7 additions and 7 deletions
|
@ -19,15 +19,15 @@
|
|||
?g3 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> )
|
||||
GRAPH ?g4 { ?indivInRole rdfs:label ?indivName }
|
||||
}
|
||||
OPTIONAL { GRAPH ?g7 { ?role rdfs:label ?roleLabel } }
|
||||
OPTIONAL { GRAPH ?g8 { ?role a ?roleType }
|
||||
GRAPH ?g9 { ?roleType rdfs:label ?roleTypeLabel }
|
||||
OPTIONAL { GRAPH ?g5 { ?role rdfs:label ?roleLabel } }
|
||||
OPTIONAL { GRAPH ?g6 { ?role a ?roleType }
|
||||
GRAPH ?g7 { ?roleType rdfs:label ?roleTypeLabel }
|
||||
}
|
||||
OPTIONAL { GRAPH ?g9 { ?role core:dateTimeInterval ?dateTimeInterval }
|
||||
OPTIONAL { GRAPH ?g10 { ?dateTimeInterval core:start ?dateTimeStartValue .
|
||||
?dateTimeStartValue core:dateTime ?dateTimeStart }
|
||||
OPTIONAL { GRAPH ?g8 { ?role core:dateTimeInterval ?dateTimeInterval }
|
||||
OPTIONAL { GRAPH ?g9 { ?dateTimeInterval core:start ?dateTimeStartValue .
|
||||
?dateTimeStartValue core:dateTime ?dateTimeStart }
|
||||
}
|
||||
OPTIONAL { GRAPH ?g11 { ?dateTimeInterval core:end ?dateTimeEndValue .
|
||||
OPTIONAL { GRAPH ?g10 { ?dateTimeInterval core:end ?dateTimeEndValue .
|
||||
?dateTimeEndValue core:dateTime ?dateTimeEnd }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue