Skip to content

Commit

Permalink
feat: update ddp resources
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Apr 9, 2024
1 parent a5b3644 commit e3d806b
Show file tree
Hide file tree
Showing 182 changed files with 1,405 additions and 692 deletions.
5 changes: 5 additions & 0 deletions _classes/assurancelevelcode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: assuranceLevelCode
permalink: assuranceLevelCode.html
jsonid: assurancelevelcode
---
5 changes: 5 additions & 0 deletions _classes/characteristic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Characteristic
permalink: Characteristic.html
jsonid: characteristic
---
5 changes: 5 additions & 0 deletions _classes/claim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Claim
permalink: Claim.html
jsonid: claim
---
5 changes: 5 additions & 0 deletions _classes/classification.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Classification
permalink: Classification.html
jsonid: classification
---
5 changes: 5 additions & 0 deletions _classes/conformitytopic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: conformityTopic
permalink: conformityTopic.html
jsonid: conformitytopic
---
5 changes: 5 additions & 0 deletions _classes/dimension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Dimension
permalink: Dimension.html
jsonid: dimension
---
5 changes: 5 additions & 0 deletions _classes/eventtypecode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: eventTypeCode
permalink: eventTypeCode.html
jsonid: eventtypecode
---
5 changes: 5 additions & 0 deletions _classes/evidence.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Evidence
permalink: Evidence.html
jsonid: evidence
---
5 changes: 5 additions & 0 deletions _classes/evidenceformat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: evidenceFormat
permalink: evidenceFormat.html
jsonid: evidenceformat
---
5 changes: 5 additions & 0 deletions _classes/identifier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Identifier
permalink: Identifier.html
jsonid: identifier
---
5 changes: 5 additions & 0 deletions _classes/material.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Material
permalink: Material.html
jsonid: material
---
5 changes: 5 additions & 0 deletions _classes/measure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Measure
permalink: Measure.html
jsonid: measure
---
5 changes: 5 additions & 0 deletions _classes/metric.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Metric
permalink: Metric.html
jsonid: metric
---
5 changes: 5 additions & 0 deletions _classes/product.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Product
permalink: Product.html
jsonid: product
---
5 changes: 0 additions & 5 deletions _classes/productbatch.md

This file was deleted.

5 changes: 0 additions & 5 deletions _classes/productinformation.md

This file was deleted.

5 changes: 0 additions & 5 deletions _classes/provenance.md

This file was deleted.

5 changes: 0 additions & 5 deletions _classes/sustainabilityclaim.md

This file was deleted.

5 changes: 0 additions & 5 deletions _classes/sustainabilitymetric.md

This file was deleted.

5 changes: 0 additions & 5 deletions _classes/verifiablecredential.md

This file was deleted.

16 changes: 16 additions & 0 deletions _data/accuracy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"label": "accuracy",
"uri": "DigitalProductPassport:accuracy",
"comment": "A percentage represented as a numeric between 0 and 1 indicating the rage of accuracy of the claimed value (eg 0.05 means that the actual value is within 5% of the claimed value.)",
"rangeIncludes": [
{
"uri": "xsd:decimal"
}
],
"domainIncludes": [
{
"uri": "DigitalProductPassport:Metric",
"comment": "A specific measure of performance against the criteria that governs the claim. Expressed as an array of metric (ie unit of emasure) / value (ie the actual numeric value) pairs. "
}
]
}
16 changes: 16 additions & 0 deletions _data/assurancelevel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"label": "assuranceLevel",
"uri": "DigitalProductPassport:assuranceLevel",
"comment": "The assurance level of the evidence (self declaration, 2nd party, 3rd party, accredited auditor)",
"rangeIncludes": [
{
"uri": "DigitalProductPassport:assuranceLevelCode"
}
],
"domainIncludes": [
{
"uri": "DigitalProductPassport:Evidence",
"comment": "Evidence to support a conformity or identity claim. "
}
]
}
11 changes: 11 additions & 0 deletions _data/assurancelevelcode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"label": "assuranceLevelCode",
"uri": "DigitalProductPassport:assuranceLevelCode",
"comment": "Code that describes the assurance level of the conformity assessment",
"referencedBy": [
{
"uri": "DigitalProductPassport:assuranceLevel",
"comment": "The assurance level of the evidence (self declaration, 2nd party, 3rd party, accredited auditor)"
}
]
}
16 changes: 0 additions & 16 deletions _data/batchid.json

This file was deleted.

16 changes: 16 additions & 0 deletions _data/batchidentifiers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"label": "batchIdentifiers",
"uri": "DigitalProductPassport:batchIdentifiers",
"comment": "Information regarding the specific production batch of the product.",
"rangeIncludes": [
{
"uri": "DigitalProductPassport:Identifier"
}
],
"domainIncludes": [
{
"uri": "DigitalProductPassport:Product",
"comment": "The ProductInformation class encapsulates detailed information regarding a specific product, including its identification details, manufacturer, and other pertinent details."
}
]
}
8 changes: 4 additions & 4 deletions _data/criteria.json → _data/benchmarkreference.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"label": "criteria",
"uri": "DigitalProductPassport:criteria",
"comment": "A URI pointing to the regulation or standard governing the claim.",
"label": "benchmarkReference",
"uri": "DigitalProductPassport:benchmarkReference",
"comment": "A refernce to evidence to support the benchmark value.",
"rangeIncludes": [
{
"uri": "xsd:string"
}
],
"domainIncludes": [
{
"uri": "DigitalProductPassport:SustainabilityClaim",
"uri": "DigitalProductPassport:Claim",
"comment": "The SustainabilityClaim class represents specific claims regarding the sustainability of a product, providing details about the metrics, thresholds, and evidences supporting the claim."
}
]
Expand Down
16 changes: 16 additions & 0 deletions _data/benchmarkvalue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"label": "benchmarkValue",
"uri": "DigitalProductPassport:benchmarkValue",
"comment": "A benchmark value against which the claimed value can be assessed. THis could be a value specified by a standard or regulation or could be an industry benchmark.",
"rangeIncludes": [
{
"uri": "DigitalProductPassport:Metric"
}
],
"domainIncludes": [
{
"uri": "DigitalProductPassport:Claim",
"comment": "The SustainabilityClaim class represents specific claims regarding the sustainability of a product, providing details about the metrics, thresholds, and evidences supporting the claim."
}
]
}
11 changes: 11 additions & 0 deletions _data/characteristic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"label": "Characteristic",
"uri": "DigitalProductPassport:Characteristic",
"comment": "Product specific characteristics. This class is an extension point for industry specific product characteristics or performance information such as clothing size or battery capacity.",
"referencedBy": [
{
"uri": "DigitalProductPassport:charcteristics",
"comment": ""
}
]
}
16 changes: 16 additions & 0 deletions _data/charcteristics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"label": "charcteristics",
"uri": "DigitalProductPassport:charcteristics",
"comment": "",
"rangeIncludes": [
{
"uri": "DigitalProductPassport:Characteristic"
}
],
"domainIncludes": [
{
"uri": "DigitalProductPassport:Product",
"comment": "The ProductInformation class encapsulates detailed information regarding a specific product, including its identification details, manufacturer, and other pertinent details."
}
]
}
53 changes: 53 additions & 0 deletions _data/claim.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"label": "Claim",
"uri": "DigitalProductPassport:Claim",
"comment": "The SustainabilityClaim class represents specific claims regarding the sustainability of a product, providing details about the metrics, thresholds, and evidences supporting the claim.",
"datatypeProperties": [
{
"uri": "DigitalProductPassport:benchmarkReference",
"type": "xsd:string",
"comment": "A refernce to evidence to support the benchmark value."
},
{
"uri": "DigitalProductPassport:benchmarkValue",
"type": "DigitalProductPassport:Metric",
"comment": "A benchmark value against which the claimed value can be assessed. THis could be a value specified by a standard or regulation or could be an industry benchmark."
},
{
"uri": "DigitalProductPassport:claimedValues",
"type": "DigitalProductPassport:Metric",
"comment": "One or more actual measures supporting the claim. For example for GHG emissions there may be a metric for total emissions intensity and also a metric for amount of offsets included."
},
{
"uri": "DigitalProductPassport:conformance",
"type": "xsd:boolean",
"comment": "and indicator (boolean) that expresses whether or not this product has achieved compliance against the criteria. for example, if the topic is environment.deforstation and the criteria is EU.2023.1115 then the product is conformant if it has not touched any facility throughout it's lifecycle that is not deforestation free since dec 2020."
},
{
"uri": "DigitalProductPassport:conformityEvidence",
"type": "DigitalProductPassport:Evidence",
"comment": "A URI pointing to the evidence supporting the claim. Most likely in the form of a verifiable credential."
},
{
"uri": "DigitalProductPassport:criteriaReference",
"type": "xsd:string",
"comment": "A URI pointing to the specific criteria within the standard or regulation against which this claim is made."
},
{
"uri": "DigitalProductPassport:standardOrRegulation",
"type": "xsd:string",
"comment": "The standard or regulation against which this conformity claim is made. Expressed as a URI and should match a value in the UN catalogue of reference vocabularies. "
},
{
"uri": "DigitalProductPassport:topic",
"type": "DigitalProductPassport:conformityTopic",
"comment": "A code representing the topic of the sustainability claim. E.g. environment.deforestation, environment.ghg-emission-intensity, etc.. Drawn from a standard code list. "
}
],
"referencedBy": [
{
"uri": "DigitalProductPassport:conformityClaims",
"comment": "An array of claim objects representing various product conformity claims about the product / batch. These can be sustainability claims, circularity claims, or any other claim type within the conformity topic list."
}
]
}
16 changes: 16 additions & 0 deletions _data/claimedvalues.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"label": "claimedValues",
"uri": "DigitalProductPassport:claimedValues",
"comment": "One or more actual measures supporting the claim. For example for GHG emissions there may be a metric for total emissions intensity and also a metric for amount of offsets included.",
"rangeIncludes": [
{
"uri": "DigitalProductPassport:Metric"
}
],
"domainIncludes": [
{
"uri": "DigitalProductPassport:Claim",
"comment": "The SustainabilityClaim class represents specific claims regarding the sustainability of a product, providing details about the metrics, thresholds, and evidences supporting the claim."
}
]
}
37 changes: 37 additions & 0 deletions _data/classification.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"label": "Classification",
"uri": "DigitalProductPassport:Classification",
"comment": "A classification scheme and code / name representing a category value for a product, entity, or facility.",
"datatypeProperties": [
{
"uri": "DigitalProductPassport:classifierName",
"type": "xsd:string",
"comment": "Name of the classifier - eg \"Asparagus\" for code \"01211\" in UNCPC"
},
{
"uri": "DigitalProductPassport:classifierURL",
"type": "xsd:string",
"comment": "Linked data URL to a web vocabulary entery for this classificaiton code. When this property is provided, the scheme, value, and name properties of the classifer are not required. eg https://vocabulary.uncefact.org/unlocode?country=au#AUBNE represensign the port of Brisbane in the UN/LOCODE classification scheme."
},
{
"uri": "DigitalProductPassport:classifierValue",
"type": "xsd:string",
"comment": "classifier value within the scheme - eg \"01211\" in UN CPC"
},
{
"uri": "DigitalProductPassport:scheme",
"type": "xsd:string",
"comment": "Classification scheme - eg https://unstats.un.org/unsd/classifications/Econ/cpc "
}
],
"referencedBy": [
{
"uri": "DigitalProductPassport:classifications",
"comment": "A code representing the product's class, typically using the UN CPC (United Nations Central Product Classification) https://unstats.un.org/unsd/classifications/Econ/cpc"
},
{
"uri": "DigitalProductPassport:materialType",
"comment": "The type of this material - as a value drawn from a controlled vocabulary eg textileexchange.org/materials/rm01014 - representing organic cotton."
}
]
}
Loading

0 comments on commit e3d806b

Please sign in to comment.