core + pending (Pending Extension): these terms are pending wider review. Feedback is welcomed!

locationCreated

Canonical URL: http://schema.org/locationCreated

Thing > Property > locationCreated

The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.

Usage: Fewer than 10 domains
Values expected to be one of these types
Place
Used on these types
CreativeWork


Examples

Example 1
  1. <div>
  2. The Church at Auvers by Vincent van Gogh depicts a church in Auvers-sur-Oise, but was created in Saint-Rémy-de-Provence.
  3. </div>
  1. <div itemscope itemtype="http://schema.org/Painting">
  2. <img itemprop="image" src="https://upload.wikimedia.org/wikipedia/commons/a/ad/Vincent_van_Gogh_-_The_Church_in_Auvers-sur-Oise%2C_View_from_the_Chevet_-_Google_Art_Project.jpg" />
  3. <meta itemprop="sameAs" content="https://en.wikipedia.org/wiki/The_Church_at_Auvers" />
  4. <span itemprop="name">The Church at Auvers</span>
  5. by <div itemprop="creator" itemscope itemtype="http://schema.org/Person">
  6. <span itemprop="name">Vincent van Gogh</span>
  7. </div>
  8. </span>,
  9. depicts a church in <div itemprop="contentLocation" itemscope itemtype="http://schema.org/AdministrativeArea">
  10. <span itemprop="name">Auvers-sur-Oise</span>,
  11. </div>
  12. but was creaetd in <div itemprop="locationCreated" itemscope itemtype="http://schema.org/AdministrativeArea">
  13. <span itemprop="name">Saint-Rémy-de-Provence</span>.
  14. </div>
  15. </div>
  1. <div vocab="http://schema.org/" typeof="Painting">
  2. <img property="image" src="https://upload.wikimedia.org/wikipedia/commons/a/ad/Vincent_van_Gogh_-_The_Church_in_Auvers-sur-Oise%2C_View_from_the_Chevet_-_Google_Art_Project.jpg" />
  3. <meta property="sameAs" content="https://en.wikipedia.org/wiki/The_Church_at_Auvers" />
  4. <span property="name">The Church at Auvers</span>
  5. by <div property="creator" typeof="Person">
  6. <span property="name">Vincent van Gogh</span>
  7. </div>
  8. </span>,
  9. depicts a church in <div property="contentLocation" typeof="AdministrativeArea">
  10. <span property="name">Auvers-sur-Oise</span>,
  11. </div>
  12. but was creaetd in <div property="locationCreated" typeof="AdministrativeArea">
  13. <span property="name">Saint-Rémy-de-Provence</span>.
  14. </div>
  15. </div>
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "http://schema.org/",
  4.   "@type": "Painting",
  5.   "name": "The Church at Auvers",
  6.   "image": "https://upload.wikimedia.org/wikipedia/commons/a/ad/Vincent_van_Gogh_-_The_Church_in_Auvers-sur-Oise%2C_View_from_the_Chevet_-_Google_Art_Project.jpg",
  7.   "sameAs": "https://en.wikipedia.org/wiki/The_Church_at_Auvers",
  8.   "creator": {
  9.     "@type": "Person",
  10.     "name": "Vincent van Gogh"
  11.   },
  12.   "contentLocation": {
  13.     "@type": "AdministrativeArea",
  14.     "name": "Auvers-sur-Oise"
  15.   },
  16.   "locationCreated": {
  17.     "@type": "AdministrativeArea",
  18.     "name": "Saint-Rémy-de-Provence"
  19.   }
  20. }
  21. </script>

Schema Version 3.2