Strabon
changeset 1446:51f12bbf8cda
added the units of measure in the default prefixes of the endpoint
and re-enabled the browse option as default option in the HTML writer.
and re-enabled the browse option as default option in the HTML writer.
author | Stella Giannakopoulou <sgian@di.uoa.gr> |
---|---|
date | Thu Dec 04 13:22:59 2014 +0200 (2014-12-04) |
parents | 49589da36a24 |
children | 47a6ec31f27c |
files | endpoint/WebContent/WEB-INF/beans.xml resultio-spatial/sparqlhtml/src/main/java/org/openrdf/query/resultio/sparqlhtml/stSPARQLResultsHTMLWriter.java |
line diff
1.1 --- a/endpoint/WebContent/WEB-INF/beans.xml Thu Dec 04 13:08:24 2014 +0200 1.2 +++ b/endpoint/WebContent/WEB-INF/beans.xml Thu Dec 04 13:22:59 2014 +0200 1.3 @@ -91,6 +91,7 @@ 1.4 PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 1.5 PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 1.6 PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> 1.7 +PREFIX uom: <http://www.opengis.net/def/uom/OGC/1.0/> 1.8 ]]> 1.9 </value> 1.10 </constructor-arg>
2.1 --- a/resultio-spatial/sparqlhtml/src/main/java/org/openrdf/query/resultio/sparqlhtml/stSPARQLResultsHTMLWriter.java Thu Dec 04 13:08:24 2014 +0200 2.2 +++ b/resultio-spatial/sparqlhtml/src/main/java/org/openrdf/query/resultio/sparqlhtml/stSPARQLResultsHTMLWriter.java Thu Dec 04 13:22:59 2014 +0200 2.3 @@ -113,7 +113,7 @@ 2.4 String href; 2.5 2.6 // if set to FALSE, urls link to web. if set to TRUE, urls are described // 2.7 - boolean linkURL = false; 2.8 + boolean linkURL = true; 2.9 /////////////////////////////////////////////////////////////////////////// 2.10 2.11