항목

이 페이지에서는 항목 표준 개념 데이터 세트를 설명합니다. 전체 XML 파일도 검토할 수 있습니다.

기본 정보

이름 항목 개념
설명 항목 개념
네임스페이스 http://www.google.com/publicdata/dataset/google/entity
URL http://code.google.com/apis/publicdata/docs/canonical/entity.html

제공업체

이름 Google Inc.
설명 Google Inc.
URL http://www.google.com

가져온 네임스페이스

가져온 네임스페이스가 없습니다.

주제

정의된 주제가 없습니다.

개념

개념: 항목

ID 항목[XML]
이름 항목
유형 문자열
설명 항목을 나타내는 개념을 정의하는 기본 개념입니다.
속성
entity_order
ID
(암시적)
항목_주문[XML]
개념 항목 순서
속성
name
description
info_url
color
ID 이름[XML]
이름 이름
유형 문자열
설명 항목을 표시하는 데 사용되는 이름입니다. 예:
  <concept id="airport" extends="entity:entity">
    <info>
      <name>
        <value>Airport</value>
      </name>
      <description>
        <value>Airports, identified by their 3-letter IATA code</value>
      </description>
    </info>
    <table ref="airports_table"/>
  </concept>


flights_table에는 각 공항의 이름이 포함된 'name' 열이 포함됩니다.
  airport,name
  MLB,Melbourne International Airport
  SFO,San Francisco International Airport
  LGW,London Gatwick Airport


참고: 개념 테이블 매핑을 사용해 여러 언어로 다양한 열에 이름을 제공할 수 있습니다.
ID 설명[XML]
이름 설명
유형 문자열
설명 항목에 대한 설명입니다. 사용 예:
  <concept id="airport" extends="entity:entity">
    <info>
      <name>
        <value>Airport</value>
      </name>
      <description>
        <value>Airports, identified by their 3-letter IATA code</value>
      </description>
    </info>
    <table ref="airports_table"/>
  </concept>


flights_table에는 각 공항에 관한 설명과 함께 '설명' 열이 포함됩니다.
              
  airport,name,description
  MLB,Melbourne International Airport, "... located 1 1/2 miles northwest of the downtown business district ..."
  SFO,San Francisco International Airport, "... international airport located 13 miles south of San Francisco ..."
  LGW, London Gatwick Airport,  "... located 5 km (3.1 mi) north of the centre of Crawley, West Sussex ..."
  LHR, London Heathrow Airport, "... largest airport in the United Kingdom ..."

ID info_url[XML]
이름 정보 URL
유형 문자열
설명 항목에 관한 추가 정보를 찾을 수 있는 URL입니다. 사용 예:
  <concept id="airport" extends="entity:entity">
    <info>
      <name>
        <value>Airport</value>
      </name>
      <description>
        <value>Airports, identified by their 3-letter IATA code</value>
      </description>
    </info>
    <table ref="airports_table"/>
  </concept>


국가 테이블에는 각 국가의 정보 URL과 함께 'info_url' 열이 포함됩니다.
  country,  name,          info_url
  AD,       Andorra,       http://en.wikipedia.org/wiki/Andorra
  AF,       Afghanistan,   http://en.wikipedia.org/wiki/Afghanistan
  AI,       Anguilla,      http://en.wikipedia.org/wiki/Anguilla
  AL,       Albania,       http://en.wikipedia.org/wiki/Albania

ID 색상[XML]
이름 색상
유형 문자열
설명 16진수 코드로 표현되는 색상 (예: "#FFAB00"). 예:
  <concept id="us_political_party" extends="entity:entity">
    <info>
      <name>
        <value>US Political party</value>
      </name>
    </info>
    <table ref="parties_table"/>
  </concept>


자사_테이블에 Party_color 열이 포함되어 있습니다.
  party, name,             color
  rep,   Republican party, #FF0000
  dem,   Democratic party, #0000FF

개념: 항목_주문

ID 항목_주문[XML]
이름 항목 순서
유형 문자열
데이터 entity_order_table
설명 항목을 표시할 순서를 지정합니다. ALPHA는 알파벳순으로, TABLE은 테이블의 항목 순서입니다. 예:
  <concept id="industry" extends="entity:entity">
    <info>
      <name>
        <value xml:lang="en">Industry</value>
      </name>
    </info>
    <attribute id="order">
      <value>NATURAL</value>
    </attribute>
    <property id="industry" isParent="true"/>
    <table ref="industries_tbl"/>
  </concept>

속성 로컬 속성이 없습니다.
속성 지역 서비스 없음.

Slice

정의된 슬라이스가 없습니다.

테이블: entity_order_table

ID 항목_주문_테이블[XML]
데이터 항목_주문.csv[CSV]
이름 유형
항목_주문 문자열