Skip to content

Instantly share code, notes, and snippets.

@hideokamoto
Created January 28, 2015 06:20
Show Gist options
  • Save hideokamoto/5338c10ebb9ff12d0221 to your computer and use it in GitHub Desktop.
Save hideokamoto/5338c10ebb9ff12d0221 to your computer and use it in GitHub Desktop.
竹生島をJSON-LD化してみた
{
"@context": "http://schema.org",
"@type": "Place",
"name":"竹生島神社",
"description": "竹生島(ちくぶしま)は、琵琶湖の北部に浮かぶ島。琵琶湖国定公園特別保護地区、国の名勝および史跡に指定されている。",
"geo":{
"@type": "GeoCoordinates",
"latitude":"35.2524",
"longitude":"136.0837"
},
"address": {
"@type": "PostalAddress",
"postalCode":"526-0124",
"addressRegion":"滋賀県",
"addressLocality":"長浜市",
"streetAddress":"早崎町",
"telephone":"0749-72-3221"
},
"url": "http://www.chikubushima.jp/access",
"hasMap":"http://www.openstreetmap.org/?mlat=35.423333&mlon=136.143611&zoom=15#layers=M"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment