geocode: add coordinates to JP compound cities and CZ files from GeoNames
- JP: Handle Gun/Cho/Machi/Mura compound city names (2615 files) - CZ: Map city codes to GeoNames entries (667 files) - Overall coverage: 84.5% → 96.4%
This commit is contained in:
parent
92b5e58ef3
commit
2137c522db
3302 changed files with 64908 additions and 3971 deletions
59
AGENTS.md
59
AGENTS.md
|
|
@ -780,6 +780,65 @@ Heritage institutions are type GRP.HER with subtypes:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### Rule 12: Person Data Reference Pattern - Avoid Inline Duplication
|
||||||
|
|
||||||
|
**🚨 CRITICAL: When person profile data is stored in `data/custodian/person/`, custodian files MUST reference the file path instead of duplicating the full profile inline.**
|
||||||
|
|
||||||
|
This pattern:
|
||||||
|
- Reduces data duplication (50+ lines → 5 lines per person)
|
||||||
|
- Ensures single-source-of-truth for person data
|
||||||
|
- Enables cross-custodian references (same person at multiple institutions)
|
||||||
|
- Makes updates easier to manage
|
||||||
|
|
||||||
|
**Directory Structure**:
|
||||||
|
```
|
||||||
|
data/custodian/
|
||||||
|
├── person/ # Canonical person profile storage
|
||||||
|
│ ├── alexandr-belov-bb547b46_20251210T120000Z.json
|
||||||
|
│ ├── giovanna-fossati_20251209T170000Z.json
|
||||||
|
│ └── ...
|
||||||
|
├── NL-NH-AMS-U-EFM-eye_filmmuseum.yaml # References person files
|
||||||
|
└── ...
|
||||||
|
```
|
||||||
|
|
||||||
|
**File Naming Convention**: `{linkedin-slug}_{ISO-timestamp}.json`
|
||||||
|
|
||||||
|
**✅ CORRECT - Reference Pattern**:
|
||||||
|
```yaml
|
||||||
|
collection_management_specialist:
|
||||||
|
- name: Alexandr Belov
|
||||||
|
role: Collection/Information Specialist
|
||||||
|
linkedin_url: https://www.linkedin.com/in/alexandr-belov-bb547b46
|
||||||
|
current: true
|
||||||
|
person_profile_path: data/custodian/person/alexandr-belov-bb547b46_20251210T120000Z.json
|
||||||
|
```
|
||||||
|
|
||||||
|
**❌ WRONG - Inline Duplication** (50+ lines of profile data inline when file exists):
|
||||||
|
```yaml
|
||||||
|
collection_management_specialist:
|
||||||
|
- name: Alexandr Belov
|
||||||
|
role: Collection/Information Specialist
|
||||||
|
linkedin_url: https://www.linkedin.com/in/alexandr-belov-bb547b46
|
||||||
|
about: "60+ lines of profile data..."
|
||||||
|
skills: [...]
|
||||||
|
languages: [...]
|
||||||
|
career_history: [...]
|
||||||
|
# ... etc
|
||||||
|
```
|
||||||
|
|
||||||
|
**When to Use Each Pattern**:
|
||||||
|
|
||||||
|
| Use File Reference When | Use Inline Data When |
|
||||||
|
|------------------------|---------------------|
|
||||||
|
| Full profile already extracted and saved | Only basic info available |
|
||||||
|
| Person has extensive career history | Minimal profile data |
|
||||||
|
| Profile data exceeds ~10 lines | Quick placeholder entry |
|
||||||
|
| Same person referenced by multiple custodians | Before full extraction |
|
||||||
|
|
||||||
|
**See**: `.opencode/PERSON_DATA_REFERENCE_PATTERN.md` for complete documentation
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Project Overview
|
## Project Overview
|
||||||
|
|
||||||
**Goal**: Extract structured data about worldwide GLAMORCUBESFIXPHDNT (Galleries, Libraries, Archives, Museums, Official institutions, Research centers, Corporations, Unknown, Botanical gardens/zoos, Educational providers, Societies, Features, Intangible heritage groups, miXed, Personal collections, Holy sites, Digital platforms, NGOs, Taste/smell heritage) institutions from 139+ Claude conversation JSON files and integrate with authoritative CSV datasets.
|
**Goal**: Extract structured data about worldwide GLAMORCUBESFIXPHDNT (Galleries, Libraries, Archives, Museums, Official institutions, Research centers, Corporations, Unknown, Botanical gardens/zoos, Educational providers, Societies, Features, Intangible heritage groups, miXed, Personal collections, Holy sites, Digital platforms, NGOs, Taste/smell heritage) institutions from 139+ Claude conversation JSON files and integrate with authoritative CSV datasets.
|
||||||
|
|
|
||||||
|
|
@ -140,4 +140,16 @@ youtube_search_timestamp: '2025-12-08T19:46:38.849303+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:51.856263+00:00'
|
normalization_timestamp: '2025-12-09T20:40:57.919831+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:57.919164+00:00'
|
||||||
|
|
|
||||||
|
|
@ -134,4 +134,16 @@ youtube_search_timestamp: '2025-12-08T19:46:42.622276+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:51.894843+00:00'
|
normalization_timestamp: '2025-12-09T20:40:57.956179+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:57.956167+00:00'
|
||||||
|
|
|
||||||
|
|
@ -140,4 +140,16 @@ youtube_search_timestamp: '2025-12-08T19:47:11.261776+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:52.236496+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.001464+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.001448+00:00'
|
||||||
|
|
|
||||||
|
|
@ -139,4 +139,16 @@ youtube_search_timestamp: '2025-12-08T19:47:19.718210+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:52.318466+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.045487+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.045460+00:00'
|
||||||
|
|
|
||||||
|
|
@ -134,4 +134,16 @@ youtube_search_timestamp: '2025-12-08T19:47:36.482880+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:52.493109+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.103539+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.103524+00:00'
|
||||||
|
|
|
||||||
|
|
@ -134,4 +134,16 @@ youtube_search_timestamp: '2025-12-08T19:47:40.870528+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:52.531911+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.151584+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.151551+00:00'
|
||||||
|
|
|
||||||
|
|
@ -137,4 +137,16 @@ youtube_search_timestamp: '2025-12-08T19:47:45.126930+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:52.569658+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.203017+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.203000+00:00'
|
||||||
|
|
|
||||||
|
|
@ -133,4 +133,16 @@ youtube_search_timestamp: '2025-12-08T19:47:56.452913+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:52.695463+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.249871+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.249856+00:00'
|
||||||
|
|
|
||||||
|
|
@ -224,4 +224,16 @@ youtube_search_timestamp: '2025-12-08T19:48:35.468025+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.085956+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.299005+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.298985+00:00'
|
||||||
|
|
|
||||||
|
|
@ -140,4 +140,16 @@ youtube_search_timestamp: '2025-12-08T19:48:48.327589+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.188867+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.343550+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.343538+00:00'
|
||||||
|
|
|
||||||
|
|
@ -147,11 +147,21 @@ youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ARITMA official
|
youtube_search_query: ARITMA official
|
||||||
youtube_search_timestamp: '2025-12-08T19:48:54.716445+00:00'
|
youtube_search_timestamp: '2025-12-08T19:48:54.716445+00:00'
|
||||||
location:
|
location:
|
||||||
city: Praha 6
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 160 05
|
postal_code: 160 05
|
||||||
street_address: Lužná 591
|
street_address: Lužná 591
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.330582+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.384106+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.384087+00:00'
|
||||||
|
|
|
||||||
|
|
@ -147,11 +147,21 @@ youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Automobilový průmysl official
|
youtube_search_query: Automobilový průmysl official
|
||||||
youtube_search_timestamp: '2025-12-08T19:49:16.250587+00:00'
|
youtube_search_timestamp: '2025-12-08T19:49:16.250587+00:00'
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Rašínovo nábř. 42
|
street_address: Rašínovo nábř. 42
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.424444+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.427319+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.427306+00:00'
|
||||||
|
|
|
||||||
|
|
@ -154,11 +154,21 @@ youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Akademie věd ČR - Farmakologický ústav official
|
youtube_search_query: Akademie věd ČR - Farmakologický ústav official
|
||||||
youtube_search_timestamp: '2025-12-08T19:49:19.794617+00:00'
|
youtube_search_timestamp: '2025-12-08T19:49:19.794617+00:00'
|
||||||
location:
|
location:
|
||||||
city: Praha 4 - Krč
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 142 20
|
postal_code: 142 20
|
||||||
street_address: Vídeňská 1083
|
street_address: Vídeňská 1083
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.464826+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.470017+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.469902+00:00'
|
||||||
|
|
|
||||||
|
|
@ -153,11 +153,21 @@ youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Akademie věd ČR - Farmakologický ústav official
|
youtube_search_query: Akademie věd ČR - Farmakologický ústav official
|
||||||
youtube_search_timestamp: '2025-12-08T19:49:23.146454+00:00'
|
youtube_search_timestamp: '2025-12-08T19:49:23.146454+00:00'
|
||||||
location:
|
location:
|
||||||
city: Praha 4 - Krč
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 142 20
|
postal_code: 142 20
|
||||||
street_address: Vídeňská 1083
|
street_address: Vídeňská 1083
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.507993+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.518802+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.518791+00:00'
|
||||||
|
|
|
||||||
|
|
@ -155,11 +155,21 @@ youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Akademie věd ČR - Patentové a licenční služby official
|
youtube_search_query: Akademie věd ČR - Patentové a licenční služby official
|
||||||
youtube_search_timestamp: '2025-12-08T19:49:26.425308+00:00'
|
youtube_search_timestamp: '2025-12-08T19:49:26.425308+00:00'
|
||||||
location:
|
location:
|
||||||
city: Praha 6
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 160 70
|
postal_code: 160 70
|
||||||
street_address: Českomalínská 25
|
street_address: Českomalínská 25
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.552239+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.576931+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.576911+00:00'
|
||||||
|
|
|
||||||
|
|
@ -153,11 +153,21 @@ youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Akademie věd ČR - Patentové a licenční služby official
|
youtube_search_query: Akademie věd ČR - Patentové a licenční služby official
|
||||||
youtube_search_timestamp: '2025-12-08T19:49:33.450514+00:00'
|
youtube_search_timestamp: '2025-12-08T19:49:33.450514+00:00'
|
||||||
location:
|
location:
|
||||||
city: Praha 6
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 160 70
|
postal_code: 160 70
|
||||||
street_address: Českomalínská 25
|
street_address: Českomalínská 25
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.593030+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.629000+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.628980+00:00'
|
||||||
|
|
|
||||||
|
|
@ -155,11 +155,21 @@ youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Akademie věd ČR - Prognostický ústav official
|
youtube_search_query: Akademie věd ČR - Prognostický ústav official
|
||||||
youtube_search_timestamp: '2025-12-08T19:49:37.207233+00:00'
|
youtube_search_timestamp: '2025-12-08T19:49:37.207233+00:00'
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Opletalova 19
|
street_address: Opletalova 19
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.647226+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.679222+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.679209+00:00'
|
||||||
|
|
|
||||||
|
|
@ -155,11 +155,21 @@ youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Akademie věd ČR - Pedagogický ústav J.A.Komenského official
|
youtube_search_query: Akademie věd ČR - Pedagogický ústav J.A.Komenského official
|
||||||
youtube_search_timestamp: '2025-12-08T19:49:41.371035+00:00'
|
youtube_search_timestamp: '2025-12-08T19:49:41.371035+00:00'
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Máchova 7
|
street_address: Máchova 7
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.697192+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.718568+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.718556+00:00'
|
||||||
|
|
|
||||||
|
|
@ -152,11 +152,21 @@ youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Akademie věd ČR - Ústav fyzikální metalurgie official
|
youtube_search_query: Akademie věd ČR - Ústav fyzikální metalurgie official
|
||||||
youtube_search_timestamp: '2025-12-08T19:49:44.639812+00:00'
|
youtube_search_timestamp: '2025-12-08T19:49:44.639812+00:00'
|
||||||
location:
|
location:
|
||||||
city: Praha 4
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 141 31
|
postal_code: 141 31
|
||||||
street_address: Boční II/1401
|
street_address: Boční II/1401
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.752259+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.765484+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.765473+00:00'
|
||||||
|
|
|
||||||
|
|
@ -154,11 +154,21 @@ youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Akademie věd ČR - Vývojové dílny official
|
youtube_search_query: Akademie věd ČR - Vývojové dílny official
|
||||||
youtube_search_timestamp: '2025-12-08T19:49:48.416534+00:00'
|
youtube_search_timestamp: '2025-12-08T19:49:48.416534+00:00'
|
||||||
location:
|
location:
|
||||||
city: Praha 8
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 180 00
|
postal_code: 180 00
|
||||||
street_address: Pod vodárenskou věží 4
|
street_address: Pod vodárenskou věží 4
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.801707+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.807961+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.807938+00:00'
|
||||||
|
|
|
||||||
|
|
@ -155,11 +155,21 @@ youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Akademie věd ČR - Vývojové dílny official
|
youtube_search_query: Akademie věd ČR - Vývojové dílny official
|
||||||
youtube_search_timestamp: '2025-12-08T19:49:52.671667+00:00'
|
youtube_search_timestamp: '2025-12-08T19:49:52.671667+00:00'
|
||||||
location:
|
location:
|
||||||
city: Praha 8
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 180 00
|
postal_code: 180 00
|
||||||
street_address: Pod vodárenskou věží 4
|
street_address: Pod vodárenskou věží 4
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.846509+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.845752+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.845740+00:00'
|
||||||
|
|
|
||||||
|
|
@ -146,4 +146,16 @@ youtube_search_timestamp: '2025-12-08T19:49:58.157855+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.889344+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.889046+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.889035+00:00'
|
||||||
|
|
|
||||||
|
|
@ -145,4 +145,16 @@ youtube_search_timestamp: '2025-12-08T19:50:03.282523+00:00'
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.930233+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.926923+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.926901+00:00'
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.967848+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.958925+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.958906+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ČSAV - Geografický ústav - Mapová sbírka official
|
youtube_search_query: ČSAV - Geografický ústav - Mapová sbírka official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:27.414759+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:27.414759+00:00'
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:53.987682+00:00'
|
normalization_timestamp: '2025-12-09T20:40:58.995814+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:58.995802+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ČSAV - Komise prezidia pro vodní hospodářství official
|
youtube_search_query: ČSAV - Komise prezidia pro vodní hospodářství official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:28.067101+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:28.067101+00:00'
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.055860+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.031691+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.031680+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ČSAV - Laboratoř elektronové optiky official
|
youtube_search_query: ČSAV - Laboratoř elektronové optiky official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:28.722099+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:28.722099+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.644883+00:00'
|
creation_date: '2025-12-06T23:37:23.644883+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Albertov 2
|
street_address: Albertov 2
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.095096+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.066354+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.066344+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ČSAV - Laboratoř vyšší nervové činnosti official
|
youtube_search_query: ČSAV - Laboratoř vyšší nervové činnosti official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:29.379760+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:29.379760+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:15.808200+00:00'
|
creation_date: '2025-12-06T23:37:15.808200+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 4
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 140 04
|
postal_code: 140 04
|
||||||
street_address: Budějovická 5
|
street_address: Budějovická 5
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.129251+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.100885+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.100874+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ČKD - Polyservis official
|
youtube_search_query: ČKD - Polyservis official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:30.068977+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:30.068977+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:15.797623+00:00'
|
creation_date: '2025-12-06T23:37:15.797623+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Belgická 26
|
street_address: Belgická 26
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.155401+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.142759+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.142737+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Český plynárenský podnik official
|
youtube_search_query: Český plynárenský podnik official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:30.717387+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:30.717387+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.868911+00:00'
|
creation_date: '2025-12-06T23:37:23.868911+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Perucká 5
|
street_address: Perucká 5
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.208687+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.187383+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.187360+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ČESMAD, sdružení československých mezinárodních automobilových dopravců official
|
youtube_search_query: ČESMAD, sdružení československých mezinárodních automobilových dopravců official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:31.380609+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:31.380609+00:00'
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.246972+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.230377+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.230356+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ČSAV - Ústav experimentální medicíny - Oftalmologická laboratoř official
|
youtube_search_query: ČSAV - Ústav experimentální medicíny - Oftalmologická laboratoř official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:32.039133+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:32.039133+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.718172+00:00'
|
creation_date: '2025-12-06T23:37:23.718172+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Karlovo nám. 13
|
street_address: Karlovo nám. 13
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.291676+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.283771+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.283745+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ČVUT v Praze - Ústav marxismu-leninismu official
|
youtube_search_query: ČVUT v Praze - Ústav marxismu-leninismu official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:32.697747+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:32.697747+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:24.309785+00:00'
|
creation_date: '2025-12-06T23:37:24.309785+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Horská 3
|
street_address: Horská 3
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.356169+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.329256+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.329239+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ČVUT v Praze - Ústav výpočtové techniky official
|
youtube_search_query: ČVUT v Praze - Ústav výpočtové techniky official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:33.356907+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:33.356907+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.703270+00:00'
|
creation_date: '2025-12-06T23:37:23.703270+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 6
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 160 00
|
postal_code: 160 00
|
||||||
street_address: Suchbátarova 2
|
street_address: Suchbátarova 2
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.401232+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.380624+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.380597+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ČVUT v Praze - Vyčichlova matematická knihovna official
|
youtube_search_query: ČVUT v Praze - Vyčichlova matematická knihovna official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:34.031700+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:34.031700+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.710704+00:00'
|
creation_date: '2025-12-06T23:37:23.710704+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Na Florenci 25
|
street_address: Na Florenci 25
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.446465+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.421865+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.421844+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ČVUT v Praze - Výzkumný ústav inženýrského studia official
|
youtube_search_query: ČVUT v Praze - Výzkumný ústav inženýrského studia official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:34.686009+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:34.686009+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.691742+00:00'
|
creation_date: '2025-12-06T23:37:23.691742+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 111 21
|
postal_code: 111 21
|
||||||
street_address: Opletalova 13
|
street_address: Opletalova 13
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.495412+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.459158+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.459142+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: CHIRANA - Výzkumný ústav zdravotnické techniky official
|
youtube_search_query: CHIRANA - Výzkumný ústav zdravotnické techniky official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:35.351995+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:35.351995+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.883864+00:00'
|
creation_date: '2025-12-06T23:37:23.883864+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 10
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 100 00
|
postal_code: 100 00
|
||||||
street_address: V olšinách 75
|
street_address: V olšinách 75
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.576059+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.505608+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.505589+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ELTOS - Institut mikroelektronických aplikací official
|
youtube_search_query: ELTOS - Institut mikroelektronických aplikací official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:36.671271+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:36.671271+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.788360+00:00'
|
creation_date: '2025-12-06T23:37:23.788360+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 9 - Horní Počernice
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 190 00
|
postal_code: 190 00
|
||||||
street_address: Náchodská 416
|
street_address: Náchodská 416
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.633209+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.543912+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.543900+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ELEKTRONIKA, podnik ÚV Svazarmu official
|
youtube_search_query: ELEKTRONIKA, podnik ÚV Svazarmu official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:37.343546+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:37.343546+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.863314+00:00'
|
creation_date: '2025-12-06T23:37:23.863314+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 10
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 100 10
|
postal_code: 100 10
|
||||||
street_address: Kodaňská 46
|
street_address: Kodaňská 46
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.685998+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.587690+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.587672+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: INVESTA official
|
youtube_search_query: INVESTA official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:38.016451+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:38.016451+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.858445+00:00'
|
creation_date: '2025-12-06T23:37:23.858445+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 10
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 106 17
|
postal_code: 106 17
|
||||||
street_address: Žirovnická 5
|
street_address: Žirovnická 5
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.743346+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.636014+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.635993+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: INOVA official
|
youtube_search_query: INOVA official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:38.666908+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:38.666908+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.631232+00:00'
|
creation_date: '2025-12-06T23:37:23.631232+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 115 49
|
postal_code: 115 49
|
||||||
street_address: Jungmannova 29
|
street_address: Jungmannova 29
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.788801+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.675601+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.675567+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Institut řízení official
|
youtube_search_query: Institut řízení official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:39.323342+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:39.323342+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.676106+00:00'
|
creation_date: '2025-12-06T23:37:23.676106+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Štěpánská 28
|
street_address: Štěpánská 28
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.844899+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.711755+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.711733+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: INCOM - ústřední informační služba chemie official
|
youtube_search_query: INCOM - ústřední informační služba chemie official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:39.970524+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:39.970524+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:15.843376+00:00'
|
creation_date: '2025-12-06T23:37:15.843376+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 10
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 100 85
|
postal_code: 100 85
|
||||||
street_address: V korytech 20
|
street_address: V korytech 20
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.885931+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.750796+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.750786+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: JAWA, a.s. - Závod výzkum a vývoj official
|
youtube_search_query: JAWA, a.s. - Závod výzkum a vývoj official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:40.629053+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:40.629053+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.887377+00:00'
|
creation_date: '2025-12-06T23:37:23.887377+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 01
|
postal_code: 110 01
|
||||||
street_address: Staroměstské nám. 26
|
street_address: Staroměstské nám. 26
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:54.933545+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.784208+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.784198+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: KOMENIUM official
|
youtube_search_query: KOMENIUM official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:41.286005+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:41.286005+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.855119+00:00'
|
creation_date: '2025-12-06T23:37:23.855119+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 113 81
|
postal_code: 113 81
|
||||||
street_address: Vězeňská 5
|
street_address: Vězeňská 5
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:55.012844+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.816110+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.816098+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Knižní velkoobchod official
|
youtube_search_query: Knižní velkoobchod official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:42.598704+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:42.598704+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:16.112813+00:00'
|
creation_date: '2025-12-06T23:37:16.112813+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 7
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 170 05
|
postal_code: 170 05
|
||||||
street_address: Argentinská 38
|
street_address: Argentinská 38
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:55.133777+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.855725+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.855713+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Merkuria, a.s. official
|
youtube_search_query: Merkuria, a.s. official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:44.579069+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:44.579069+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.587767+00:00'
|
creation_date: '2025-12-06T23:37:23.587767+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Národní 17
|
street_address: Národní 17
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:55.175350+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.901890+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.901870+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Národní knihovna v Praze - Technické ústředí knihoven official
|
youtube_search_query: Národní knihovna v Praze - Technické ústředí knihoven official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:45.230246+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:45.230246+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:16.294972+00:00'
|
creation_date: '2025-12-06T23:37:16.294972+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 115 87
|
postal_code: 115 87
|
||||||
street_address: Národní 36
|
street_address: Národní 36
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:55.218279+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.940570+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.940551+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Nakladatelství ODEON official
|
youtube_search_query: Nakladatelství ODEON official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:45.887269+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:45.887269+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.866496+00:00'
|
creation_date: '2025-12-06T23:37:23.866496+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 128 22
|
postal_code: 128 22
|
||||||
street_address: Oldřichova 49
|
street_address: Oldřichova 49
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:55.262788+00:00'
|
normalization_timestamp: '2025-12-09T20:40:59.982363+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:40:59.982344+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: PIKAZ official
|
youtube_search_query: PIKAZ official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:46.539339+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:46.539339+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:15.683234+00:00'
|
creation_date: '2025-12-06T23:37:15.683234+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 8
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 180 56
|
postal_code: 180 56
|
||||||
street_address: Českomoravská 23
|
street_address: Českomoravská 23
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:55.316966+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.017059+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.016936+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: PRAGOINVEST official
|
youtube_search_query: PRAGOINVEST official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:47.194869+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:47.194869+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.840663+00:00'
|
creation_date: '2025-12-06T23:37:23.840663+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 112 68
|
postal_code: 112 68
|
||||||
street_address: Václavské nám. 3
|
street_address: Václavské nám. 3
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:55.528858+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.067740+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.067728+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Prodejny nábytkářského průmyslu official
|
youtube_search_query: Prodejny nábytkářského průmyslu official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:47.848205+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:47.848205+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.850380+00:00'
|
creation_date: '2025-12-06T23:37:23.850380+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 5 - Řeporyje
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 155 11
|
postal_code: 155 11
|
||||||
street_address: Hasákova 611
|
street_address: Hasákova 611
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:55.766269+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.101648+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.101627+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Průmyslový podnik Praha-západ official
|
youtube_search_query: Průmyslový podnik Praha-západ official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:48.518597+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:48.518597+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.731835+00:00'
|
creation_date: '2025-12-06T23:37:23.731835+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 118 18
|
postal_code: 118 18
|
||||||
street_address: Valdštejnská 20
|
street_address: Valdštejnská 20
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:55.944016+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.143255+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.143244+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ředitelství školské výstavby official
|
youtube_search_query: Ředitelství školské výstavby official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:49.178071+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:49.178071+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.769475+00:00'
|
creation_date: '2025-12-06T23:37:23.769475+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Myslíkova 20
|
street_address: Myslíkova 20
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:56.113345+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.184198+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.184184+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ředitelství železničního zdravotnictví official
|
youtube_search_query: Ředitelství železničního zdravotnictví official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:49.846884+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:49.846884+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.599111+00:00'
|
creation_date: '2025-12-06T23:37:23.599111+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Ječná 2
|
street_address: Ječná 2
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:56.303176+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.225293+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.225273+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Studijní institut ministerstva kultury ČSR official
|
youtube_search_query: Studijní institut ministerstva kultury ČSR official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:50.507583+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:50.507583+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:15.655649+00:00'
|
creation_date: '2025-12-06T23:37:15.655649+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Spálená 51
|
street_address: Spálená 51
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:56.805910+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.264435+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.264415+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Státní nakladatelství technické literatury official
|
youtube_search_query: Státní nakladatelství technické literatury official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:51.830493+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:51.830493+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:15.968834+00:00'
|
creation_date: '2025-12-06T23:37:15.968834+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 4
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 145 08
|
postal_code: 145 08
|
||||||
street_address: U plynárny 500
|
street_address: U plynárny 500
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.110278+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.301719+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.301703+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Středočeské plynárny official
|
youtube_search_query: Středočeské plynárny official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:52.505724+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:52.505724+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:15.600718+00:00'
|
creation_date: '2025-12-06T23:37:15.600718+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 113 01
|
postal_code: 113 01
|
||||||
street_address: Ostrovní 30
|
street_address: Ostrovní 30
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.153207+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.340831+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.340769+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Státní pedagogické nakladatelství official
|
youtube_search_query: Státní pedagogické nakladatelství official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:53.166321+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:53.166321+00:00'
|
||||||
|
|
|
||||||
|
|
@ -137,13 +137,23 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.891191+00:00'
|
creation_date: '2025-12-06T23:37:23.891191+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 5 - Zličín
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 155 00
|
postal_code: 155 00
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.191438+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.392128+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.392105+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Stavební strojírenství a lehká prefabrikace official
|
youtube_search_query: Stavební strojírenství a lehká prefabrikace official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:53.843471+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:53.843471+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.747215+00:00'
|
creation_date: '2025-12-06T23:37:23.747215+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Bolzanova 3
|
street_address: Bolzanova 3
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.367759+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.449276+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.449252+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Svaz výrobních družstev - městský výbor official
|
youtube_search_query: Svaz výrobních družstev - městský výbor official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:55.181755+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:55.181755+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.880557+00:00'
|
creation_date: '2025-12-06T23:37:23.880557+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Rytířská 13
|
street_address: Rytířská 13
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.482548+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.497888+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.497876+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: TUZEX official
|
youtube_search_query: TUZEX official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:55.845396+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:55.845396+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.764841+00:00'
|
creation_date: '2025-12-06T23:37:23.764841+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Mikulandská 7
|
street_address: Mikulandská 7
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.531090+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.539398+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.539352+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Technicko-ekonomický ústav hutnictví a těžkého strojírenství official
|
youtube_search_query: Technicko-ekonomický ústav hutnictví a těžkého strojírenství official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:56.506742+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:56.506742+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.847419+00:00'
|
creation_date: '2025-12-06T23:37:23.847419+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 3
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 130 65
|
postal_code: 130 65
|
||||||
street_address: U nákladového nádraží 6
|
street_address: U nákladového nádraží 6
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.581209+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.582385+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.582366+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: TESLA Strašnice official
|
youtube_search_query: TESLA Strašnice official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:57.167109+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:57.167109+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.835665+00:00'
|
creation_date: '2025-12-06T23:37:23.835665+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: U půjčovny 5
|
street_address: U půjčovny 5
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.625616+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.631056+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.631036+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: TEVOSS, technické a vývojové služby pro stavebnictví official
|
youtube_search_query: TEVOSS, technické a vývojové služby pro stavebnictví official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:57.822907+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:57.822907+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:14.531692+00:00'
|
creation_date: '2025-12-06T23:37:14.531692+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 6
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 160 00
|
postal_code: 160 00
|
||||||
street_address: Jenerálka 54
|
street_address: Jenerálka 54
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.669653+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.673471+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.673459+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: TESLA - Výzkumný ústav sdělovací techniky A.S.Popova - výzkum elektroakustiky official
|
youtube_search_query: TESLA - Výzkumný ústav sdělovací techniky A.S.Popova - výzkum elektroakustiky official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:58.483936+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:58.483936+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.844849+00:00'
|
creation_date: '2025-12-06T23:37:23.844849+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Žitná 8
|
street_address: Žitná 8
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.711092+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.715181+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.715160+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: TECHNOMAT - závod 1 official
|
youtube_search_query: TECHNOMAT - závod 1 official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:59.136421+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:59.136421+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.772935+00:00'
|
creation_date: '2025-12-06T23:37:23.772935+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Ke Karlovu 2
|
street_address: Ke Karlovu 2
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.774223+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.756746+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.756735+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Univerzita Karlova v Praze - Fakultní nemocnice 2 - III.dětská klinika official
|
youtube_search_query: Univerzita Karlova v Praze - Fakultní nemocnice 2 - III.dětská klinika official
|
||||||
youtube_search_timestamp: '2025-12-09T09:28:59.790969+00:00'
|
youtube_search_timestamp: '2025-12-09T09:28:59.790969+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.721715+00:00'
|
creation_date: '2025-12-06T23:37:23.721715+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Ke Karlovu 2
|
street_address: Ke Karlovu 2
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.874700+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.790191+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.790171+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Univerzita Karlova v Praze - 1.lékařská fakulta - Laboratoř pro funkční diagnostiku v dětství a dospívání
|
youtube_search_query: Univerzita Karlova v Praze - 1.lékařská fakulta - Laboratoř pro funkční diagnostiku v dětství a dospívání
|
||||||
official
|
official
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.714892+00:00'
|
creation_date: '2025-12-06T23:37:23.714892+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Celetná 20
|
street_address: Celetná 20
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.919613+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.823246+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.823112+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Univerzita Karlova v Praze - Ústav sociálně politických věd official
|
youtube_search_query: Univerzita Karlova v Praze - Ústav sociálně politických věd official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:01.091174+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:01.091174+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.751453+00:00'
|
creation_date: '2025-12-06T23:37:23.751453+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 8
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 186 00
|
postal_code: 186 00
|
||||||
street_address: Sokolovská 1
|
street_address: Sokolovská 1
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:57.960015+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.860726+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.860701+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ústřední kontrolní a zkušební ústav zemědělský official
|
youtube_search_query: Ústřední kontrolní a zkušební ústav zemědělský official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:01.750479+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:01.750479+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.800092+00:00'
|
creation_date: '2025-12-06T23:37:23.800092+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 113 53
|
postal_code: 113 53
|
||||||
street_address: Národní 36
|
street_address: Národní 36
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.041846+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.916945+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.916927+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ústředí lidové umělecké výroby official
|
youtube_search_query: Ústředí lidové umělecké výroby official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:02.404396+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:02.404396+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.605298+00:00'
|
creation_date: '2025-12-06T23:37:23.605298+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Valdštejnské nám. 4
|
street_address: Valdštejnské nám. 4
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.098528+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.953614+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.953568+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ústav pro informace a řízení v kultuře official
|
youtube_search_query: Ústav pro informace a řízení v kultuře official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:03.050965+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:03.050965+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.681002+00:00'
|
creation_date: '2025-12-06T23:37:23.681002+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 118 00
|
postal_code: 118 00
|
||||||
street_address: Sněmovní 9
|
street_address: Sněmovní 9
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.147854+00:00'
|
normalization_timestamp: '2025-12-09T20:41:00.984780+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:00.984768+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ústav pro výzkum kultury official
|
youtube_search_query: Ústav pro výzkum kultury official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:03.703376+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:03.703376+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.687430+00:00'
|
creation_date: '2025-12-06T23:37:23.687430+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Lublaňská 18
|
street_address: Lublaňská 18
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.195169+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.016205+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.016192+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ústav pro využití výpočetní techniky v řízení official
|
youtube_search_query: Ústav pro využití výpočetní techniky v řízení official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:04.359985+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:04.359985+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.784851+00:00'
|
creation_date: '2025-12-06T23:37:23.784851+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Jindřišská 34
|
street_address: Jindřišská 34
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.296334+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.056285+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.056265+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ústřední ředitelství československého filmu official
|
youtube_search_query: Ústřední ředitelství československého filmu official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:05.685779+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:05.685779+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.754973+00:00'
|
creation_date: '2025-12-06T23:37:23.754973+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 3
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 130 00
|
postal_code: 130 00
|
||||||
street_address: nám. W. Churchilla 2
|
street_address: nám. W. Churchilla 2
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.342248+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.094958+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.094948+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ústřední rada odborů official
|
youtube_search_query: Ústřední rada odborů official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:06.352866+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:06.352866+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:14.324719+00:00'
|
creation_date: '2025-12-06T23:37:14.324719+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 116 87
|
postal_code: 116 87
|
||||||
street_address: Ostrovní 8
|
street_address: Ostrovní 8
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.387105+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.128299+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.128280+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ústav stavebních informací official
|
youtube_search_query: Ústav stavebních informací official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:07.011463+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:07.011463+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:35:06.244086+00:00'
|
creation_date: '2025-12-06T23:35:06.244086+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 116 87
|
postal_code: 116 87
|
||||||
street_address: Ostrovní 8
|
street_address: Ostrovní 8
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.431786+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.166517+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.166508+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ústav stavebních informací official
|
youtube_search_query: Ústav stavebních informací official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:07.671174+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:07.671174+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:15.535580+00:00'
|
creation_date: '2025-12-06T23:37:15.535580+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 7
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 170 00
|
postal_code: 170 00
|
||||||
street_address: Nad Královskou oborou 53
|
street_address: Nad Královskou oborou 53
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.539944+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.204673+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.204664+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ústav sportovní medicíny v Praze official
|
youtube_search_query: Ústav sportovní medicíny v Praze official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:08.985518+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:08.985518+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.744108+00:00'
|
creation_date: '2025-12-06T23:37:23.744108+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 2
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 120 00
|
postal_code: 120 00
|
||||||
street_address: Francouzská 4
|
street_address: Francouzská 4
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.589241+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.238922+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.238912+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Ústřední škola ROH A.Zápotockého official
|
youtube_search_query: Ústřední škola ROH A.Zápotockého official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:09.642972+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:09.642972+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.635692+00:00'
|
creation_date: '2025-12-06T23:37:23.635692+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 6
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 160 61
|
postal_code: 160 61
|
||||||
street_address: Velflíkova 10
|
street_address: Velflíkova 10
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.638924+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.276482+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.276469+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: VUSTE SERVIS official
|
youtube_search_query: VUSTE SERVIS official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:10.302943+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:10.302943+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.706671+00:00'
|
creation_date: '2025-12-06T23:37:23.706671+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 6
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 160 00
|
postal_code: 160 00
|
||||||
street_address: Martího 31
|
street_address: Martího 31
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.682006+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.315061+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.315049+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Vysoká škola politická ÚV KSČ official
|
youtube_search_query: Vysoká škola politická ÚV KSČ official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:10.956420+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:10.956420+00:00'
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.667288+00:00'
|
creation_date: '2025-12-06T23:37:23.667288+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 4
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 145 00
|
postal_code: 145 00
|
||||||
street_address: Ohradní 65
|
street_address: Ohradní 65
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:58.834158+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.348146+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.348135+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Výroba a užití automatizačních prostředků ENGINEERING official
|
youtube_search_query: Výroba a užití automatizačních prostředků ENGINEERING official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:12.925589+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:12.925589+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.662227+00:00'
|
creation_date: '2025-12-06T23:37:23.662227+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 10
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 100 00
|
postal_code: 100 00
|
||||||
street_address: Třebohostická 12
|
street_address: Třebohostická 12
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.038771+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.379856+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.379846+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Výzkumný ústav potravinářského průmyslu - odbor potravinářského inženýrství official
|
youtube_search_query: Výzkumný ústav potravinářského průmyslu - odbor potravinářského inženýrství official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:15.556512+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:15.556512+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.758008+00:00'
|
creation_date: '2025-12-06T23:37:23.758008+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 4
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 140 00
|
postal_code: 140 00
|
||||||
street_address: Lopatecká 13
|
street_address: Lopatecká 13
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.085533+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.429156+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.429129+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Výzkumný ústav pro vědeckotechnický rozvoj official
|
youtube_search_query: Výzkumný ústav pro vědeckotechnický rozvoj official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:16.212712+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:16.212712+00:00'
|
||||||
|
|
|
||||||
|
|
@ -142,13 +142,23 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.695762+00:00'
|
creation_date: '2025-12-06T23:37:23.695762+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 9 - Běchovice
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 190 11
|
postal_code: 190 11
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.189405+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.474998+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.474978+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Výzkumný ústav silnoproudé elektrotechniky official
|
youtube_search_query: Výzkumný ústav silnoproudé elektrotechniky official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:17.532693+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:17.532693+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.670603+00:00'
|
creation_date: '2025-12-06T23:37:23.670603+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 110 00
|
postal_code: 110 00
|
||||||
street_address: Loretánské nám. 3
|
street_address: Loretánské nám. 3
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.272622+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.519892+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.519870+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: ZAVT - Výzkumný ústav matematických strojů official
|
youtube_search_query: ZAVT - Výzkumný ústav matematických strojů official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:18.846005+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:18.846005+00:00'
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,19 @@ wikidata_enrichment:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.385354+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.571824+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.571813+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: České muzeum výtvarných umění official
|
youtube_search_query: České muzeum výtvarných umění official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:20.176343+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:20.176343+00:00'
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.507847+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.609550+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.609531+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Muzeum hlavního města Prahy official
|
youtube_search_query: Muzeum hlavního města Prahy official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:21.506675+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:21.506675+00:00'
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.597626+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.651938+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.651918+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Muzeum policie ČR official
|
youtube_search_query: Muzeum policie ČR official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:22.824986+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:22.824986+00:00'
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.745015+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.689504+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.689478+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Národní muzeum - České muzeum hudby official
|
youtube_search_query: Národní muzeum - České muzeum hudby official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:24.161654+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:24.161654+00:00'
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.788468+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.723949+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.723932+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: 'Národní muzeum - Historické muzeum: Československé dokumentační středisko official'
|
youtube_search_query: 'Národní muzeum - Historické muzeum: Československé dokumentační středisko official'
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:24.816884+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:24.816884+00:00'
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.824442+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.766423+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.766401+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: 'Národní muzeum - Historické muzeum: Divadelní oddělení official'
|
youtube_search_query: 'Národní muzeum - Historické muzeum: Divadelní oddělení official'
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:25.475009+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:25.475009+00:00'
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.862768+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.796600+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.796588+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: 'Národní muzeum - Historické muzeum: Muzeum dělnického hnutí official'
|
youtube_search_query: 'Národní muzeum - Historické muzeum: Muzeum dělnického hnutí official'
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:26.141797+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:26.141797+00:00'
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:22:59.972702+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.825297+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.825286+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Národní zemědělské muzeum s. p. o. official
|
youtube_search_query: Národní zemědělské muzeum s. p. o. official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:27.475114+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:27.475114+00:00'
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:23:00.188824+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.862602+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.862591+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Centrum informací o vynálezech official
|
youtube_search_query: Centrum informací o vynálezech official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:30.195384+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:30.195384+00:00'
|
||||||
|
|
|
||||||
|
|
@ -143,14 +143,24 @@ ch_annotator:
|
||||||
creation_date: '2025-12-06T23:37:23.778948+00:00'
|
creation_date: '2025-12-06T23:37:23.778948+00:00'
|
||||||
creation_method: create_custodian_from_ch_annotator.py
|
creation_method: create_custodian_from_ch_annotator.py
|
||||||
location:
|
location:
|
||||||
city: Praha 1
|
city: Prague
|
||||||
region: CZ-10
|
region: CZ-10
|
||||||
region_code: '10'
|
region_code: '10'
|
||||||
country: CZ
|
country: CZ
|
||||||
postal_code: 118 26
|
postal_code: 118 26
|
||||||
street_address: Sněmovní 4
|
street_address: Sněmovní 4
|
||||||
geonames_id: 8629195
|
geonames_id: 3067696
|
||||||
normalization_timestamp: '2025-12-09T13:23:00.237020+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.892190+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.892180+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Česká národní rada official
|
youtube_search_query: Česká národní rada official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:30.851575+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:30.851575+00:00'
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:23:00.292981+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.925755+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.925744+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Federální ministerstvo financí - studijně výzkumné centrum official
|
youtube_search_query: Federální ministerstvo financí - studijně výzkumné centrum official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:31.510559+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:31.510559+00:00'
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,19 @@ ch_annotator:
|
||||||
location:
|
location:
|
||||||
region_code: 10
|
region_code: 10
|
||||||
country: CZ
|
country: CZ
|
||||||
normalization_timestamp: '2025-12-09T13:23:00.341582+00:00'
|
normalization_timestamp: '2025-12-09T20:41:01.964200+00:00'
|
||||||
|
latitude: 50.08804
|
||||||
|
longitude: 14.42076
|
||||||
|
city: Prague
|
||||||
|
geonames_id: 3067696
|
||||||
|
geonames_name: Prague
|
||||||
|
feature_code: PPLC
|
||||||
|
coordinate_provenance:
|
||||||
|
source_type: GEONAMES_GHCID_CITY_CODE
|
||||||
|
source_path: data/reference/geonames.db
|
||||||
|
entity_id: 3067696
|
||||||
|
city_code: PRA
|
||||||
|
original_timestamp: '2025-12-09T20:41:01.964156+00:00'
|
||||||
youtube_status: NOT_FOUND
|
youtube_status: NOT_FOUND
|
||||||
youtube_search_query: Federální ministerstvo plánování official
|
youtube_search_query: Federální ministerstvo plánování official
|
||||||
youtube_search_timestamp: '2025-12-09T09:29:32.153685+00:00'
|
youtube_search_timestamp: '2025-12-09T09:29:32.153685+00:00'
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue