항목
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 페이지에서는 항목 표준 개념 데이터 세트를 설명합니다.
전체 XML 파일은
검토
기본 정보
제공업체
가져온 네임스페이스
가져온 네임스페이스가 없습니다.
주제
정의된 주제가 없습니다.
개념
개념: 항목
항목[XML] |
항목 |
문자열 |
항목을 나타내는 개념을 정의하기 위한 기본 개념입니다. |
|
이름[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> )
공항_테이블에는 '이름' 열이 있으며 각 열의 이름이
공항:
( airport,name
MLB,Melbourne International Airport
SFO,San Francisco International Airport
LGW,London Gatwick Airport )
참고: 이름은 여러 언어로
개념 테이블 매핑을 사용하여 열을 생성할 수 있습니다.
|
설명[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> )
공항_테이블에는 '설명' 열이 포함되어 있으며
각 공항에 대한 설명:
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 ..."
|
정보_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
|
색상[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_table에는 party_color 열이 포함됩니다.
party, name, color
rep, Republican party, #FF0000
dem, Democratic party, #0000FF
|
|
개념: entity_order
item_order[XML] |
항목 순서 |
문자열 |
entity_order_table |
항목이 표시되는 순서를 지정합니다. 알파
알파벳순으로, 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>
|
로컬 속성이 없습니다. |
지역 숙박 시설 없음. |
슬라이스
정의된 슬라이스가 없습니다.
테이블
테이블: entry_order_table
항목_주문_표[XML] |
item_order.csv[CSV] |
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[],["This document details the \"entity\" canonical concept dataset provided by Google Inc. The dataset defines \"entity\" as a base concept for representing entities, using a string type. Key properties for entities include their name, description, info URL, and color (hex code). The dataset also includes an \"entity_order\" concept, which determines the display order (alphabetical or table order) of entities, with the order specified in the `entity_order_table`. This dataset does not define topics or imported namespaces.\n"]]