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

10 lines
336 B
SPARQL
Raw Normal View History

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