schemaorg-coda :: Example

eg-0257

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": ["CreativeWork","ArchiveComponent"],
  "name": "Assorted collection of items",
  "materialExtent": "285 A boxes, 8 OS boxes (plus 45 T boxes, 50 A boxes, 13 OS boxes / items uncatalogued)"
}

RDFa

<div  vocab="https://schema.org/" type="CreativeWork ArchiveComponent">
  Name: <span property="name">Assorted collection of items</span><br/>
  Extent: <span property="materialExtent">285 A boxes, 8 OS boxes (plus 45 T boxes, 50 A boxes, 13 OS boxes / items uncatalogued)</span><br/>
</div>

Microdata

<div itemscope itemtype="https://schema.org/CreativeWork">
  <link itemprop="additionalType" href="https://schema.org/ArchiveComponent"/>
  Name: <span itemprop="name">Assorted collection of items</span><br/>
  Extent: <span itemprop="materialExtent">285 A boxes, 8 OS boxes (plus 45 T boxes, 50 A boxes, 13 OS boxes / items uncatalogued)</span><br/>
</div>

Pre-Markup

<div>
  Name: Assorted collection of items<br/>
  Extent: 285 A boxes, 8 OS boxes (plus 45 T boxes, 50 A boxes, 13 OS boxes / items uncatalogued)<br/>
</div>