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

13 lines
No EOL
409 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:publisher ?publisher .
?publisher ?property ?object .
}