From 82be98deee4dad4bdfd6f9fee78b239e2a19f47f Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Wed, 10 Jan 2024 15:18:32 +0100 Subject: [PATCH] Fix russian prefLabel for hour --- time/rdf/time.jsonld | 5 ++++- time/rdf/time.nt | 2 +- time/rdf/time.rdf | 2 +- time/rdf/time.ttl | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/time/rdf/time.jsonld b/time/rdf/time.jsonld index 9f1a166ea..2127320e4 100644 --- a/time/rdf/time.jsonld +++ b/time/rdf/time.jsonld @@ -2770,7 +2770,10 @@ "@language" : "en", "@value" : "Hour (unit of temporal duration)" }, - "prefLabel" : [ "один час\"@ru", { + "prefLabel" : [ { + "@language" : "ru", + "@value" : "один час" + }, { "@language" : "jp", "@value" : "一時間" }, { diff --git a/time/rdf/time.nt b/time/rdf/time.nt index ad8445e74..e05089a58 100644 --- a/time/rdf/time.nt +++ b/time/rdf/time.nt @@ -361,7 +361,7 @@ _:Ba0297841f1348daab20c90af9a31183a _:B25a8c6650bdf6c88aff8c3a5d1239631 . "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en . "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en . - "один час\"@ru" . + "один час"@ru . "一時間"@jp . "0"^^ . "godzina"@pl . diff --git a/time/rdf/time.rdf b/time/rdf/time.rdf index d6f12c236..297e88d40 100644 --- a/time/rdf/time.rdf +++ b/time/rdf/time.rdf @@ -1476,7 +1476,7 @@ The range of this property is not specified, so can be replaced by any specific secondo - один час"@ru + один час 一時間 0 diff --git a/time/rdf/time.ttl b/time/rdf/time.ttl index e32fc7348..3054d99db 100644 --- a/time/rdf/time.ttl +++ b/time/rdf/time.ttl @@ -1233,7 +1233,7 @@ DBPedia provides a set of resources corresponding to the IANA timezones, with a skos:prefLabel "hour"@en ; skos:prefLabel "ora"@it ; skos:prefLabel "uur"@nl ; - skos:prefLabel "один час\"@ru" ; + skos:prefLabel "один час"@ru ; skos:prefLabel "ساعة واحدة"@ar ; skos:prefLabel "一小時"@zh ; skos:prefLabel "一時間"@ja ;