Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Named places importation #8

Open
gaetanmuck opened this issue Jun 28, 2023 · 1 comment
Open

Named places importation #8

gaetanmuck opened this issue Jun 28, 2023 · 1 comment

Comments

@gaetanmuck
Copy link
Contributor

gaetanmuck commented Jun 28, 2023

Importation des lieux

  • C13 Geographical Place
  • Dans projet 6857901

Types BHP

  • Tous les types de lieux (named_place.fk_abob_type_napl) doivent être importés et transformés en "kinds" GV : sdh:C13 Geographical Place sdh:P20 has geographical kind sdh:C51 Geographical Place Kind
Type NaPl Id AbOb BHP Kind GV Id GV
Lieu habité 156 Settlement 7507554
Région géographique 245 Region 7943874
Adresse 695 Address 7943844
Élément géographique naturel 696 Natural Element 7943924
Territoire 697 Legal Territory 7943899
Surface d'infrastructure 698 Infrastructure Surface Aera 7943949

Association à un projet

Associer tous les lieux et leurs informations liées ainsi :

pk projet symogih Nom projet symogih pk projet GV Nom projet GV
Tous les lieux 6857901 symogih
14841 Siprojuris 7918384 Siprojuris
14841 Siprojuris 1483135 Academic Education & Careers (Community Project)
14698 Monastica 801348 Monastica
15789 Établissements d'enseignement technique 8381499 Établissements d'enseignement technique
12782 Scholasticon 8989741 Scholasticon
12782 Scholasticon 373987 Espace intellectuel

Créateur

  • admin_users.login [actor.creator = admin_users.pk_user]

Modificateur

  • admin_users.login [actor.modifier = admin_users.pk_user]

Appellations

Appellations favorites

URI (de Symogih)

  • symogih.org/resource/NaPlXXX

Notices textes (définitions)

Date de début d'existence

Date de fin d'existence

Localisation spatiale

Dans GV, la relation menant d'un sdh:C13 Geographical Place à ses coordonnées spatiales est la suivante :
sdh:C13 crm:P166 crm:E93 crm:P167 crm:E53

Dans la BHP, les objets peuvent être localisés spatialement (E53) de plusieurs façons :

Spatial Coordinates

  • locate.fk_gazeteer_object = named_place.concat_napl
  • locate.spatial_location = spatial_location.pk_spatial_location
  • spatial_location.fk_abob_type_splo = 741

Latitude et longitude

  • Latitude : spatial_location.y_min_decimal
  • Longitude : spatial_location.x_min_decimal

Bouding Box

  • locate.fk_gazeteer_object = named_place.concat_napl
  • locate.spatial_location = spatial_location.pk_spatial_location
  • spatial_location.fk_abob_type_splo = 742

GV ne gère pas ce type de localisation spatiale composé de quatre points définissant une zone parallélépipédique. Une solution serait de remplacer ce volume englobant par les coordonnées du barycentre de ce volume.

  • Latitude minimale : spatial_location.y_min_decimal
  • Latitude maximale : spatial_location.y_max_decimal
  • Longitude minimale : spatial_location.x_min_decimal
  • Longitude maximale : spatial_location.x_max_decimal

Notices d'autorité (URI externes)

@valamercery
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants