LP#1419977 Map subject headings to schema:about
authorDan Scott <dscott@laurentian.ca>
Mon, 9 Feb 2015 20:26:17 +0000 (15:26 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 9 Feb 2015 20:28:50 +0000 (15:28 -0500)
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>
Open-ILS/src/templates/opac/parts/record/subjects.tt2

index 11b5a88..95bb313 100644 (file)
@@ -68,7 +68,7 @@
             <tbody>
                 <tr>
                     <td class='rdetail_subject_type'>[% subj.label %]</td>
-                    <td class='rdetail_subject_value' property='keywords'>[% content %]</td>
+                    <td class='rdetail_subject_value' property='about'>[% content %]</td>
                 </tr>
             </tbody>
         </table>