We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d2bc2 commit ed26b72Copy full SHA for ed26b72
spec/index.html
@@ -6281,10 +6281,11 @@ <h5>LANGDIR</h5>
6281
<pre class="prototype nohighlight"> <span class="return">xsd:string</span> <span class="operator">LANGDIR</span> (<span class="type"><span class="type literal">literal</span></span> <span class="name">ltrl</span>)
6282
</pre>
6283
<p>
6284
- If the argument is a literal,
+ If the argument is a literal with <code>rdf:dirLangString</code>
6285
+ as its datatype IRI,
6286
the function <code>LANGDIR</code> returns the
6287
<a data-cite="RDF12-CONCEPTS#dfn-base-direction">base direction</a>
- of the literal with datatype <code>rdf:dirLangString</code>.
6288
+ of this literal.
6289
Otherwise, the function returns the empty string.
6290
</p>
6291
<div class="result">
0 commit comments