2011-05-31 20:59:35 +00:00
|
|
|
PREFIX core: <http://vivoweb.org/ontology/core#>
|
2013-11-06 15:51:33 -05:00
|
|
|
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
2011-05-31 20:59:35 +00:00
|
|
|
|
|
|
|
CONSTRUCT {
|
|
|
|
?publicationVenue ?property ?object .
|
|
|
|
} WHERE {
|
2013-11-06 15:51:33 -05:00
|
|
|
PERSON_URI core:relatedBy ?authorship .
|
|
|
|
?authorship a core:Authorship .
|
|
|
|
?authorship core:relates ?publication .
|
|
|
|
?publication a obo:IAO_0000030 .
|
2011-05-31 20:59:35 +00:00
|
|
|
?publication core:hasPublicationVenue ?publicationVenue .
|
|
|
|
?publicationVenue ?property ?object .
|
|
|
|
}
|