<%-- $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.MANAGE_PORTALS.ACTION); %>

SPARQL Query

Query:

Format for SELECT query results:

Format for CONSTRUCT and DESCRIBE query results:

<%--

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:

--%>