query-8075d6f04bc1348fa7f418ebae954f44

rq turtle/ttl

regex WIGOSBonjour Pamputt, (int.wmo.wigos-0-20000-0-74492) donne aussi une erreur. Pourtant, on constate que ces identifiants ont bien un format semblable. (Q1803017)Blue Hill Meteorological Observatory . Or, le regex pour cet idenfiant donne une erreur. Il n'y a pas seulement les stations canadiennes qui sont problématiques, celle de int.wmo.wigos-0-20000-0-71074, l'identifiant WIGOS est (Q3155098)Isachsen . Par exemple pour la station (P4136)WIGOS station ID Je suis en train de travailler sur un projet pour ajouter toutes les stations météorologiques d'Environnement Canada sur Wikidata. Parmi les informations disponibles pour certaines stations, il y a Les quelques stations qui ont cette identifiant ont aussi un format semblable: int.wmo.wigos-0-20000-0-11121 int.wmo.wigos-0-20000-0-16149 int.wmo.wigos-0-20000-0-16226 int.wmo.wigos-0-20000-0-45005 int.wmo.wigos-0-20000-0-68906 int.wmo.wigos-0-20000-0-68994 int.wmo.wigos-0-20000-0-71074 int.wmo.wigos-0-20000-0-71798 int.wmo.wigos-0-20000-0-74492 int.wmo.wigos-0-20000-0-94980Requête pour voir ces identifiants:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?identifiant_WIGOS_de_station WHERE {
  ?item wdt:P31 wd:Q190107.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  OPTIONAL { ?item wdt:P4136 ?identifiant_WIGOS_de_station. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?identifiant_WIGOS_de_station"):::projected v1("?item"):::projected c2(["wd:Q190107"]):::iri c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P4136".-> v2 end