schemaorg-coda :: Example

eg-0230

From v29.4

JSON-LD

{
    "@context": "https://schema.org/",
    "@type": "Legislation",
    "@id": "http://data.europa.eu/eli/dir/1980/181/oj",
    "legislationIdentifier": "80/181/EEC",
    "name": "Council Directive 80/181/EEC of 20 December 1979 on the approximation of the laws of the Member States relating to units of measurement and on the repeal of Directive 71/354/EEC",
    "legislationType": "Directive",
    "legislationPassedBy": "Council of the European Union",
    "legislationDate": "1979-12-20",
    "temporalCoverage": "1979-12-21/",
    "legislationLegalForce": { "@id": "https://schema.org/InForce" },
    "about" : [
      {
        "@id": "http://eurovoc.europa.eu/1896",
        "@type": "Thing",
        "name": "Metrology"
      },
      {
        "@id": "http://eurovoc.europa.eu/2897",
        "@type": "Thing",
        "name": "Approximation of laws"
      }
    ],
    "legislationRepeals": {
      "@id": "31971L0354.html",
      "@type": "Legislation"
    },
    "legislationAmends": {
      "@id": "51980FC0181.html",
      "@type": "Legislation"
    },
    "isBasedOn": {
      "@id": "11957E100.html",
      "@type": "Legislation"
    },
    "@reverse": {
      "legislationCorrects": [
        {
          "@id": "31980L0181R%252801%2529.html",
          "@type": "Legislation"
        },
        {
          "@id": "31980L0181R%252802%2529.html",
          "@type": "Legislation"
        }
      ],
      "isBasedOn": {
        "@id": "12345Z999.html",
        "@type": "Legislation"
      },
      "legislationConsolidates" : [
        {
          "@id": "31980L0181-20090527.html",
          "@type": "Legislation"
        },
        {
          "@id": "31980L0181-20000209.html",
          "@type": "Legislation"
        }
      ]
    }
  }

RDFa

<h1>An example of Legislation metadata</h1>
<div vocab="https://schema.org/" resource="http://data.europa.eu/eli/dir/1980/181/oj" typeof="Legislation">
  <h2 property="name">Council Directive 80/181/EEC of 20 December 1979 on the approximation of the laws of the Member States relating to units of measurement and on the repeal of Directive 71/354/EEC</h2>
  <ul>
    <li>Number : <span property="legislationIdentifier">80/181/EEC</span></li>
    <li>Form : <span property="legislationType">Directive</span></li>
    <li>Author : <span property="legislationPassedBy">Council of the European Union</span></li>
    <li>Date of document : <span property="legislationDate" content="1979-12-20">20/12/1979</span></li>
    <li>Date of effect : <span property="temporalCoverage" content="1979-12-21/">21/12/1979</span></li>
    <link property="legislationLegalForce" href="https://schema.org/InForce" />
    <li>Currently in force ? YES</li>
  </ul>
  <div>
    Subject matter :
    <ul>
      <li property="about" resource="http://eurovoc.europa.eu/1896" typeof="Thing"><span property="name">Metrology</span></li>
      <li property="about" resource="http://eurovoc.europa.eu/2897" typeof="Thing"><span property="name">Approximation of laws</span></li>
    </ul>
  </div>
  <div>
    Repeals :
    <ul>
      <li><a property="legislationRepeals" typeof="Legislation" href="31971L0354.html">31971L0354</a></li>
    </ul>
  </div>
  <div>
    Amends :
    <ul>
      <li><a property="legislationAmends" typeof="Legislation" href="51980FC0181.html">51980FC0181</a></li>
    </ul>
  </div>
  <div>
    Corrected by :
    <ul>
      <li><a rev="legislationCorrects" typeof="Legislation" href="31980L0181R%2801%29.html">31980L0181R(01)</a></li>
      <li><a rev="legislationCorrects" typeof="Legislation" href="31980L0181R%2802%29.html">31980L0181R(02)</a></li>
    </ul>
  </div>
  <div>
    Legal basis :
    <ul>
      <li><a property="isBasedOn" typeof="Legislation" href="11957E100.html">11957E100</a></li>
    </ul>
  </div>
  <div>
    Basis for :
    <ul>
      <li><a rev="isBasedOn" typeof="Legislation" href="12345Z999.html">12345Z999</a></li>
    </ul>
  </div>
  <div>
    All consolidated versions :
    <ul>
      <li><a rev="legislationConsolidates" typeof="Legislation" href="31980L0181-20090527.html">Version of 27/05/2009</a></li>
      <li><a rev="legislationConsolidates" typeof="Legislation" href="31980L0181-20000209.html">Version of 09/02/2000</a></li>
    </ul>
  </div>
</div>

Microdata

