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

13 lines
440 B
SPARQL
Raw Normal View History

PREFIX core: <http://vivoweb.org/ontology/core#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
CONSTRUCT {
?publicationVenue ?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 ?property ?object .
}