NIHVIVO-3510 fix to sparql query builder to work with empty Vitro
This commit is contained in:
parent
7b422e883b
commit
a30e1d5842
3 changed files with 33 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
<%@page import="com.hp.hpl.jena.vocabulary.OWL"%>
|
||||
<%@page import="com.hp.hpl.jena.rdf.model.ModelMaker"%>
|
||||
<%@page import="java.util.Iterator"%>
|
||||
<%@page import="java.util.ArrayList"%>
|
||||
|
@ -40,7 +41,7 @@ td {
|
|||
<tr id="clazz(0)">
|
||||
<td id="subject(0)" width="33%">
|
||||
<select id="subject(0,0)">
|
||||
<option value="">
|
||||
<option value="<%=OWL.Thing.getURI()%>">
|
||||
Thing
|
||||
</option>
|
||||
</select>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue