Periodical Microdata Properties
Property | Element | Type | Description |
---|---|---|---|
pr_title | cite | Title | Title of periodcial |
pr_enum_volume | span | Enum | Enumeration of periodical: volume |
pr_enum_number | span | Enum | Enumeration of periodical: number |
pr_chronology | time | Chron | Chronology of periodical |
Usage
Does not include abbreviation markup; see here for more information
Property: | Markup: |
---|---|
(Periodical) | <li itemscope itemtype="https://purl.org/tbs/periodical"> |
pr_title | <cite itemprop="pr_title" title="Periodical Title">[periodical title]</cite>. |
pr_enum_volume | <span itemprop="pr_enum_volume" title="Volume">[volume]</span>: |
pr_enum_number | <span itemprop="pr_enum_number" title="Number">[number]</span>. |
pr_chronology | <time itemprop="pr_chronology" title="Issue Date" datetime="">[chronology]</time>. |
Examples
With markup
-
<li itemscope itemtype="https://purl.org/tbr/periodical">
<cite itemprop="pr_title" title="Periodical Title">James Joyce quarterly</cite>.
<span itemprop="pr_enum_volume" title="Volume">59</span>:<!--
--><span itemprop="pr_enum_number" title="Number">4</span>.
<time itemprop="pr_chronology" title="Issue Date" datetime="2022-06">Sum 2022</time>.
</li> -
<li itemscope itemtype="https://purl.org/tbr/periodical">
<cite itemprop="pr_title" title="Periodical Title">A Wake newslitter</cite>.
<span itemprop="pr_enum_volume" title="Volume">6</span>:<!--
--><span itemprop="pr_enum_number" title="Number">5</span>.
<time itemprop="pr_chronology" title="Issue Date" datetime="1969-10">Oct 1969</time>.
</li>
Examples
Without markup
- James Joyce quarterly. 59:4. .
- A Wake newslitter. 6:5. .