-
Notifications
You must be signed in to change notification settings - Fork 915
Expand file tree
/
Copy pathissue-4658-examples.txt
More file actions
176 lines (162 loc) · 6.08 KB
/
issue-4658-examples.txt
File metadata and controls
176 lines (162 loc) · 6.08 KB
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
TYPES: #4658 Product, SoftwareApplication
PRE-MARKUP:
<div>
<h2>Laptop Battery Replacement</h2>
<p>A consumable battery for Model X</p>
<p>GTIN: 5901234123457</p>
<p>Category: Consumable</p>
</div>
<div>
<h2>Virtual Pump Twin</h2>
<p>Digital Twin of the physical water pump for simulation</p>
<p>DID: did:web:example.com:product:pump-twin-001</p>
<p>Category: Digital Twin</p>
</div>
<div>
<h2>CRM Module</h2>
<p>Software module for customer relationship management</p>
<p>DID: did:web:example.com:product:crm-module-001</p>
<p>Category: Software Component</p>
</div>
MICRODATA:
<div itemscope itemtype="https://schema.org/Product">
<h2 itemprop="name">Laptop Battery Replacement</h2>
<p itemprop="description">A consumable battery for Model X</p>
<span itemprop="gtin">5901234123457</span>
<span itemprop="category">Consumable</span>
<div itemprop="additionalProperty" itemscope itemtype="https://schema.org/PropertyValue">
<span itemprop="name">Product Type Code</span>
<span itemprop="description">UN/CEFACT UNCL 1001 code for Consumable</span>
<meta itemprop="propertyID" content="https://service.unece.org/trade/untdid/d19b/tred/tred1001.htm">
<span itemprop="value">711</span>
</div>
<div itemprop="additionalProperty" itemscope itemtype="https://schema.org/PropertyValue">
<span itemprop="name">Product Role</span>
<span itemprop="value">Consumable</span>
</div>
</div>
<div itemscope itemtype="https://schema.org/Product">
<h2 itemprop="name">Virtual Pump Twin</h2>
<p itemprop="description">Digital Twin of the physical water pump for simulation</p>
<div itemprop="identifier" itemscope itemtype="https://schema.org/PropertyValue">
<meta itemprop="propertyID" content="DID">
<span itemprop="value">did:web:example.com:product:pump-twin-001</span>
</div>
<span itemprop="category">Digital Twin</span>
<div itemprop="additionalProperty" itemscope itemtype="https://schema.org/PropertyValue">
<span itemprop="name">Product Role</span>
<span itemprop="value">Digital Twin</span>
</div>
</div>
<div itemscope itemtype="https://schema.org/SoftwareApplication">
<h2 itemprop="name">CRM Module</h2>
<p itemprop="description">Software module for customer relationship management</p>
<div itemprop="identifier" itemscope itemtype="https://schema.org/PropertyValue">
<meta itemprop="propertyID" content="DID">
<span itemprop="value">did:web:example.com:product:crm-module-001</span>
</div>
<meta itemprop="applicationCategory" content="BusinessApplication">
</div>
RDFA:
<div vocab="https://schema.org/" typeof="Product">
<h2 property="name">Laptop Battery Replacement</h2>
<p property="description">A consumable battery for Model X</p>
<span property="gtin">5901234123457</span>
<span property="category">Consumable</span>
<div property="additionalProperty" typeof="PropertyValue">
<span property="name">Product Type Code</span>
<span property="description">UN/CEFACT UNCL 1001 code for Consumable</span>
<meta property="propertyID" content="https://service.unece.org/trade/untdid/d19b/tred/tred1001.htm">
<span property="value">711</span>
</div>
<div property="additionalProperty" typeof="PropertyValue">
<span property="name">Product Role</span>
<span property="value">Consumable</span>
</div>
</div>
<div vocab="https://schema.org/" typeof="Product">
<h2 property="name">Virtual Pump Twin</h2>
<p property="description">Digital Twin of the physical water pump for simulation</p>
<div property="identifier" typeof="PropertyValue">
<meta property="propertyID" content="DID">
<span property="value">did:web:example.com:product:pump-twin-001</span>
</div>
<span property="category">Digital Twin</span>
<div property="additionalProperty" typeof="PropertyValue">
<span property="name">Product Role</span>
<span property="value">Digital Twin</span>
</div>
</div>
<div vocab="https://schema.org/" typeof="SoftwareApplication">
<h2 property="name">CRM Module</h2>
<p property="description">Software module for customer relationship management</p>
<div property="identifier" typeof="PropertyValue">
<meta property="propertyID" content="DID">
<span property="value">did:web:example.com:product:crm-module-001</span>
</div>
<meta property="applicationCategory" content="BusinessApplication">
</div>
JSON:
<script type="application/ld+json">
{
"@context": [
"https://schema.org",
{
"uncefact": "https://service.unece.org/trade/uncefact/"
}
],
"@graph": [
{
"@id": "urn:example:product:battery-x001",
"@type": "Product",
"name": "Laptop Battery Replacement",
"description": "A consumable battery for Model X",
"gtin": "5901234123457",
"category": "Consumable",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "Product Type Code",
"description": "UN/CEFACT UNCL 1001 code for Consumable",
"propertyID": "https://service.unece.org/trade/untdid/d19b/tred/tred1001.htm",
"value": "711"
},
{
"@type": "PropertyValue",
"name": "Product Role",
"value": "Consumable"
}
]
},
{
"@id": "urn:example:product:pump-twin-001",
"@type": "Product",
"name": "Virtual Pump Twin",
"description": "Digital Twin of the physical water pump for simulation",
"identifier": {
"@type": "PropertyValue",
"propertyID": "DID",
"value": "did:web:example.com:product:pump-twin-001"
},
"category": "Digital Twin",
"additionalProperty": {
"@type": "PropertyValue",
"name": "Product Role",
"value": "Digital Twin"
}
},
{
"@id": "urn:example:product:crm-module-001",
"@type": "SoftwareApplication",
"name": "CRM Module",
"description": "Software module for customer relationship management",
"identifier": {
"@type": "PropertyValue",
"propertyID": "DID",
"value": "did:web:example.com:product:crm-module-001"
},
"applicationCategory": "BusinessApplication"
}
]
}
</script>