Merge branch 'develop' of https://github.com/vivo-project/VIVO into develop
Once again, not sure what's happening here. Tried to push a change to a single file, but the repository was behind. Now I'm pulling so I can eventually push. Go figure.
This commit is contained in:
commit
ea43a5db22
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
|
||||
?edTraining:
|
||||
|
||||
OPTIONAL { GRAPH ?g9 { ?edTraining core:dateTimeInterval ?dateTimeInterval }
|
||||
OPTIONAL {
|
||||
?edTraining core:dateTimeInterval ?dateTimeInterval
|
||||
OPTIONAL { ?dateTimeInterval core:start ?dateTimeStartValue .
|
||||
?dateTimeStartValue core:dateTime ?dateTimeStart
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue