Skip to content

ラ・フォル・ジュルネ びわ湖 2015のオープンデータのパーサー

License

Notifications You must be signed in to change notification settings

bougan1160/LFJBParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFJBParser

ラ・フォル・ジュルネ びわ湖 2015のオープンデータのパーサー
「ラ・フォル・ジュルネ びわ湖 2015」に関するオープンデータについて

機能(Feature)

  • 日時情報をISO8601形式に変更
  • schema:Personを1人1データに変更
  • 複数のschema:performerがいる場合は、配列で格納するように変更

使い方(Usage)

//$jsonld is from http://lfjb.biwako-hall.or.jp/events/[id]/jsonld/
$parser = new LFJBParser();
$newEventData = $parser->parse($jsonld); //Parse All data
$newPerformer = $parser->parsePerformer($jsonld['schema:performer']); //Parse Only Performer
$newStartDate = $parser->parseDate($jsonld['schema:startDate']); //Parse Only Date

About

ラ・フォル・ジュルネ びわ湖 2015のオープンデータのパーサー

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages