<named-content>

Named Special (Subject) Content

A word or phrase whose content/subject matter has special semantics or content-related significance. In print or display, such content is likely to be treated differently, for example, given a special typographic style such as italics or background shading.

Attributes

content-type Type of Content
id Identifier
specific-use Specific Use
xlink:actuate Actuating the Link
xlink:href Href (Linking Mechanism)
xlink:role Role of the Link
xlink:show Showing the Link
xlink:title Title of the Link
xlink:type Type of Link
xmlns:xlink XLink Namespace Declaration

Related Elements

The related <styled-content> element may, in some instances, produce the same look on print or display as some <named-content> elements. Both mark content that has a visual distinction; the difference between the two elements is intent. If it is known that this word is in italics because it is a genus or species name, those semantics should be preserved with a <named-content> element with a @content-type attribute of “genus-species” or equivalent. The <styled-content> element would merely tell you that it was always in green shaded background style="green-shading".

Being web-only or print-only is not a stylistic matter, but rather a particular use, which should be tagged with the @specific-use attribute on the appropriate element, perhaps even on a <named-content> or <styled-content> element.

Content Model

<!ELEMENT  named-content
                        (#PCDATA %named-content-elements;)*          >

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | address | alternatives | array | boxed-text | chem-struct-wrap | fig | fig-group | graphic | media | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | inline-graphic | private-char | chem-struct | inline-formula | def-list | list | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | disp-quote | speech | statement | verse-group)*

Description

Any combination of:

This element may be contained in:

<addr-line>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <chem-struct>, <collab>, <comment>, <conf-theme>, <copyright-statement>, <corresp>, <def-head>, <disp-formula>, <element-citation>, <ext-link>, <funding-source>, <funding-statement>, <gov>, <inline-formula>, <inline-supplementary-material>, <italic>, <kwd>, <license-p>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <preformat>, <product>, <related-article>, <related-object>, <role>, <roman>, <sans-serif>, <sc>, <series>, <series-text>, <series-title>, <sig>, <sig-block>, <source>, <std>, <strike>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>, <xref>

Example 1

...
<p>... Here is the classification system for a common
vegetable, corn:
<named-content content-type="kingdom">Plantae
<named-content content-type="phylum">Anthophyta
<named-content content-type="class">Monocotyledonae
<named-content content-type="order">Commelinales
<named-content content-type="family">Poaceae
<named-content content-type="genus"><italic>Zea</italic>
<named-content content-type="species"><italic>Z.
mays</italic></named-content>
</named-content>
</named-content>
</named-content>
</named-content>
</named-content>
</named-content>
</p>
...

Example 2

...
<contrib contrib-type="author" id="a4762">
<name>
<surname>Knutson</surname>
<given-names>Doug</given-names>
</name>
<degrees>MD</degrees>
<aff rid="a4762">
<institution>The Ohio State University</institution>
<addr-line>Columbus, Ohio</addr-line>
</aff>
<address>
<institution>The Ohio State University, Department
of Family Medicine</institution>
<addr-line>2231 N. High St.</addr-line>
<addr-line>Columbus,
<named-content content-type="state">OH</named-content>
<named-content content-type="postcode">43201</named-content>
</addr-line>
<country country="US">United States</country>
<email>doug.knutson@osumc.edu</email>
</address>
...
</contrib>
...

Example 3

RDF triple:

...
<p>... To given an idea how one might
construct a series of RDF-triples concerning information on
Wikipedia&reg; about &ldquo;March Madness&rdquo;, consider the
following:

<named-content content-type="RDF subject">&lt;http://en.wikipedia.org/wiki/March_madness&gt;
<named-content content-type="RDF predicate">&lt;http://purl.org/dc/elements/1.1/publisher&gt;
<named-content content-type="RDF object">"Wikipedia"</named-content>
</named-content>
</named-content>

<named-content content-type="RDF subject">&lt;http://en.wikipedia.org/wiki/March_madness&gt;
<named-content content-type="RDF predicate">&lt;http://purl.org/dc/elements/1.1/title&gt;
<named-content content-type="RDF object">"NCAA Men's Division I Basketball Championship"</named-content>
</named-content>
</named-content>

<named-content content-type="RDF subject">&lt;http://en.wikipedia.org/wiki/March_madness&gt;
<named-content content-type="RDF predicate">&lt;http://purl.org/dc/elements/1.1/subject&gt;
<named-content content-type="RDF object">"single elimination tournament"</named-content>
</named-content>
</named-content>

...
</p>
...

Example 4

...
<p>Profiling of 
<named-content content-type="genus-species">Escherichia 
coli</named-content> chromosome (PEC) described in the
Database version 2.27. Last update 17 September 
2003. Available at <ext-link ext-link-type="uri" 
xlink:href="https://shigen.lab.nig.ac.jp/ecoli/
pec">http://shigen.lab.nig.ac.jp/ecoli/pec</ext-link> 
via the Internet Accessed: 5 November 2003</p>
...

Module

phrase3.ent