2011-05-25 17:43:14 +00:00
|
|
|
PREFIX core: <http://vivoweb.org/ontology/core#>
|
|
|
|
|
|
|
|
CONSTRUCT {
|
2011-05-31 20:59:35 +00:00
|
|
|
?publication ?property ?object .
|
2011-05-25 17:43:14 +00:00
|
|
|
} WHERE {
|
|
|
|
PERSON_URI core:authorInAuthorship ?authorship .
|
2011-05-31 20:59:35 +00:00
|
|
|
?authorship core:linkedInformationResource ?publication .
|
|
|
|
?publication ?property ?object .
|
2011-05-25 17:43:14 +00:00
|
|
|
}
|