incremental development for NIHVIVO-1275
This commit is contained in:
parent
a2f4ff0636
commit
f36f74f34c
6 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
|
||||
CONSTRUCT {
|
||||
?date ?property ?object .
|
||||
} WHERE {
|
||||
PERSON_URI core:educationalTraining ?educationalTraining .
|
||||
?educationalTraining core:dateTimeInterval ?dateTimeInterval .
|
||||
?dateTimeInterval core:start ?date .
|
||||
?date ?property ?object .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue