vivo/productMods/WEB-INF/rich-export/publication/publication.sparql

9 lines
267 B
SPARQL
Raw Normal View History

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