資料集清單

Data.Taipei的介接服務主要是以資料集清單方式回傳,清單內容包含了資料集的詮釋資料、資料項目清單、資料項目的詮釋資料。

資料集清單範例如下:

{
 result:{
   limit: 10000,
   offset: 0,
  count: 2,
  sort: "score desc, metadata_modified desc",
  results:[
   {
    id: "e4d72c42-c0d6-4a9b-8b7f-2252362bd359",
    title: "100年臺北市政府外國人服務手册(日文版)",
    type: "publication",
    display_name: "公共資訊",
    metadata_modified: "2014/12/16 21:41:10",
    Author: "臺北市政府警察局",
    attributeCategory: "成果彙編、服務手冊",
    baseLow: "著作財產權人保留對本書依法所享有之所有著作權利。欲利用本書全部或部份內容者,須徵得著作財產管理機關之同意或書面授權。",
    bookCategory: "教材/手冊",
    publishCategory: "圖書",
    exhibitionSale: "臺北市政府紀念品展售中心",
    gpn: "1010004796",
    itn: "ISBN",
    itnNo: "9789860308181",
    journalNo: "NULL",
    languages: "日文 ",
    oid: "E8780893-6106-4456-ABB5-110FEB021984",
    orgName: "NULL",
    subOrgName: "",
    price: "22",
    publishDate: "2011/11",
    publishSummary: "提供外僑有關臺北市政府所推出之優質為民服務措施及生活指南",
    tag: "",
    reserouceList:
    [  
     {
      resourceId: "",
      resourceName: "",
      resourceDescription: "",
      resourceUpdate: "",
      resourceType: "",
      resourceEncoding: "",
      resourceKeyword: ""
     }
     {
      resourceId: "",
      resourceName: "",
      resourceDescription: "",
      resourceUpdate: "",
      resourceType: "",
      resourceEncoding: "",
      resourceKeywod: ""
     }
     resourceCount: 2
    ]
   }
   {
    id: " f8b4e954-90a4-45a1-bbf6-dde6afc44b86",
    title: " YouBike微笑單車",
    type: "dataset",
    category: "公共資訊",
    description: "目前可租借數量、目前可停車位、YouBike微笑單車租借(地點)、地址、資料更新時間(目前此連結僅提供測試資料,做不會更新)",
    fieldDescription: "",
    type: "",
    metadata_modified: "2014/12/16 21:41:10",
    numberOfData: "",
    temporalCoverageFrom: "",
    temporalCoverageTo: "",
    issued: "2012/01/13",
    accrualPeriodicity: "每5分鐘"
    author: "臺北市政府警察局",
    oid: "E8780893-6106-4456-ABB5-110FEB021984",
    orgName: "NULL",
    subOrgName: "",
    license: "",
    licenseURL: ""
    tag: "",
    cost: "",
    costURL: "",
    costLaw: "",
    language: "",
    relatedUrl: "",
    organizationName: "",
    organizationContactName: "盧xx",
    organizationContactPhone: "27256863",
    organizationContactEmail: "[email protected]",
    contactOrganization: "",
    contactName: "盧xx",
    contactPhone: "27256863",
    contactEmail: "[email protected]",
    spatial: "",
    reserouceList:
    [  
     {
      resourceId: "af556a60-2345-4f84-9386-de8b667eeded",
      resourceName: "YouBike微笑單車-giant_stations",
      resourceDescription: "",
      resourceUpdate: "2014-12-31T11:51:47.000060",
      resourceType: "",
      resourceEncoding: "",
      format: "js"
     }
     resourceCount: 1
    ]
   }
  ]
 }
}