@@ -576,7 +576,7 @@ LIMIT 100
576576
577577 <input type =" text" id =" uri" name =" uri" class =" input-xxlarge typeahead" >
578578 <xsl : if test =" not(starts-with(ac:absolute-path(ldh:base-uri(.)), $ldt:base))" >
579- <xsl : attribute name =" value" select =" ac:document-uri( ldh:base-uri(.) )" />
579+ <xsl : attribute name =" value" select =" ldh:base-uri(.)" />
580580 </xsl : if >
581581 </input >
582582 <!-- placeholder used by the client-side typeahead -->
@@ -1063,15 +1063,15 @@ LIMIT 100
10631063 </button >
10641064 <ul class =" dropdown-menu" >
10651065 <li >
1066- <xsl : variable name =" href" select =" ac:build-uri(ac:absolute-path($ldh:requestUri), let $params := map{ 'accept': 'application/rdf+xml' } return if (not(starts-with(ac:absolute-path(ldh:base-uri(.)), $ldt:base))) then map:merge(($params, map{ 'uri': string(ac:document-uri( ldh:base-uri(.) )) })) else $params)" as =" xs:anyURI" />
1066+ <xsl : variable name =" href" select =" ac:build-uri(ac:absolute-path($ldh:requestUri), let $params := map{ 'accept': 'application/rdf+xml' } return if (not(starts-with(ac:absolute-path(ldh:base-uri(.)), $ldt:base))) then map:merge(($params, map{ 'uri': string(ldh:base-uri(.)) })) else $params)" as =" xs:anyURI" />
10671067 <a href =" {$href}" title =" application/rdf+xml" target =" _blank" >RDF/XML</a >
10681068 </li >
10691069 <li >
1070- <xsl : variable name =" href" select =" ac:build-uri(ac:absolute-path($ldh:requestUri), let $params := map{ 'accept': 'text/turtle' } return if (not(starts-with(ac:absolute-path(ldh:base-uri(.)), $ldt:base))) then map:merge(($params, map{ 'uri': string(ac:document-uri( ldh:base-uri(.) )) })) else $params)" as =" xs:anyURI" />
1070+ <xsl : variable name =" href" select =" ac:build-uri(ac:absolute-path($ldh:requestUri), let $params := map{ 'accept': 'text/turtle' } return if (not(starts-with(ac:absolute-path(ldh:base-uri(.)), $ldt:base))) then map:merge(($params, map{ 'uri': string(ldh:base-uri(.)) })) else $params)" as =" xs:anyURI" />
10711071 <a href =" {$href}" title =" text/turtle" target =" _blank" >Turtle</a >
10721072 </li >
10731073 <li >
1074- <xsl : variable name =" href" select =" ac:build-uri(ac:absolute-path($ldh:requestUri), let $params := map{ 'accept': 'application/ld+json' } return if (not(starts-with(ac:absolute-path(ldh:base-uri(.)), $ldt:base))) then map:merge(($params, map{ 'uri': string(ac:document-uri( ldh:base-uri(.) )) })) else $params)" as =" xs:anyURI" />
1074+ <xsl : variable name =" href" select =" ac:build-uri(ac:absolute-path($ldh:requestUri), let $params := map{ 'accept': 'application/ld+json' } return if (not(starts-with(ac:absolute-path(ldh:base-uri(.)), $ldt:base))) then map:merge(($params, map{ 'uri': string(ldh:base-uri(.)) })) else $params)" as =" xs:anyURI" />
10751075 <a href =" {$href}" title =" application/ld+json" target =" _blank" >JSON-LD</a >
10761076 </li >
10771077 </ul >
0 commit comments