changed line spacing between PREFIX statements.
This commit is contained in:
parent
6ab4cdb63c
commit
9af96fd76d
1 changed files with 4 additions and 11 deletions
|
@ -17,9 +17,7 @@ PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
||||||
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
||||||
PREFIX swrl: <http://www.w3.org/2003/11/swrl#>
|
PREFIX swrl: <http://www.w3.org/2003/11/swrl#>
|
||||||
PREFIX swrlb: <http://www.w3.org/2003/11/swrlb#>
|
PREFIX swrlb: <http://www.w3.org/2003/11/swrlb#><%List prefixes = (List)request.getAttribute("prefixList");
|
||||||
<%
|
|
||||||
List prefixes = (List)request.getAttribute("prefixList");
|
|
||||||
if(prefixes != null){
|
if(prefixes != null){
|
||||||
Iterator prefixItr = prefixes.iterator();
|
Iterator prefixItr = prefixes.iterator();
|
||||||
Integer count = 0;
|
Integer count = 0;
|
||||||
|
@ -29,14 +27,9 @@ if(prefixes != null){
|
||||||
count++;
|
count++;
|
||||||
prefixText = "j." + count.toString();
|
prefixText = "j." + count.toString();
|
||||||
}
|
}
|
||||||
String urlText = (String) prefixItr.next();
|
String urlText = (String) prefixItr.next();%>
|
||||||
%>
|
PREFIX <%=prefixText%>: <<%=urlText%>><%}}%>
|
||||||
PREFIX <%=prefixText%>: <<%=urlText%>>
|
|
||||||
<%
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
%>
|
|
||||||
#
|
#
|
||||||
# This example query gets 20 geographic locations
|
# This example query gets 20 geographic locations
|
||||||
# and (if available) their labels
|
# and (if available) their labels
|
||||||
|
|
Loading…
Add table
Reference in a new issue