-
Notifications
You must be signed in to change notification settings - Fork 6
/
gs1Voc_v1_3.jsonld
23876 lines (23783 loc) · 608 KB
/
gs1Voc_v1_3.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"@context": {
"cc": "http://creativecommons.org/ns#",
"cert": "http://www.w3.org/ns/auth/cert#",
"dbp": "http://dbpedia.org/property/",
"dc": "http://purl.org/dc/elements/1.1/",
"dcterms": "http://purl.org/dc/elements/1.1/",
"doap": "http://usefulinc.com/ns/doap#",
"exif": "http://www.w3.org/2003/12/exif/ns#",
"fn": "http://www.w3.org/2005/xpath-functions#",
"foaf": "http://xmlns.com/foaf/0.1/",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"geonames": "http://www.geonames.org/ontology#",
"gr": "http://purl.org/goodrelations/v1#",
"gs1": "https://gs1.org/voc/",
"log": "http://www.w3.org/2000/10/swap/log#",
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"rei": "http://www.w3.org/2004/06/rei#",
"rsa": "http://www.w3.org/ns/auth/rsa#",
"rss": "http://purl.org/rss/1.0/",
"schema": "http://schema.org/",
"sfn": "http://www.w3.org/ns/sparql#",
"sioc": "http://rdfs.org/sioc/ns#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"sw": "http://www.w3.org/2003/06/sw-vocab-status/ns#",
"swrc": "http://swrc.ontoware.org/ontology#",
"types": "http://rdfs.org/sioc/types#",
"vann": "http://purl.org/vocab/vann/",
"vcard": "http://www.w3.org/2006/vcard/ns#",
"voaf": "http://purl.org/vocommons/voaf#",
"wot": "http://xmlns.com/wot/0.1/",
"xhtml": "http://www.w3.org/1999/xhtml#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [{
"@id": "gs1:",
"@type": [
"voaf:Vocabulary",
"owl:Ontology"
],
"schema:license": "data:text/html;charset=UTF-8,<p>GS1®, under its IP Policy, seeks to avoid uncertainty regarding intellectual property claims by requiring the participants in the Work Groups that developed this vocabulary to agree to grant to GS1 members a royalty-free licence or a RAND licence to Necessary Claims, as that term is defined in the GS1 IP Policy. Furthermore, attention is drawn to the possibility that an implementation of one or more features of this vocabulary may be the subject of a patent or other intellectual property right that does not involve a Necessary Claim. Any such patent or other intellectual property right is not subject to the licencing obligations of GS1. Moreover, the agreement to grant licences provided under the GS1 IP Policy does not include IP rights and any claims of third parties who were not participants in the Work Groups. Accordingly, GS1 recommends that any organisation developing an implementation designed to be in conformance with this vocabulary should determine whether there are any patents that may encompass a specific implementation that the organisation is developing in compliance with the vocabulary and whether a licence under a patent or other intellectual property right is needed. Such a determination of a need for licencing should be made in view of the details of the specific system designed by the organisation in consultation with their own patent counsel. THIS DOCUMENT IS PROVIDED "AS IS" WITH NO WARRANTIES WHATSOEVER, INCLUDING ANY WARRANTY OF MERCHANTABILITY, NONINFRINGMENT, FITNESS FOR PARTICULAR PURPOSE, OR ANY WARRANTY OTHER WISE ARISING OUT OF THIS SPECIFICATION. GS1 disclaims all liability for any damages arising from use or misuse of this vocabulary, whether special, indirect, consequential, or compensatory damages, and including liability for infringement of any intellectual property rights, relating to use of information in or reliance upon this document. GS1 retains the right to make changes to this vocabulary at any time, without notice. GS1 makes no warranty for the use of this vocabulary and assumes no responsibility for any errors which may appear in the vocabulary, nor does it make a commitment to update the information contained herein. GS1 and the GS1 logo are registered trademarks of GS1 AISBL.</p><p>Copyright 2015-2019 GS1 AISBL</p><p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <a href="http://www.apache.org/licenses/LICENSE-2.0" target="blank">http://www.apache.org/licenses/LICENSE-2.0</a>.<p><p>Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</p>",
"dc:contributors": "Eric Kauz, Mark Harrison, Phil Archer",
"dc:creator": {
"@id": "https://www.gs1.org/"
},
"dc:description:": {
"@language": "en",
"@value": "The GS1 RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language. The vocabulary builds on and refers to schema.org where appropriate."
},
"dc:identifier:": "GS1 Vocabulary",
"dc11:title": "GS1 Vocabulary",
"dc:issued:": {
"@type": "xsd:date",
"@value": "2017-11-20"
},
"dc:lastModified": {
"@type": "xsd:date",
"@value": "2021-02-25"
},
"owl:versionInfo": "1.3",
"vann:preferredNamespacePrefix": "gs1",
"vann:preferredNamespaceUri": {
"@id": "gs1:"
},
"voaf:extends": {
"@id": "schema:"
},
"voaf:hasEquivalencesWith": {
"@id": "schema:"
},
"voaf:specializes": {
"@id": "schema:"
}
},
{
"@id": "gs1:AdditionalProductClassificationDetails",
"@type": [
"owl:Class",
"rdfs:Class"
],
"rdfs:comment": {
"@language": "en",
"@value": "A product classification for the product other than the Global Product Classification(GPC brick value)."
},
"rdfs:isDefinedBy": {
"@id": "gs1:"
},
"rdfs:label": {
"@language": "en",
"@value": "Additional Product Classification Details"
},
"rdfs:subClassOf": {
"@id": "owl:Thing"
},
"sw:term_status": "stable"
},
{
"@id": "gs1:AdditiveDetails",
"@type": [
"rdfs:Class",
"owl:Class"
],
"rdfs:comment": {
"@language": "en",
"@value": "A set of details about one of the additives within the product."
},
"rdfs:isDefinedBy": {
"@id": "gs1:"
},
"rdfs:label": {
"@language": "en",
"@value": "Additive Details"
},
"rdfs:subClassOf": {
"@id": "owl:Thing"
},
"sw:term_status": "stable"
},
{
"@id": "gs1:AllergenDetails",
"@type": [
"owl:Class",
"rdfs:Class"
],
"rdfs:comment": {
"@language": "en",
"@value": "Details of an allergen for a product."
},
"rdfs:isDefinedBy": {
"@id": "gs1:"
},
"rdfs:label": {
"@language": "en",
"@value": "Allergen Details"
},
"rdfs:subClassOf": {
"@id": "owl:Thing"
},
"sw:term_status": "stable"
},
{
"@id": "gs1:AllergenTypeCode",
"rdfs:isDefinedBy": {
"@id": "http://apps.gs1.org/GDD/bms/Version2_8/Pages/clDetails.aspx?semanticURN=urn:gs1:gdd:cl:AllergenTypeCodeList&release=1"
},
"rdfs:label": {
"@language": "en",
"@value": "Allergen Type Code"
},
"rdfs:subClassOf": {
"@id": "gs1:TypeCode"
}
},
{
"@id": "gs1:AllergenTypeCode-ALMONDS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "SA",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of almond and almond products as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Almond and Almond Products"
},
"skos:prefLabel": "ALMONDS"
},
{
"@id": "gs1:AllergenTypeCode-ALPHA_ISOMETHYL_IONONE",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AI",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Alpha-Isomethyl Ionone as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Alpha-Isomethyl Ionone"
},
"skos:prefLabel": "ALPHA_ISOMETHYL_IONONE"
},
{
"@id": "gs1:AllergenTypeCode-AMYLCINNAMYL_ALCOHOL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AA",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Amylcinnamyl Alcohol as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Amylcinnamyl Alcohol"
},
"skos:prefLabel": "AMYLCINNAMYL_ALCOHOL"
},
{
"@id": "gs1:AllergenTypeCode-AMYL_CINNAMAL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AL",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Amyl Cinnamal as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Amyl Cinnamal"
},
"skos:prefLabel": "AMYL_CINNAMAL"
},
{
"@id": "gs1:AllergenTypeCode-ANISE_ALCOHOL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AH",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Anise Alcohol as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Anise Alcohol"
},
"skos:prefLabel": "ANISE_ALCOHOL"
},
{
"@id": "gs1:AllergenTypeCode-BARLEY",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "GB",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Barley and barley products (glutencontaining grain) as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Barley and Barley Products"
},
"skos:prefLabel": "BARLEY"
},
{
"@id": "gs1:AllergenTypeCode-BENZYL_ALCOHOL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "BA",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Benzyl Alcohol as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Benzyl Alcohol"
},
"skos:prefLabel": "BENZYL_ALCOHOL"
},
{
"@id": "gs1:AllergenTypeCode-BENZYL_BENZOATE",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "BB",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Benzyl Benzoate as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Benzyl Benzoate"
},
"skos:prefLabel": "BENZYL_BENZOATE"
},
{
"@id": "gs1:AllergenTypeCode-BENZYL_CINNAMATE",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "BI",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Benzyl Cinnamate as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Benzyl Cinnamate."
},
"skos:prefLabel": "BENZYL_CINNAMATE"
},
{
"@id": "gs1:AllergenTypeCode-BENZYL_SALICYLATE",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "BS",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Benzyl Salicylate as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Benzyl Salicylate"
},
"skos:prefLabel": "BENZYL_SALICYLATE"
},
{
"@id": "gs1:AllergenTypeCode-BRAZIL_NUTS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "SR",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of brazil nut and brazil nut products as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Brazil Nut and Brazil Nut Products"
},
"skos:prefLabel": "BRAZIL_NUTS"
},
{
"@id": "gs1:AllergenTypeCode-BUTYLPHENYL_METHYLPROPIONATE",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "BE",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Butylphenyl Methylpropionate as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Butylphenyl Methylpropionate."
},
"skos:prefLabel": "BUTYLPHENYL_METHYLPROPIONATE"
},
{
"@id": "gs1:AllergenTypeCode-CARROTS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "NW",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of carrot and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Carrot and Derivatives"
},
"skos:prefLabel": "CARROTS"
},
{
"@id": "gs1:AllergenTypeCode-CASHEW_NUTS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "SC",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of cashew and cashew products as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Cashew and Cashew Products"
},
"skos:prefLabel": "CASHEW_NUTS"
},
{
"@id": "gs1:AllergenTypeCode-CELERY",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "BC",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of celery or their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Celery or Derivatives"
},
"skos:prefLabel": "CELERY"
},
{
"@id": "gs1:AllergenTypeCode-CEREALS_CONTAINING_GLUTEN",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AW",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Cereals containing gluten and their derivatives in the product, as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Cereals Containing Gluten and Their Derivatives"
},
"skos:prefLabel": "CEREALS_CONTAINING_GLUTEN"
},
{
"@id": "gs1:AllergenTypeCode-CINNAMAL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "CL",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Cinnamal as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Cinnamal"
},
"skos:prefLabel": "CINNAMAL"
},
{
"@id": "gs1:AllergenTypeCode-CINNAMYL_ALCOHOL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "CA",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Cinnamyl Alcohol as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Cinnamyl Alcohol"
},
"skos:prefLabel": "CINNAMYL_ALCOHOL"
},
{
"@id": "gs1:AllergenTypeCode-CITRAL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "CT",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Citral as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Citral"
},
"skos:prefLabel": "CITRAL"
},
{
"@id": "gs1:AllergenTypeCode-CITRONELLOL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "CN",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Citronellol as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Citronellol"
},
"skos:prefLabel": "CITRONELLOL"
},
{
"@id": "gs1:AllergenTypeCode-COCOA",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "NC",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of cocoa and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Cocoa and Derivatives"
},
"skos:prefLabel": "COCOA"
},
{
"@id": "gs1:AllergenTypeCode-CORIANDER",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "NK",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of coriander and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Coriander Derivatives"
},
"skos:prefLabel": "CORIANDER"
},
{
"@id": "gs1:AllergenTypeCode-CORN",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "NM",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of corn and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Corn and Derivatives"
},
"skos:prefLabel": "CORN"
},
{
"@id": "gs1:AllergenTypeCode-COUMARIN",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "CO",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Coumarin as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Coumarin"
},
"skos:prefLabel": "COUMARIN"
},
{
"@id": "gs1:AllergenTypeCode-CRUSTACEANS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AC",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Crustaceans and their derivatives in the product, as listed as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Crustaceans and Their Derivatives"
},
"skos:prefLabel": "CRUSTACEANS"
},
{
"@id": "gs1:AllergenTypeCode-EGGS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AE",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of eggs and their derivatives in the product, as listed as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Eggs and Their Derivatives"
},
"skos:prefLabel": "EGGS"
},
{
"@id": "gs1:AllergenTypeCode-EUGENOL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "EG",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Eugenol as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Eugenol"
},
"skos:prefLabel": "EUGENOL"
},
{
"@id": "gs1:AllergenTypeCode-EVERNIA_FURFURACEA",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "EV",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Evernia Furfuracea as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Evernia Furfuracea"
},
"skos:prefLabel": "EVERNIA_FURFURACEA"
},
{
"@id": "gs1:AllergenTypeCode-EVERNIA_PRUNASTRI",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "EP",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Evernia Prunastri as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Evernia Prunastri"
},
"skos:prefLabel": "EVERNIA_PRUNASTRI"
},
{
"@id": "gs1:AllergenTypeCode-FARNESOL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "FA",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Farnesol as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Farnesol"
},
"skos:prefLabel": "FARNESOL"
},
{
"@id": "gs1:AllergenTypeCode-FISH",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AF",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Fish and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Fish and Their Derivatives"
},
"skos:prefLabel": "FISH"
},
{
"@id": "gs1:AllergenTypeCode-GERANIOL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "GE",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Geraniol as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Geraniol"
},
"skos:prefLabel": "GERANIOL"
},
{
"@id": "gs1:AllergenTypeCode-GLUTEN",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AX",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presense of other gluten containing grain and gluten containing grain products as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Gluten"
},
"skos:prefLabel": "GLUTEN"
},
{
"@id": "gs1:AllergenTypeCode-HAZELNUTS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "SH",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of hazelnut and hazelnut products as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Hazelnut and Hazelnut Products"
},
"skos:prefLabel": "HAZELNUTS"
},
{
"@id": "gs1:AllergenTypeCode-HEXYL_CINNAMAL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "HX",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Hexyl Cinnamal as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Hexyl Cinnamal"
},
"skos:prefLabel": "HEXYL_CINNAMAL"
},
{
"@id": "gs1:AllergenTypeCode-HYDROXYCITRONELLAL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "HY",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Hydroxycitronellal as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Hydroxycitronellal"
},
"skos:prefLabel": "HYDROXYCITRONELLAL"
},
{
"@id": "gs1:AllergenTypeCode-HYDROXYISOHEXYL_3-CYCLOHEXENE_CARBOXALDEHYDE_ISOEUGENOL_LIMONENE_LINAL",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "HC",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Hydroxyisohexyl 3-Cyclohexene Carboxaldehyde Isoeugenol Limonene Linal as listed in the regulations specified in AllergenSpecificationAgency and llergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Hydroxyisohexyl 3-Cyclohexene Carboxaldehyde Isoeugenol Limonene Linal"
},
"skos:prefLabel": "HYDROXYISOHEXYL_3-CYCLOHEXENE_CARBOXALDEHYDE_ISOEUGENOL_LIMONENE_LINAL"
},
{
"@id": "gs1:AllergenTypeCode-KAMUT",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "GK",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of kamut and kamut products (glutencontaining grain) as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Kamut and Kamut Products"
},
"skos:prefLabel": "KAMUT"
},
{
"@id": "gs1:AllergenTypeCode-LACTOSE",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "ML",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of lactose as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Lactose"
},
"skos:prefLabel": "LACTOSE"
},
{
"@id": "gs1:AllergenTypeCode-LUPINE",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "NL",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Lupine and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Lupine and Derivatives"
},
"skos:prefLabel": "LUPINE"
},
{
"@id": "gs1:AllergenTypeCode-MACADAMIA_NUTS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "SM",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of macadamia nut and macadamia nut products as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Macadamia Nut and Macadamia Nut Products"
},
"skos:prefLabel": "MACADAMIA_NUTS"
},
{
"@id": "gs1:AllergenTypeCode-METHYL_2_OCTYNOATE",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "MO",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of Methyl 2-Octynoate as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Methyl 2-Octynoate"
},
"skos:prefLabel": "METHYL_2_OCTYNOATE"
},
{
"@id": "gs1:AllergenTypeCode-MILK",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AM",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of milk and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Milk and Derivatives"
},
"skos:prefLabel": "MILK"
},
{
"@id": "gs1:AllergenTypeCode-MOLLUSCS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "UM",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of molluscs and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Molluscs and Their Derivatives"
},
"skos:prefLabel": "MOLLUSCS"
},
{
"@id": "gs1:AllergenTypeCode-MUSTARD",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "BM",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of mustard or their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Mustard and Derivatives"
},
"skos:prefLabel": "MUSTARD"
},
{
"@id": "gs1:AllergenTypeCode-NO_DECLARED_ALLERGENS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "X99",
"rdfs:comment": {
"@language": "en",
"@value": "Does not contain declaration obligatory allergens as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "No Declaration Obligatory Allergens"
},
"skos:prefLabel": "NO_DECLARED_ALLERGENS"
},
{
"@id": "gs1:AllergenTypeCode-OAT",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "GO",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of oat and oat products (gluten containing grain) as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Oat and Oat Products"
},
"skos:prefLabel": "OAT"
},
{
"@id": "gs1:AllergenTypeCode-PEANUTS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AP",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of peanuts and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Peanuts and Their Derivatives"
},
"skos:prefLabel": "PEANUTS"
},
{
"@id": "gs1:AllergenTypeCode-PEAS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "NE",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of peas and pea products as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Peas and Pea Products"
},
"skos:prefLabel": "PEAS"
},
{
"@id": "gs1:AllergenTypeCode-PECAN_NUTS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "SP",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of pecan nut and pecan nut products as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Pecan Nut and Pecan Nut"
},
"skos:prefLabel": "PECAN_NUTS"
},
{
"@id": "gs1:AllergenTypeCode-PISTACHIOS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "ST",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of pistachio and pistachio products as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Pistachio and Pistachio Products"
},
"skos:prefLabel": "PISTACHIOS"
},
{
"@id": "gs1:AllergenTypeCode-POD_FRUITS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "NP",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of pod fruits and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Pod Fruits Derivatives"
},
"skos:prefLabel": "POD_FRUITS"
},
{
"@id": "gs1:AllergenTypeCode-QUEENSLAND_NUTS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "SQ",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of queensland nut and queensland nut products as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Queensland Nut and Queensland Nut Products"
},
"skos:prefLabel": "QUEENSLAND_NUTS"
},
{
"@id": "gs1:AllergenTypeCode-RYE",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "NR",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of rye and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Rye and Derivatives"
},
"skos:prefLabel": "RYE"
},
{
"@id": "gs1:AllergenTypeCode-SESAME_SEEDS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AS",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of sesame seeds or their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Sesame Seeds or Their Derivatives"
},
"skos:prefLabel": "SESAME_SEEDS"
},
{
"@id": "gs1:AllergenTypeCode-SOYBEANS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AY",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of soybeans and their derivatives in the product, as listed in as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName"
},
"rdfs:label": {
"@language": "en",
"@value": "Soybeans and Their Derivatives"
},
"skos:prefLabel": "SOYBEANS"
},
{
"@id": "gs1:AllergenTypeCode-SPELT",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "GS",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of spelt and spelt products (gluten containing grain) as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Spelt and Spelt Products"
},
"skos:prefLabel": "SPELT"
},
{
"@id": "gs1:AllergenTypeCode-SULPHUR_DIOXIDE",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AU",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of sulphur dioxide and sulphites as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName."
},
"rdfs:label": {
"@language": "en",
"@value": "Sulphur Dioxide and Sulphites"
},
"skos:prefLabel": "SULPHUR_DIOXIDE"
},
{
"@id": "gs1:AllergenTypeCode-TREE_NUTS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "AN",
"rdfs:comment": {
"@language": "en",
"@value": "Refers to the presence of tree nuts and their derivatives in the product, as listed in the regulations specified in AllergenSpecificationAgency and AllergenSpecificationName. Tree nuts can include almonds, hazelnut, walnut, cashews, etc."
},
"rdfs:label": {
"@language": "en",
"@value": "Tree Nuts and Their Derivatives"
},
"skos:prefLabel": "TREE_NUTS"
},
{
"@id": "gs1:AllergenTypeCode-TREE_NUT_TRACES",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "TN",
"rdfs:comment": {
"@language": "en",
"@value": "Contains Traces of Tree Nuts, i.e. almonds, various kinds of tree nuts."
},
"rdfs:label": {
"@language": "en",
"@value": "Traces of Tree Nuts"
},
"skos:prefLabel": "TREE_NUT_TRACES"
},
{
"@id": "gs1:AllergenTypeCode-WALNUTS",
"@type": "gs1:AllergenTypeCode",
"gs1:originalCodeValue": "SW",
"rdfs:comment": {