fix for sparql issues found during testing with Digital Vita team
This commit is contained in:
parent
606ade5b31
commit
9a67388f6a
11 changed files with 86 additions and 15 deletions
|
@ -1,12 +1,13 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
|
||||
CONSTRUCT {
|
||||
?location ?property ?object .
|
||||
?location rdfs:label ?locationName .
|
||||
} WHERE {
|
||||
PERSON_URI core:authorInAuthorship ?authorship .
|
||||
?authorship core:linkedInformationResource ?publication .
|
||||
?publication bibo:presentedAt ?event .
|
||||
?event core:hasGeographicLocation ?location .
|
||||
?location ?property ?object .
|
||||
?location rdfs:label ?locationName .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue