removed obsolete GRAPH reference in doc/list_view_configuration_guidelines.txt
This commit is contained in:
parent
1c56f8cd47
commit
a05c7be2d6
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,8 @@ Datetimes in the query
|
||||||
- To retrieve a datetime interval, use the following fragment, substituting the appropriate variable for
|
- To retrieve a datetime interval, use the following fragment, substituting the appropriate variable for
|
||||||
?edTraining:
|
?edTraining:
|
||||||
|
|
||||||
OPTIONAL { GRAPH ?g9 { ?edTraining core:dateTimeInterval ?dateTimeInterval }
|
OPTIONAL {
|
||||||
|
?edTraining core:dateTimeInterval ?dateTimeInterval
|
||||||
OPTIONAL { ?dateTimeInterval core:start ?dateTimeStartValue .
|
OPTIONAL { ?dateTimeInterval core:start ?dateTimeStartValue .
|
||||||
?dateTimeStartValue core:dateTime ?dateTimeStart
|
?dateTimeStartValue core:dateTime ?dateTimeStart
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue