Fixing compile error in defaultObjPropForm.jsp
This commit is contained in:
parent
f9faa680f2
commit
6170cd2f1f
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@
|
|||
<%@page import="java.util.Map"%>
|
||||
<%@page import="com.hp.hpl.jena.ontology.OntModel"%>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.search.beans.ProhibitedFromSearch"%>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.web.DisplayVocabulary"%><v:jsonset var="queryForInverse" >
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.dao.DisplayVocabulary"%>
|
||||
|
||||
<v:jsonset var="queryForInverse" >
|
||||
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
||||
SELECT ?inverse_property
|
||||
WHERE {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue