Skip to content

Commit a9fb188

Browse files
Update index.bs
1 parent 3fe4737 commit a9fb188

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

specs/index.bs

+13-13
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Boilerplate: omit conformance, omit copyright
2020

2121
- Corporates have a growing need to calculate and report logistics emissions data with increased degrees of accuracy and transparency. With this purpose, they aim to shift from default and modeled data towards primary data that reflect their supply chain emissions with precision.
2222
- This document specifies a [[#data-model]] and [=data transactions=] necessary for the interoperable exchange of primary logistics emissions data, , ensuring they are structured to facilitate the calculation of Product Carbon Footprints (PCFs)
23-
- Grounded in the [[!GLEC]] Framework and [[!ISO14083|ISO 14083]], this technical specification adopts the format established by the Pathfinder Framework and Pathfinder Technical Specifications. It establishes a foundational semantics framework for the [=SFC=] Data Exchange Network project.
23+
- Grounded in the [[!GLEC]] Framework and [[!ISO14083]], this technical specification adopts the format established by the Pathfinder Framework and Pathfinder Technical Specifications. It establishes a foundational semantics framework for the [=SFC=] Data Exchange Network project.
2424
- Adoption of this specification enables various stakeholders within the logistics value chain to exchange data, facilitating emissions calculations at the [=shipment=], [=TCE=], and [=TOC=] levels, and integration of these calculations at the [=PCF=] level.
2525

2626

@@ -29,7 +29,7 @@ Boilerplate: omit conformance, omit copyright
2929

3030
This specifcation does not cover the following topics or aspects as they are covered elsewhere or declared as out of scope of this specification:
3131

32-
1. Methodology for the calculation of Logistics-related emissions which is specified in the [[!GLEC]] Framework and [[!ISO14083|ISO 14083]]
32+
1. Methodology for the calculation of Logistics-related emissions which is specified in the [[!GLEC]] Framework and [[!ISO14083]]
3333
2. Black Carbon (Accounting)
3434
3. How to exactly capture necessary primary activity data for the calculation of [=HOCs=] or [=TOCs=] (i.e. through telematics systems, TMS, or others)
3535
4. Pilot decentralized data exchange following data space governance principles, as covered in the [=SFC=] Data Exchange Network project.
@@ -151,7 +151,7 @@ Issue: add a pathfinder tech specs normative reference to this document
151151
Note: Non-normative section
152152

153153
This specification shall serve the general need of businesses for logistics GHG emissions
154-
accounting and reporting, conforming with the [[!GLEC]] Framework and ISO 14083.
154+
accounting and reporting, conforming with the [[!GLEC]] Framework and [[!ISO14083]].
155155

156156
Given the nature of the logistics industry, and in order to reduce costs overall,
157157
logistics emissions transparency is made possible if all the parties involved
@@ -202,7 +202,7 @@ Note: This business case is currently out of scope. It might be supported in the
202202

203203
A <dfn>data transaction</dfn> is an abstraction for the exchange of data between two parties, serving one or more business cases ([[#business-cases]]).
204204

205-
It serves the purpose of enabling interoperability between different parties by explaining the context and their intention(s).
205+
Its function is to facilitate interoperability between different parties by explaining the context and their intention(s).
206206

207207
Each transaction combines the iLEAP data model ([[#data-model]]) with the Pathfinder
208208
Data Exchange Protocol ([[#pcf-mapping]]) to enable interoperability between [=host systems=].
@@ -223,14 +223,14 @@ This data transaction enables a [=Transport Service User=] (for example, a [=shi
223223

224224
For this, the [=Transport Operator=] or the [=Transport Service Organizer=] MUST
225225

226-
1. first calculate 1 or more TCEs emissions related data in accordance with the [[!GLEC]] Framework and ISO 14083, and then
226+
1. first calculate 1 or more TCEs emissions related data in accordance with the [[!GLEC]] Framework and [[!ISO14083]], and then
227227
1. make the resulting <{ShipmentFootprint}> available to the [=Transport Service User=] through the Pathfinder
228228
Network API (see [[#pcf-mapping-sf]]).
229229

230230
The [=Transport Service User=] CAN then derive the Transport Chain ([=TC=]) using the [=shipment id=], by
231231
1. collecting the <{TCE|TCEs}> from all the [=Transport Operators=] and the [=Transport Service Organizers=] related to the shipment
232232
1. forming the [=TC=] from the collected TCEs
233-
1. calculate the logistics emissions of the shipment in accordance with the [[!GLEC]] Framework and ISO 14083
233+
1. calculate the logistics emissions of the shipment in accordance with the [[!GLEC]] Framework and [[!ISO14083]]
234234

235235
Note: for an example exchange, see [[#example]]
236236

@@ -240,12 +240,12 @@ Note: for an example exchange, see [[#example]]
240240
This data transaction enables [=Transport Operators=] and [=Transport Service Organizers=]
241241
to make logistics emissions intensity data at the level of 1 or more [=TOC=] .
242242

243-
The provision of emission intensity data at the [=TOC=] level would enable the [=Transport Service Organizer=] to collect the necessary information to calculate emissions according to the GLEC Framework and ISO 14083.
243+
The provision of emission intensity data at the [=TOC=] level would enable the [=Transport Service Organizer=] to collect the necessary information to calculate emissions according to the GLEC Framework and [[!ISO14083]].
244244
It could also facilitate the inclusion of emission intensity in procurement processes, allowing for the provision of services that offer carbon-efficiency advantages.
245245

246246
For this, the [=Transport Operator=] or [=Transport Service Organizer=] MUST
247247

248-
1. first calculate 1 or more TOCs in accordance with the [[!GLEC]] Framework and ISO 14083, and then
248+
1. first calculate 1 or more TOCs in accordance with the [[!GLEC]] Framework and [[!ISO14083]], and then
249249
1. make the resulting <{TOC|TOCs}> available through the Pathfinder Network API (see [[#pcf-mapping]]).
250250

251251
Note:
@@ -351,7 +351,7 @@ can calculate the logistics emissions of the shipment by
351351
1. collecting the <{TCE|TCEs}> from `S` using the [=shipment id=] and [[#txn1]], storing the resulting <{TCE|TCEs}> in e.g. its database.
352352
1. `S` can further verify the <{TCE|TCEs}> by collecting the <{TOC|TOCs}> from `Z` using [[#txn2]]
353353
1. To compute the logistics emissions, `Z` can form the [=TC=] from the collected <{TCE|TCEs}> by taking the <{TCE|TCEs}> of step 1 and
354-
by calculating the logistics emissions for this shipment by following the [[!GLEC]] Framework and ISO 14083.
354+
by calculating the logistics emissions for this shipment by following the [[!GLEC]] Framework and [[!ISO14083]].
355355

356356

357357
## Example HTTP Calls ## {#example-http}
@@ -843,13 +843,13 @@ The Data Type <{TOC}> has the following properties:
843843
<td><dfn>isVerified</dfn>
844844
<td>Boolean
845845
<td>M
846-
<td>Indicates that the truthfulness of the GHG emissions value and related variables has been confirmed by a Validation and Verification Body (VVB), as declared in a Verification Statement. The VVB must follow a widely recognized standard for their GHG verification services (example: the ISO or ISAE standards). Verification should use ISO 14083 as audit criteria.
846+
<td>Indicates that the truthfulness of the GHG emissions value and related variables has been confirmed by a Validation and Verification Body (VVB), as declared in a Verification Statement. The VVB must follow a widely recognized standard for their GHG verification services (example: the ISO or ISAE standards). Verification should use [[!ISO14083]] as audit criteria.
847847

848848
<tr>
849849
<td><dfn>isAccredited</dfn>
850850
<td>Boolean
851851
<td>M
852-
<td>(=certified)Indicates that the calculation methodology has been evaluated as compliant with ISO 14083:2023, as declared in an Accreditation (=Certification) certificate.
852+
<td>(=certified)Indicates that the calculation methodology has been evaluated as compliant with [[!ISO14083]]:2023, as declared in an Accreditation (=Certification) certificate.
853853

854854
<tr>
855855
<td><dfn>description</dfn>
@@ -1004,12 +1004,12 @@ The Data Type <{HOC}> contains [=HOC=] data. It is referenced in a [=Transport C
10041004
<td><dfn>isVerified</dfn>
10051005
<td>Boolean
10061006
<td>M
1007-
<td>Indicates that the truthfulness of the GHG emissions value and related variables has been confirmed by a Validation and Verification Body (VVB), as declared in a Verification Statement. The VVB must follow a widely recognized standard for their GHG verification services (example: the ISO or ISAE standards). Verification should use ISO 14083 as audit criteria.
1007+
<td>Indicates that the truthfulness of the GHG emissions value and related variables has been confirmed by a Validation and Verification Body (VVB), as declared in a Verification Statement. The VVB must follow a widely recognized standard for their GHG verification services (example: the ISO or ISAE standards). Verification should use [[!ISO14083]] as audit criteria.
10081008
<tr>
10091009
<td><dfn>isAccredited</dfn>
10101010
<td>Boolean
10111011
<td>M
1012-
<td>(=certified)Indicates that the calculation methodology has been evaluated as compliant with ISO 14083:2023, as declared in an Accreditation (=Certification) certificate.
1012+
<td>(=certified)Indicates that the calculation methodology has been evaluated as compliant with [[!ISO14083]]:2023, as declared in an Accreditation (=Certification) certificate.
10131013
<tr>
10141014
<td><dfn>hubType</dfn>
10151015
<td>{{HubType}}

0 commit comments

Comments
 (0)