vivo/productMods/WEB-INF/rich-export/publication/publication.sparql
2011-05-31 20:59:35 +00:00

9 lines
No EOL
267 B
SPARQL

PREFIX core: <http://vivoweb.org/ontology/core#>
CONSTRUCT {
?publication ?property ?object .
} WHERE {
PERSON_URI core:authorInAuthorship ?authorship .
?authorship core:linkedInformationResource ?publication .
?publication ?property ?object .
}