<h1>An example of Legislation metadata</h1>
<div itemscope itemid="http://data.europa.eu/eli/dir/1980/181/oj" itemtype="https://schema.org/Legislation">
  <h2 itemprop="https://schema.org/name">Council Directive 80/181/EEC of 20 December 1979 on the approximation of the laws of the Member States relating to units of measurement and on the repeal of Directive 71/354/EEC</h2>
  <ul>
    <li>Number : <span itemprop="https://schema.org/legislationIdentifier">80/181/EEC</span></li>
    <li>Form : <span itemprop="https://schema.org/legislationType">Directive</span></li>
    <li>Author : <span itemprop="https://schema.org/legislationPassedBy">Council of the European Union</span></li>
    <li>Date of document : <span itemprop="https://schema.org/legislationDate" content="1979-12-20">20/12/1979</span></li>
    <li>Date of effect : <span itemprop="https://schema.org/temporalCoverage" content="1979-12-21/">21/12/1979</span></li>
    <link itemprop="https://schema.org/legislationLegalForce" href="https://schema.org/InForce" />
    <li>Currently in force ? YES</li>
  </ul>
  <div>
    Subject matter :
    <ul>
      <li itemprop="https://schema.org/about" itemscope itemid="http://eurovoc.europa.eu/1896" itemtype="https://schema.org/Thing"><span itemprop="https://schema.org/name">Metrology</span></li>
      <li itemprop="https://schema.org/about" itemscope itemid="http://eurovoc.europa.eu/2897" itemtype="https://schema.org/Thing"><span itemprop="https://schema.org/name">Approximation of laws</span></li>
    </ul>
  </div>
  <div>
    Repeals :
    <ul>
      <li><a itemprop="https://schema.org/legislationRepeals" itemtype="https://schema.org/Legislation" href="31971L0354.html">31971L0354</a></li>
    </ul>
  </div>
  <div>
    Amends :
    <ul>
      <li><a itemprop="https://schema.org/legislationAmends" itemtype="https://schema.org/Legislation"  href="51980FC0181.html">51980FC0181</a></li>
    </ul>
  </div>
  <div>
    Corrected by :
    <ul>
      <li><a href="31980L0181R%2801%29.html">31980L0181R(01)</a></li>
      <li><a href="31980L0181R%2802%29.html">31980L0181R(02)</a></li>
    </ul>
  </div>
  <div>
    Legal basis :
    <ul>
      <li><a itemprop="https://schema.org/isBasedOn" itemtype="https://schema.org/Legislation" href="11957E100.html">11957E100</a></li>
    </ul>
  </div>
  <div>
    Basis for :
    <ul>
      <li><a href="12345Z999.html">12345Z999</a></li>
    </ul>
  </div>
  <div>
    All consolidated versions :
    <ul>
      <li><a href="31980L0181-20090527.html">Version of 27/05/2009</a></li>
      <li><a href="31980L0181-20000209.html">Version of 09/02/2000</a></li>
    </ul>
  </div>
</div>

Pre-Markup

<h1>An example of Legislation metadata</h1>
<div>
  <h2>Council Directive 80/181/EEC of 20 December 1979 on the approximation of the laws of the Member States relating to units of measurement and on the repeal of Directive 71/354/EEC</h2>
  <ul>
    <li>Number : 80/181/EEC</li>
    <li>Form : Directive</li>
    <li>Author : Council of the European Union</li>
    <li>Date of document : 20 December 1979</li>
    <li>Date of effect : 21/12/1979</li>
    <li>Currently in force ? YES</li>
  </ul>
  <div>
    Subject matter :
    <ul>
      <li>Metrology</li>
      <li>Approximation of laws</li>
    </ul>
  </div>
  <div>
    Repeals :
    <ul>
      <li><a href="31971L0354.html">31971L0354</a></li>
    </ul>
  </div>
  <div>
    Amends :
    <ul>
      <li><a href="51980FC0181.html">51980FC0181</a></li>
    </ul>
  </div>
  <div>
    Corrected by :
    <ul>
      <li><a href="31980L0181R%2801%29.html">31980L0181R(01)</a></li>
      <li><a href="31980L0181R%2802%29.html">31980L0181R(02)</a></li>
    </ul>
  </div>
  <div>
    Legal basis :
    <ul>
      <li><a href="11957E100.html">11957E100</a></li>
    </ul>
  </div>
  <div>
    Basis for :
    <ul>
      <li><a href="12345Z999.html">12345Z999</a></li>
    </ul>
  </div>
  <div>
    All consolidated versions :
    <ul>
      <li><a href="31980L0181-20090527.html">Version of 27/05/2009</a></li>
      <li><a href="31980L0181-20000209.html">Version of 09/02/2000</a></li>
    </ul>
  </div>
</div>