Biographic profile metadata
Capture biographic profile metadata in a metaItem element with about="profile"
metaItem/metaItem[@about='profile']
Capture provided biographic profile metadata at the level where it is provided as a child of the metaItem which is about the element name for the current level.
Profile metadata for a biographic article
<metaItem about="e">
<metaItem about="DTD"><metaDescribes predicate="DTDname">OxEncyclML</metaDescribes>
</metaItem>
<!-- Other metaItem content excluded for brevity -->
<metaItem about="profile"><!-- profile metadata excluded for brevity -->
</metaItem>
</metaItem>
Profile metadata for a biographic section at div2 within an article
<metaItem about="div2">
<metaItem about="profile"><!-- profile metadata excluded for brevity -->
</metaItem>
</metaItem>