-
Notifications
You must be signed in to change notification settings - Fork 0
/
products-a$.ttl
40 lines (30 loc) · 1.82 KB
/
products-a$.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
<http://example.com/manufacturer1/10001> <http://example.com/voc/firstProperty> "1_1";
<http://example.com/voc/secondProperty> "2_1";
<http://example.com/voc/thirdProperty> "3_1" .
<http://example.com/manufacturer1/10002> <http://example.com/voc/firstProperty> "1_2";
<http://example.com/voc/secondProperty> "2_2";
<http://example.com/voc/thirdProperty> "3_2" .
<http://example.com/manufacturer1/10003> <http://example.com/voc/firstProperty> "1_3";
<http://example.com/voc/secondProperty> "2_3";
<http://example.com/voc/thirdProperty> "3_3" .
<http://example.com/manufacturer1/10004> <http://example.com/voc/firstProperty> "1_4";
<http://example.com/voc/secondProperty> "2_4";
<http://example.com/voc/thirdProperty> "3_4" .
<http://example.com/manufacturer1/10005> <http://example.com/voc/firstProperty> "1_5";
<http://example.com/voc/secondProperty> "2_5";
<http://example.com/voc/thirdProperty> "3_5" .
<http://example.com/manufacturer1/10006> <http://example.com/voc/firstProperty> "1_6";
<http://example.com/voc/secondProperty> "2_6";
<http://example.com/voc/thirdProperty> "3_6" .
<http://example.com/manufacturer1/10007> <http://example.com/voc/firstProperty> "1_7";
<http://example.com/voc/secondProperty> "2_7";
<http://example.com/voc/thirdProperty> "3_7" .
<http://example.com/manufacturer1/10008> <http://example.com/voc/firstProperty> "1_8";
<http://example.com/voc/secondProperty> "2_8";
<http://example.com/voc/thirdProperty> "3_8" .
<http://example.com/manufacturer1/10009> <http://example.com/voc/firstProperty> "1_9";
<http://example.com/voc/secondProperty> "2_9";
<http://example.com/voc/thirdProperty> "3_9" .
<http://example.com/manufacturer1/10010> <http://example.com/voc/firstProperty> "1_10";
<http://example.com/voc/secondProperty> "2_10";
<http://example.com/voc/thirdProperty> "3_10" .