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

14 lines
No EOL
477 B
SPARQL

PREFIX core: <http://vivoweb.org/ontology/core#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
CONSTRUCT {
?publisher ?property ?object .
} WHERE {
PERSON_URI core:relatedBy ?authorship .
?authorship a core:Authorship .
?authorship core:relates ?publication .
?publication a obo:IAO_0000030 .
?publication core:hasPublicationVenue ?publicationVenue .
?publicationVenue core:publisher ?publisher .
?publisher ?property ?object .
}