http://schema.org/about is a more specific fit for subject headings,
which describe what a given title is about, than the more generic
http://schema.org/keywords. This is the emerging standard mapping
seen in other implementations.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
BLOCK render_subject;
xpath = xpath || '//*[starts-with(@tag,"6")]';
FOR node IN ctx.marc_xml.findnodes(xpath);
+ '<span property="about">';
all_terms = [];
graphics = [];
FOR subfield IN node.childNodes;
link880.value | html;
'</div>';
END;
+ '</span>';
END;
END
%]
<tbody>
<tr>
<td class='rdetail_subject_type'>[% subj.label %]</td>
- <td class='rdetail_subject_value' property='keywords'>[% content %]</td>
+ <td class='rdetail_subject_value'>[% content %]</td>
</tr>
</tbody>
</table>