SPARQL Query
<%--Notes
CONSTRUCT and DESCRIBE queries always return RDF XML
The parameter 'resultFormat' must not be null or zero length
The parameter 'resultFormat' must be one of the following:
- RS_XML
- RS_TEXT
- RS_RDF/N3
- RS_JSON
- RS_RDF
%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%@page import="com.hp.hpl.jena.rdf.model.ModelMaker"%>
<%@page import="java.util.Iterator"%>
<%@page import="java.util.ArrayList"%>
<%@page import="java.util.List"%>
<%@taglib prefix="vitro" uri="/WEB-INF/tlds/VitroUtils.tld" %>
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission" %>
<% request.setAttribute("requestedActions", SimplePermission.USE_SPARQL_QUERY_PAGE.ACTION); %>
CONSTRUCT and DESCRIBE queries always return RDF XML
The parameter 'resultFormat' must not be null or zero length
The parameter 'resultFormat' must be one of the following: