VIVO-941 Fix prefixes in broken queries for Rich Export LOD

This commit is contained in:
j2blake 2015-03-25 15:14:13 -04:00
parent 8690a13d47
commit d9ee2562df
4 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,6 @@
PREFIX core: <http://vivoweb.org/ontology/core#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX obo: <http://purl.obolibrary.org/obo/>
CONSTRUCT {
?superOrganization ?property ?object .

View file

@ -1,4 +1,4 @@
PREFIX vivo: <http://vivoweb.org/ontology/core#>
PREFIX core: <http://vivoweb.org/ontology/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX obo: <http://purl.obolibrary.org/obo/>

View file

@ -1,5 +1,6 @@
PREFIX vivo: <http://vivoweb.org/ontology/core#>
PREFIX core: <http://vivoweb.org/ontology/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
CONSTRUCT {
?containingEvent rdfs:label ?containingEventName

View file

@ -1,5 +1,6 @@
PREFIX vivo: <http://vivoweb.org/ontology/core#>
PREFIX core: <http://vivoweb.org/ontology/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
CONSTRUCT {
?presentation rdfs:label ?presentationTitle .