VIVO-941 Fix prefixes in broken queries for Rich Export LOD
This commit is contained in:
parent
8690a13d47
commit
d9ee2562df
4 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
||||||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||||
|
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||||
|
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||||
|
|
||||||
CONSTRUCT {
|
CONSTRUCT {
|
||||||
?superOrganization ?property ?object .
|
?superOrganization ?property ?object .
|
||||||
|
|
|
@ -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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||||
|
|
||||||
|
|
|
@ -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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||||
|
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||||
|
|
||||||
CONSTRUCT {
|
CONSTRUCT {
|
||||||
?containingEvent rdfs:label ?containingEventName
|
?containingEvent rdfs:label ?containingEventName
|
||||||
|
|
|
@ -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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||||
|
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||||
|
|
||||||
CONSTRUCT {
|
CONSTRUCT {
|
||||||
?presentation rdfs:label ?presentationTitle .
|
?presentation rdfs:label ?presentationTitle .
|
||||||
|
|
Loading…
Add table
Reference in a new issue