Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.82 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.82 KB

Open-Gravestones

Open Gravestones is an open source project that will provide public domain cemetery and burial data that is based on open standards such as GeoJSON-LD and Schema.org structured data.

Exisiting data schema:

Each cemetery listing should be encoded with the following Schema.org Cemetery markup:

<div itemscope itemtype="http://schema.org/Type" itemid="http://schema.org/Cemetery">
    <link itemprop="subClassOf" href="http://schema.org/CivicStructure"/>
    Address:
    <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
      <span itemprop="name">Arlington National Cemetery</span>
      <span itemprop="streetAddress">1 Memorial Drive</span>
      <span itemprop="addressLocality">Fort Myer</span>,
      <span itemprop="addressRegion">VA</span>
      <span itemprop="postalCode">22211</span>
    </div>
    Hours: <meta itemprop="openingHours" content="Mo-Su 08:00-17:00">Mon-Sun  8am – 5pm
    Phone: <span itemprop="telephone">877-907-8585</span>
    Website: <a itemprop="url" href="http://www.arlingtoncemetery.mil/">http://www.arlingtoncemetery.mil/</a>
</div>

Resources

Metadata

Get involved!