incremental development for NIHVIVO-1275

This commit is contained in:
stellamit 2011-05-31 20:59:35 +00:00
parent 2208ffd6c0
commit cd164beb1d
8 changed files with 61 additions and 6 deletions

View file

@ -0,0 +1,10 @@
PREFIX core: <http://vivoweb.org/ontology/core#>
CONSTRUCT {
?publicationVenue ?property ?object .
} WHERE {
PERSON_URI core:authorInAuthorship ?authorship .
?authorship core:linkedInformationResource ?publication .
?publication core:hasPublicationVenue ?publicationVenue .
?publicationVenue ?property ?object .
}