OCW Commentary Status field
Capture the value of the Status
column from the headnote spreadsheet as content
in the metaDescribes element with attribute
predicate="status" within the metaItem element. Values include historical
or
current
.
/document/docMeta/metaItem/metaDescribes
<metaItem about="document">
<!-- content skipped for brevity -->
<metaDescribes predicate="product">OCW</metaDescribes>
<metaDescribes predicate="publishing-group">Law-US</metaDescribes>
<metaDescribes predicate="status">historical</metaDescribes>
</metaItem>