-
Notifications
You must be signed in to change notification settings - Fork 0
/
products$.ttl
100 lines (80 loc) · 4.42 KB
/
products$.ttl
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
<http://example.com/manufacturer3/P1> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P1";
<http://example.com/voc/secondProperty> "2_P1";
<http://example.com/voc/thirdProperty> "3_P1" .
<http://example.com/manufacturer3/P10> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P10";
<http://example.com/voc/secondProperty> "2_P10";
<http://example.com/voc/thirdProperty> "3_P10" .
<http://example.com/manufacturer3/P11> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P11";
<http://example.com/voc/secondProperty> "2_P11";
<http://example.com/voc/thirdProperty> "3_P11" .
<http://example.com/manufacturer3/P12> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P12";
<http://example.com/voc/secondProperty> "2_P12";
<http://example.com/voc/thirdProperty> "3_P12" .
<http://example.com/manufacturer3/P13> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P13";
<http://example.com/voc/secondProperty> "2_P13";
<http://example.com/voc/thirdProperty> "3_P13" .
<http://example.com/manufacturer3/P14> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P14";
<http://example.com/voc/secondProperty> "2_P14";
<http://example.com/voc/thirdProperty> "3_P14" .
<http://example.com/manufacturer3/P15> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P15";
<http://example.com/voc/secondProperty> "2_P15";
<http://example.com/voc/thirdProperty> "3_P15" .
<http://example.com/manufacturer3/P16> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P16";
<http://example.com/voc/secondProperty> "2_P16";
<http://example.com/voc/thirdProperty> "3_P16" .
<http://example.com/manufacturer3/P17> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P17";
<http://example.com/voc/secondProperty> "2_P17";
<http://example.com/voc/thirdProperty> "3_P17" .
<http://example.com/manufacturer3/P18> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P18";
<http://example.com/voc/secondProperty> "2_P18";
<http://example.com/voc/thirdProperty> "3_P18" .
<http://example.com/manufacturer3/P19> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P19";
<http://example.com/voc/secondProperty> "2_P19";
<http://example.com/voc/thirdProperty> "3_P19" .
<http://example.com/manufacturer3/P2> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P2";
<http://example.com/voc/secondProperty> "2_P2";
<http://example.com/voc/thirdProperty> "3_P2" .
<http://example.com/manufacturer3/P20> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P20";
<http://example.com/voc/secondProperty> "2_P20";
<http://example.com/voc/thirdProperty> "3_P20" .
<http://example.com/manufacturer3/P3> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P3";
<http://example.com/voc/secondProperty> "2_P3";
<http://example.com/voc/thirdProperty> "3_P3" .
<http://example.com/manufacturer3/P4> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P4";
<http://example.com/voc/secondProperty> "2_P4";
<http://example.com/voc/thirdProperty> "3_P4" .
<http://example.com/manufacturer3/P5> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P5";
<http://example.com/voc/secondProperty> "2_P5";
<http://example.com/voc/thirdProperty> "3_P5" .
<http://example.com/manufacturer3/P6> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P6";
<http://example.com/voc/secondProperty> "2_P6";
<http://example.com/voc/thirdProperty> "3_P6" .
<http://example.com/manufacturer3/P7> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P7";
<http://example.com/voc/secondProperty> "2_P7";
<http://example.com/voc/thirdProperty> "3_P7" .
<http://example.com/manufacturer3/P8> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P8";
<http://example.com/voc/secondProperty> "2_P8";
<http://example.com/voc/thirdProperty> "3_P8" .
<http://example.com/manufacturer3/P9> a <http://example.com/voc/Product>;
<http://example.com/voc/firstProperty> "1_P9";
<http://example.com/voc/secondProperty> "2_P9";
<http://example.com/voc/thirdProperty> "3_P9" .