Spot

位置に紐付いた情報を保持するオブジェクトです。

Fields

FieldTypeDescription
uriStringオブジェクトを一意に示すIDになるURIです。
typeStringオブジェクトのタイプを示すURIです。
nameStringオブジェクトの名前です。
latitudeFloatオブジェクトの緯度です。
longitudeFloatオブジェクトの経度です。
categoryStringオブジェクトのカテゴリです。
category_noteStringカテゴリの補足です。
genresCollection of Stringジャンル名の配列です。
imagesCollection of Stringオブジェクトの画像ファイルのURLの配列です。
descriptionStringオブジェクトの説明です。
locationString所在地に関する情報です。
addressString所在地住所です。
openingHoursString利用可能な時間に関する情報です。
opensString開所時刻です。
closesString閉所時刻です。
regularHolidayString定休日に関する情報です。
telephoneString問い合わせ先の電話番号です。
fax_numberString問い合わせ先のFAX番号です。
area_codeString所在地の自治体の標準地域コードです。
publisherString当該データの公開者名です。
distanceInteger取得時に指定した地点からの距離です。単位はメートルです。
Example:
{
    "images": ["http://www3.city.sabae.fukui.jp/ls/imagelarge/No24.jpg"],
    "category_note": "まつり活動",
    "distance": 13,
    "latitude": 35.942758,
    "description": "全国シェア80%の生産を占める鯖江の地場産業めがねフレームのシンボル的拠点施設であり、鯖江の高建築物のランドマークです。",
    "type": "http://purl.org/jrrk#CivicPOI",
    "areacode": "http://statdb.nstac.go.jp/lod/sac/C18207",
    "uri": "http://data.city.sabae.lg.jp/rdf/197#%E3%82%81%E3%81%8C%E3%81%AD%E4%BC%9A%E9%A4%A8/%E7%99%BE%E6%99%AF/%E8%A6%B3%E3%82%8B/35.942758/136.198844/",
    "rdf": "http://data.city.sabae.lg.jp/rdf/197",
    "genres": ["観る"],
    "name": "めがね会館",
    "publisher": "福井県鯖江市",
    "category": "百景",
    "longitude": 136.198844
}