With some data where an rdfs:label is not always available a table of rows with
2 cells: one for the optional label and the other for the URI.
<table>
<tr rel="rdfs:isDefinedBy" resource="?link">
<td>{rdfs:label} </td>
<td><a class="diverted" href="?link">{?link}</a></td>
</tr>
</table>
The first cell does not get rendered at all if the label does not exist. Even
putting the nbsp ( ) in the cell does not help
<td><span property="rdfs:label"/> </td>
<td><span>{rdfs:label} </span></td>
<td><span>{rdfs:label}</span> </td>
But none of them work – the <td> is dropped whatever I do
Original issue reported on code.google.com by ja...@3roundstones.com on 11 Sep 2012 at 12:36
Original issue reported on code.google.com by
ja...@3roundstones.com
on 11 Sep 2012 at 12:36