Skip to content

Commit c2682d5

Browse files
committed
data(brand): backfill founded_year + Wikidata logos (Bosch, Orange, Pixio)
- Bosch, Orange: logo_url from website-matched Wikidata P154. - Orange (1988), Pixio (2016): founded_year from Wikidata P571 inception. - Sourced by domain/country-verified entity match; unmatched obscure brands left as-is (no fabrication). Refs #1
1 parent 816fcfc commit c2682d5

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

data/brand/de/bosch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"description_en": "Bosch is a German engineering company that produced mobile phones in the 1990s.",
1313
"description_ko": "보쉬는 독일의 엔지니어링 기업으로, 1990년대에 휴대폰을 생산했다.",
1414
"founded_year": 1886,
15-
"website": "https://www.bosch.com"
15+
"website": "https://www.bosch.com",
16+
"logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bosch-logo.svg"
1617
}

data/brand/fr/orange.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
],
1212
"description_en": "Orange is a French telecommunications carrier that has offered carrier-branded handsets.",
1313
"description_ko": "오랑주는 프랑스의 통신 사업자로, 통신사 브랜드 단말을 제공해 왔다.",
14-
"website": "https://www.orange.com"
14+
"website": "https://www.orange.com",
15+
"logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orange_logo.svg",
16+
"founded_year": 1988
1517
}

data/brand/us/pixio.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
],
1212
"website": "https://www.pixiogaming.com",
1313
"description_en": "Pixio is an American brand of gaming computer monitors.",
14-
"description_ko": "픽시오는 게이밍 컴퓨터 모니터를 만드는 미국 브랜드이다."
14+
"description_ko": "픽시오는 게이밍 컴퓨터 모니터를 만드는 미국 브랜드이다.",
15+
"founded_year": 2016
1516
}

0 commit comments

Comments
 (0)