Skip to content

Commit c3202f9

Browse files
authored
Merge pull request #1439 from white-gecko/fix/languagetagsJapanese
[time] Fix the language tags of japanese literals to be @ja
2 parents 2837d2c + bbd4790 commit c3202f9

File tree

3 files changed

+49
-50
lines changed

3 files changed

+49
-50
lines changed

time/rdf/time.jsonld

+7-7
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@
27382738
"@language" : "pl",
27392739
"@value" : "doba"
27402740
}, {
2741-
"@language" : "jp",
2741+
"@language" : "ja",
27422742
"@value" : "ある日"
27432743
}, {
27442744
"@language" : "ar",
@@ -2774,7 +2774,7 @@
27742774
"@language" : "ru",
27752775
"@value" : "один час"
27762776
}, {
2777-
"@language" : "jp",
2777+
"@language" : "ja",
27782778
"@value" : "一時間"
27792779
}, {
27802780
"@language" : "pl",
@@ -2852,7 +2852,7 @@
28522852
"@language" : "zh",
28532853
"@value" : "等一下"
28542854
}, {
2855-
"@language" : "jp",
2855+
"@language" : "ja",
28562856
"@value" : "一分"
28572857
}, {
28582858
"@language" : "fr",
@@ -2912,7 +2912,7 @@
29122912
"@language" : "ar",
29132913
"@value" : "شهر واحد"
29142914
}, {
2915-
"@language" : "jp",
2915+
"@language" : "ja",
29162916
"@value" : "一か月"
29172917
} ],
29182918
"days" : "0",
@@ -2954,7 +2954,7 @@
29542954
"@language" : "zh",
29552955
"@value" : "一秒"
29562956
}, {
2957-
"@language" : "jp",
2957+
"@language" : "ja",
29582958
"@value" : "一秒"
29592959
}, {
29602960
"@language" : "kr",
@@ -3000,7 +3000,7 @@
30003000
"@value" : "Week (unit of temporal duration)"
30013001
},
30023002
"prefLabel" : [ {
3003-
"@language" : "jp",
3003+
"@language" : "ja",
30043004
"@value" : "一週間"
30053005
}, {
30063006
"@language" : "en",
@@ -3084,7 +3084,7 @@
30843084
"@language" : "kr",
30853085
"@value" : "1 년"
30863086
}, {
3087-
"@language" : "jp",
3087+
"@language" : "ja",
30883088
"@value" : "1年"
30893089
}, {
30903090
"@language" : "pt",

time/rdf/time.nt

+7-7
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ _:Ba0297841f1348daab20c90af9a31183a <http://www.w3.org/1999/02/22-rdf-syntax-ns#
362362
<http://www.w3.org/2006/time#GeneralDateTimeDescription> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en .
363363
<http://www.w3.org/2006/time#GeneralDateTimeDescription> <http://www.w3.org/2004/02/skos/core#definition> "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en .
364364
<http://www.w3.org/2006/time#unitHour> <http://www.w3.org/2004/02/skos/core#prefLabel> "один час"@ru .
365-
<http://www.w3.org/2006/time#unitHour> <http://www.w3.org/2004/02/skos/core#prefLabel> "一時間"@jp .
365+
<http://www.w3.org/2006/time#unitHour> <http://www.w3.org/2004/02/skos/core#prefLabel> "一時間"@ja .
366366
<http://www.w3.org/2006/time#unitHour> <http://www.w3.org/2006/time#days> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
367367
<http://www.w3.org/2006/time#unitHour> <http://www.w3.org/2004/02/skos/core#prefLabel> "godzina"@pl .
368368
<http://www.w3.org/2006/time#unitHour> <http://www.w3.org/2006/time#hours> "1"^^<http://www.w3.org/2001/XMLSchema#decimal> .
@@ -385,7 +385,7 @@ _:Ba0297841f1348daab20c90af9a31183a <http://www.w3.org/1999/02/22-rdf-syntax-ns#
385385
<http://www.w3.org/2006/time#unitHour> <http://www.w3.org/2004/02/skos/core#prefLabel> "heure"@fr .
386386
<http://www.w3.org/2006/time#unitWeek> <http://www.w3.org/2006/time#weeks> "1"^^<http://www.w3.org/2001/XMLSchema#decimal> .
387387
<http://www.w3.org/2006/time#unitWeek> <http://www.w3.org/2006/time#months> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
388-
<http://www.w3.org/2006/time#unitWeek> <http://www.w3.org/2004/02/skos/core#prefLabel> "一週間"@jp .
388+
<http://www.w3.org/2006/time#unitWeek> <http://www.w3.org/2004/02/skos/core#prefLabel> "一週間"@ja .
389389
<http://www.w3.org/2006/time#unitWeek> <http://www.w3.org/2006/time#seconds> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
390390
<http://www.w3.org/2006/time#unitWeek> <http://www.w3.org/2004/02/skos/core#prefLabel> "week"@en .
391391
<http://www.w3.org/2006/time#unitWeek> <http://www.w3.org/2004/02/skos/core#prefLabel> "week"@nl .
@@ -579,7 +579,7 @@ _:B82b0bd0e7f2819e1d61c07a50e100fd9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#
579579
<http://www.w3.org/2006/time#unitMonth> <http://www.w3.org/2000/01/rdf-schema#label> "Month (unit of temporal duration)"@en .
580580
<http://www.w3.org/2006/time#unitMonth> <http://www.w3.org/2006/time#weeks> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
581581
<http://www.w3.org/2006/time#unitMonth> <http://www.w3.org/2004/02/skos/core#prefLabel> "شهر واحد"@ar .
582-
<http://www.w3.org/2006/time#unitMonth> <http://www.w3.org/2004/02/skos/core#prefLabel> "一か月"@jp .
582+
<http://www.w3.org/2006/time#unitMonth> <http://www.w3.org/2004/02/skos/core#prefLabel> "一か月"@ja .
583583
<http://www.w3.org/2006/time#nominalPosition> <http://www.w3.org/2004/02/skos/core#definition> "El valor (nominal) que indica posición temporal en un sistema de referencia ordinal."@es .
584584
<http://www.w3.org/2006/time#nominalPosition> <http://www.w3.org/2000/01/rdf-schema#label> "nombre de posición temporal"@es .
585585
<http://www.w3.org/2006/time#nominalPosition> <http://www.w3.org/2000/01/rdf-schema#comment> "El valor (nominal) que indica posición temporal en un sistema de referencia ordinal."@es .
@@ -737,7 +737,7 @@ _:Be37452965f2c167cdc15dbc6ba617ff4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#
737737
<http://www.w3.org/2006/time#unitYear> <http://www.w3.org/2004/02/skos/core#prefLabel> "year"@en .
738738
<http://www.w3.org/2006/time#unitYear> <http://www.w3.org/2004/02/skos/core#prefLabel> "an"@fr .
739739
<http://www.w3.org/2006/time#unitYear> <http://www.w3.org/2004/02/skos/core#prefLabel> "1 년"@kr .
740-
<http://www.w3.org/2006/time#unitYear> <http://www.w3.org/2004/02/skos/core#prefLabel> "1年"@jp .
740+
<http://www.w3.org/2006/time#unitYear> <http://www.w3.org/2004/02/skos/core#prefLabel> "1年"@ja .
741741
<http://www.w3.org/2006/time#unitYear> <http://www.w3.org/2004/02/skos/core#prefLabel> "ano"@pt .
742742
<http://www.w3.org/2006/time#unitYear> <http://www.w3.org/2000/01/rdf-schema#label> "Year (unit of temporal duration)"@en .
743743
<http://www.w3.org/2006/time#unitYear> <http://www.w3.org/2006/time#minutes> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
@@ -840,7 +840,7 @@ _:B4b530d5dc594be6eae10ef9b8bdf69b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#
840840
<http://www.w3.org/2006/time#unitDay> <http://www.w3.org/2004/02/skos/core#prefLabel> "día"@es .
841841
<http://www.w3.org/2006/time#unitDay> <http://www.w3.org/2006/time#weeks> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
842842
<http://www.w3.org/2006/time#unitDay> <http://www.w3.org/2004/02/skos/core#prefLabel> "doba"@pl .
843-
<http://www.w3.org/2006/time#unitDay> <http://www.w3.org/2004/02/skos/core#prefLabel> "ある日"@jp .
843+
<http://www.w3.org/2006/time#unitDay> <http://www.w3.org/2004/02/skos/core#prefLabel> "ある日"@ja .
844844
<http://www.w3.org/2006/time#unitDay> <http://www.w3.org/2006/time#hours> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
845845
<http://www.w3.org/2006/time#unitDay> <http://www.w3.org/2004/02/skos/core#prefLabel> "يوماً ما"@ar .
846846
<http://www.w3.org/2006/time#unitDay> <http://www.w3.org/2006/time#days> "1"^^<http://www.w3.org/2001/XMLSchema#decimal> .
@@ -936,7 +936,7 @@ _:Bef6cd54fX2D8f34X2D4189X2Dbb39X2Dc738954a277e <http://www.w3.org/1999/02/22-rd
936936
<http://www.w3.org/2006/time#unitSecond> <http://www.w3.org/2006/time#minutes> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
937937
<http://www.w3.org/2006/time#unitSecond> <http://www.w3.org/2004/02/skos/core#prefLabel> "ثانية واحدة"@ar .
938938
<http://www.w3.org/2006/time#unitSecond> <http://www.w3.org/2004/02/skos/core#prefLabel> "一秒"@zh .
939-
<http://www.w3.org/2006/time#unitSecond> <http://www.w3.org/2004/02/skos/core#prefLabel> "一秒"@jp .
939+
<http://www.w3.org/2006/time#unitSecond> <http://www.w3.org/2004/02/skos/core#prefLabel> "一秒"@ja .
940940
<http://www.w3.org/2006/time#unitSecond> <http://www.w3.org/2006/time#years> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
941941
<http://www.w3.org/2006/time#unitSecond> <http://www.w3.org/2004/02/skos/core#prefLabel> "일초"@kr .
942942
<http://www.w3.org/2006/time#unitSecond> <http://www.w3.org/2004/02/skos/core#prefLabel> "Sekundę"@pl .
@@ -1091,7 +1091,7 @@ _:B0513da103fb2ea468355e3bba4e15f12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#
10911091
<http://www.w3.org/2006/time#unitMinute> <http://www.w3.org/2006/time#years> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
10921092
<http://www.w3.org/2006/time#unitMinute> <http://www.w3.org/2004/02/skos/core#prefLabel> "분"@kr .
10931093
<http://www.w3.org/2006/time#unitMinute> <http://www.w3.org/2004/02/skos/core#prefLabel> "等一下"@zh .
1094-
<http://www.w3.org/2006/time#unitMinute> <http://www.w3.org/2004/02/skos/core#prefLabel> "一分"@jp .
1094+
<http://www.w3.org/2006/time#unitMinute> <http://www.w3.org/2004/02/skos/core#prefLabel> "一分"@ja .
10951095
<http://www.w3.org/2006/time#unitMinute> <http://www.w3.org/2006/time#hours> "0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
10961096
<http://www.w3.org/2006/time#unitMinute> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2006/time#TemporalUnit> .
10971097
<http://www.w3.org/2006/time#unitMinute> <http://www.w3.org/2004/02/skos/core#prefLabel> "minute"@fr .

0 commit comments

Comments
 (0)