diff --git a/productMods/WEB-INF/rich-export/position/superOrganizationForPosition.sparql b/productMods/WEB-INF/rich-export/position/superOrganizationForPosition.sparql index 93ef97c4..83f53147 100644 --- a/productMods/WEB-INF/rich-export/position/superOrganizationForPosition.sparql +++ b/productMods/WEB-INF/rich-export/position/superOrganizationForPosition.sparql @@ -1,4 +1,6 @@ PREFIX core: +PREFIX foaf: +PREFIX obo: CONSTRUCT { ?superOrganization ?property ?object . diff --git a/productMods/WEB-INF/rich-export/presentation/meetingLocation.sparql b/productMods/WEB-INF/rich-export/presentation/meetingLocation.sparql index fe2ed944..e37a89e3 100644 --- a/productMods/WEB-INF/rich-export/presentation/meetingLocation.sparql +++ b/productMods/WEB-INF/rich-export/presentation/meetingLocation.sparql @@ -1,4 +1,4 @@ -PREFIX vivo: +PREFIX core: PREFIX rdfs: PREFIX obo: diff --git a/productMods/WEB-INF/rich-export/presentation/meetingName.sparql b/productMods/WEB-INF/rich-export/presentation/meetingName.sparql index ee70539a..cb0c8b06 100644 --- a/productMods/WEB-INF/rich-export/presentation/meetingName.sparql +++ b/productMods/WEB-INF/rich-export/presentation/meetingName.sparql @@ -1,5 +1,6 @@ -PREFIX vivo: +PREFIX core: PREFIX rdfs: +PREFIX obo: CONSTRUCT { ?containingEvent rdfs:label ?containingEventName diff --git a/productMods/WEB-INF/rich-export/presentation/presenterRoleIn.sparql b/productMods/WEB-INF/rich-export/presentation/presenterRoleIn.sparql index c77c3a8a..b4b46ff6 100644 --- a/productMods/WEB-INF/rich-export/presentation/presenterRoleIn.sparql +++ b/productMods/WEB-INF/rich-export/presentation/presenterRoleIn.sparql @@ -1,5 +1,6 @@ -PREFIX vivo: +PREFIX core: PREFIX rdfs: +PREFIX obo: CONSTRUCT { ?presentation rdfs:label ?presentationTitle .