updating mapping table and constructs

This commit is contained in:
sjm222 2010-07-15 19:08:28 +00:00
parent 68eb7a8f2f
commit e246017f79
5 changed files with 21 additions and 30 deletions

View file

@ -22,13 +22,13 @@ Construct {
?event bibo:presents ?infores .
?infores bibo:presentedAt ?event.
} where {
?person core:presentationActivity ?pactivity .
?person core:presentationActivity ?activity .
optional {
?pactivity core:activityRelatedEvent ?event .
?activity core:activityRelatedEvent ?event .
}
optional {
?pactivity core:activityRelatedInformationResource ?infores .
?activity core:activityRelatedInformationResource ?infores .
}
}