-
Notifications
You must be signed in to change notification settings - Fork 915
Expand file tree
/
Copy pathissue-4660-examples.txt
More file actions
170 lines (152 loc) · 6.61 KB
/
issue-4660-examples.txt
File metadata and controls
170 lines (152 loc) · 6.61 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
TYPES: #4660 Product
PRE-MARKUP:
<div>
<h1>Circular Smartphone</h1>
<p>Product ID (DID): did:web:example.com:product:12345</p>
<p><a href="https://id.example.com/01/01234567890128/21/12345">View Digital Product Passport</a></p>
<p>UUID: urn:uuid:123e4567-e89b-12d3-a456-426614174000</p>
</div>
MICRODATA:
<div itemscope itemtype="https://schema.org/Product">
<h1 itemprop="name">Circular Smartphone</h1>
<!-- Digital Identity (DID) - Decentralized identifier for supply chain traceability -->
<p><strong>Product ID (DID):</strong>
<span itemprop="identifier" itemscope itemtype="https://schema.org/PropertyValue">
<meta itemprop="propertyID" content="DID">
<span itemprop="value">did:web:example.com:product:12345</span>
</span>
<em>(Decentralized Web Identifier - enables verifiable product authentication across the supply chain)</em>
</p>
<!-- Universal Unique Identifier - Standard UUID for universal identification -->
<p><strong>UUID:</strong>
<span itemprop="identifier" itemscope itemtype="https://schema.org/PropertyValue">
<meta itemprop="propertyID" content="UUID">
<span itemprop="value">urn:uuid:123e4567-e89b-12d3-a456-426614174000</span>
</span>
<em>(Universal Unique Identifier - ensures global uniqueness for lifecycle tracking)</em>
</p>
<!-- GS1 Digital Link - Primary access point to Digital Product Passport -->
<p><a itemprop="url" href="https://id.example.com/01/01234567890128/21/12345">
<strong>View Digital Product Passport</strong>
</a>
<em>(GS1 Digital Link - standard for accessing comprehensive product information, materials, repairability data, and environmental impact)</em>
</p>
<!-- Repairability Index -->
<div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating">
<meta itemprop="ratingValue" content="8">
<meta itemprop="bestRating" content="10">
<span itemprop="name">Repairability Index</span>
<span itemprop="description">Official repairability score (0-10) measuring ease of repair, spare parts availability, and design durability</span>
</div>
<!-- Sustainability information as additional properties -->
<div itemprop="additionalProperty" itemscope itemtype="https://schema.org/PropertyValue">
<span itemprop="name">sparePartAvailability</span>
<span itemprop="value">P5Y</span>
</div>
<div itemprop="additionalProperty" itemscope itemtype="https://schema.org/PropertyValue">
<span itemprop="name">carbonFootprint</span>
<span itemprop="value">45 kg CO2-eq</span>
</div>
<div itemprop="additionalProperty" itemscope itemtype="https://schema.org/PropertyValue">
<span itemprop="name">recyclableContent</span>
<span itemprop="value">92%</span>
</div>
</div>
RDFA:
<div vocab="https://schema.org/" typeof="Product">
<h1 property="name">Circular Smartphone</h1>
<!-- Digital Identity (DID) - Decentralized identifier for supply chain traceability -->
<p><strong>Product ID (DID):</strong>
<span property="identifier" typeof="PropertyValue">
<meta property="propertyID" content="DID">
<span property="value">did:web:example.com:product:12345</span>
</span>
<br/><em>(Decentralized Web Identifier - enables verifiable product authentication across the supply chain)</em>
</p>
<!-- Universal Unique Identifier - Standard UUID for universal identification -->
<p><strong>UUID:</strong>
<span property="identifier" typeof="PropertyValue">
<meta property="propertyID" content="UUID">
<span property="value">urn:uuid:123e4567-e89b-12d3-a456-426614174000</span>
</span>
<br/><em>(Universal Unique Identifier - ensures global uniqueness for lifecycle tracking)</em>
</p>
<!-- GS1 Digital Link - Primary access point to Digital Product Passport -->
<p><a property="url" href="https://id.example.com/01/01234567890128/21/12345">
<strong>View Digital Product Passport</strong>
</a>
<br/><em>(GS1 Digital Link - standard for accessing comprehensive product information, materials, repairability data, and environmental impact)</em>
</p>
<!-- Repairability Index -->
<div property="aggregateRating" typeof="AggregateRating">
<meta property="ratingValue" content="8">
<meta property="bestRating" content="10">
<span property="name">Repairability Index</span>
<span property="description">Official repairability score (0-10) measuring ease of repair, spare parts availability, and design durability</span>
</div>
<!-- Sustainability information as additional properties -->
<div property="additionalProperty" typeof="PropertyValue">
<span property="name">sparePartAvailability</span>
<span property="value">P5Y</span>
</div>
<div property="additionalProperty" typeof="PropertyValue">
<span property="name">carbonFootprint</span>
<span property="value">45 kg CO2-eq</span>
</div>
<div property="additionalProperty" typeof="PropertyValue">
<span property="name">recyclableContent</span>
<span property="value">92%</span>
</div>
</div>
JSON:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Circular Smartphone",
"description": "A repairable smartphone designed for circular economy with modular components, supporting product-as-a-service models and extended lifecycle management",
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "DID",
"value": "did:web:example.com:product:12345",
"description": "Decentralized Web Identifier for verifiable supply chain authentication"
},
{
"@type": "PropertyValue",
"propertyID": "UUID",
"value": "urn:uuid:123e4567-e89b-12d3-a456-426614174000",
"description": "Universal Unique Identifier for global lifecycle tracking"
}
],
"url": "https://id.example.com/01/01234567890128/21/12345",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 8,
"bestRating": 10,
"name": "Repairability Index",
"description": "Official repairability score (0-10) measuring ease of repair, spare parts availability, and design durability"
},
"award": "Circular Economy Ready",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "sparePartAvailability",
"value": "P5Y",
"description": "Spare parts available for 5 years"
},
{
"@type": "PropertyValue",
"name": "carbonFootprint",
"value": "45 kg CO2-eq",
"description": "Carbon footprint in CO2 equivalent"
},
{
"@type": "PropertyValue",
"name": "recyclableContent",
"value": "92%",
"description": "Percentage of recyclable content"
}
]
}
</script>