From e691218b41a924a344f8c523127a1d5747160294 Mon Sep 17 00:00:00 2001 From: Kseniya Shychko Date: Sun, 25 Aug 2024 23:57:03 +0200 Subject: [PATCH] chore: initial cleanup --- _classes/conformityassessment.md | 5 - _classes/conformityassessmentscheme.md | 5 - _classes/conformityattestation.md | 5 - _classes/digitalconformitycredential.md | 5 - _classes/facility.md | 5 - _classes/product.md | 5 - _data/@context.json | 18 - _data/assessedfacilities.json | 19 - _data/assessedproducts.json | 19 - _data/assessmentcriteria.json | 18 - _data/assessmentlevel.json | 18 - _data/assessments.json | 19 - _data/assessorlevel.json | 18 - _data/attestationdescription.json | 18 - _data/attestationtype.json | 18 - _data/auditableevidence.json | 18 - _data/authorisations.json | 18 - _data/compliance.json | 18 - _data/conformityassessment.json | 59 -- _data/conformityassessmentscheme.json | 39 -- _data/conformityattestation.json | 74 -- _data/conformitycertificate.json | 18 - _data/conformitytopic.json | 18 - _data/credentialsubject.json | 19 - _data/declaredvalues.json | 18 - _data/digitalconformitycredential.json | 38 - _data/facility.json | 39 -- _data/id.json | 43 -- _data/idscheme.json | 23 - _data/idverifiedbycab.json | 23 - _data/issuedate.json | 18 - _data/issuedtoparty.json | 18 - _data/issuer.json | 18 - _data/issuingparty.json | 18 - _data/name.json | 33 - _data/product.json | 39 -- _data/referenceregulation.json | 18 - _data/referencestandard.json | 18 - _data/registeredid.json | 23 - _data/scope.json | 19 - _data/trustmark.json | 18 - _data/validfrom.json | 18 - _data/validuntil.json | 18 - _properties/@context.md | 5 - _properties/assessedfacilities.md | 5 - _properties/assessedproducts.md | 5 - _properties/assessmentcriteria.md | 5 - _properties/assessmentlevel.md | 5 - _properties/assessments.md | 5 - _properties/assessorlevel.md | 5 - _properties/attestationdescription.md | 5 - _properties/attestationtype.md | 5 - _properties/auditableevidence.md | 5 - _properties/authorisations.md | 5 - _properties/compliance.md | 5 - _properties/conformitycertificate.md | 5 - _properties/conformitytopic.md | 5 - _properties/credentialsubject.md | 5 - _properties/declaredvalues.md | 5 - _properties/id.md | 5 - _properties/idscheme.md | 5 - _properties/idverifiedbycab.md | 5 - _properties/issuedate.md | 5 - _properties/issuedtoparty.md | 5 - _properties/issuer.md | 5 - _properties/issuingparty.md | 5 - _properties/name.md | 5 - _properties/referenceregulation.md | 5 - _properties/referencestandard.md | 5 - _properties/registeredid.md | 5 - _properties/scope.md | 5 - _properties/trustmark.md | 5 - _properties/validfrom.md | 5 - _properties/validuntil.md | 5 - err.md | 21 - out.md | 3 - untp-dcc-context-0.3.7.jsonld | 471 ------------- untp-dcc-instance-0.3.7.json | 588 ---------------- untp-dcc-schema-0.3.7.json | 879 ------------------------ untp-dcc.jsonld | 688 ------------------- 80 files changed, 3741 deletions(-) delete mode 100644 _classes/conformityassessment.md delete mode 100644 _classes/conformityassessmentscheme.md delete mode 100644 _classes/conformityattestation.md delete mode 100644 _classes/digitalconformitycredential.md delete mode 100644 _classes/facility.md delete mode 100644 _classes/product.md delete mode 100644 _data/@context.json delete mode 100644 _data/assessedfacilities.json delete mode 100644 _data/assessedproducts.json delete mode 100644 _data/assessmentcriteria.json delete mode 100644 _data/assessmentlevel.json delete mode 100644 _data/assessments.json delete mode 100644 _data/assessorlevel.json delete mode 100644 _data/attestationdescription.json delete mode 100644 _data/attestationtype.json delete mode 100644 _data/auditableevidence.json delete mode 100644 _data/authorisations.json delete mode 100644 _data/compliance.json delete mode 100644 _data/conformityassessment.json delete mode 100644 _data/conformityassessmentscheme.json delete mode 100644 _data/conformityattestation.json delete mode 100644 _data/conformitycertificate.json delete mode 100644 _data/conformitytopic.json delete mode 100644 _data/credentialsubject.json delete mode 100644 _data/declaredvalues.json delete mode 100644 _data/digitalconformitycredential.json delete mode 100644 _data/facility.json delete mode 100644 _data/id.json delete mode 100644 _data/idscheme.json delete mode 100644 _data/idverifiedbycab.json delete mode 100644 _data/issuedate.json delete mode 100644 _data/issuedtoparty.json delete mode 100644 _data/issuer.json delete mode 100644 _data/issuingparty.json delete mode 100644 _data/name.json delete mode 100644 _data/product.json delete mode 100644 _data/referenceregulation.json delete mode 100644 _data/referencestandard.json delete mode 100644 _data/registeredid.json delete mode 100644 _data/scope.json delete mode 100644 _data/trustmark.json delete mode 100644 _data/validfrom.json delete mode 100644 _data/validuntil.json delete mode 100644 _properties/@context.md delete mode 100644 _properties/assessedfacilities.md delete mode 100644 _properties/assessedproducts.md delete mode 100644 _properties/assessmentcriteria.md delete mode 100644 _properties/assessmentlevel.md delete mode 100644 _properties/assessments.md delete mode 100644 _properties/assessorlevel.md delete mode 100644 _properties/attestationdescription.md delete mode 100644 _properties/attestationtype.md delete mode 100644 _properties/auditableevidence.md delete mode 100644 _properties/authorisations.md delete mode 100644 _properties/compliance.md delete mode 100644 _properties/conformitycertificate.md delete mode 100644 _properties/conformitytopic.md delete mode 100644 _properties/credentialsubject.md delete mode 100644 _properties/declaredvalues.md delete mode 100644 _properties/id.md delete mode 100644 _properties/idscheme.md delete mode 100644 _properties/idverifiedbycab.md delete mode 100644 _properties/issuedate.md delete mode 100644 _properties/issuedtoparty.md delete mode 100644 _properties/issuer.md delete mode 100644 _properties/issuingparty.md delete mode 100644 _properties/name.md delete mode 100644 _properties/referenceregulation.md delete mode 100644 _properties/referencestandard.md delete mode 100644 _properties/registeredid.md delete mode 100644 _properties/scope.md delete mode 100644 _properties/trustmark.md delete mode 100644 _properties/validfrom.md delete mode 100644 _properties/validuntil.md delete mode 100644 err.md delete mode 100644 out.md delete mode 100644 untp-dcc-context-0.3.7.jsonld delete mode 100644 untp-dcc-instance-0.3.7.json delete mode 100644 untp-dcc-schema-0.3.7.json delete mode 100644 untp-dcc.jsonld diff --git a/_classes/conformityassessment.md b/_classes/conformityassessment.md deleted file mode 100644 index 85e7b172f..000000000 --- a/_classes/conformityassessment.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: ConformityAssessment -permalink: ConformityAssessment.html -jsonid: conformityassessment ---- diff --git a/_classes/conformityassessmentscheme.md b/_classes/conformityassessmentscheme.md deleted file mode 100644 index 9569640a9..000000000 --- a/_classes/conformityassessmentscheme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: ConformityAssessmentScheme -permalink: ConformityAssessmentScheme.html -jsonid: conformityassessmentscheme ---- diff --git a/_classes/conformityattestation.md b/_classes/conformityattestation.md deleted file mode 100644 index 0fc74882c..000000000 --- a/_classes/conformityattestation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: ConformityAttestation -permalink: ConformityAttestation.html -jsonid: conformityattestation ---- diff --git a/_classes/digitalconformitycredential.md b/_classes/digitalconformitycredential.md deleted file mode 100644 index f522f1dfb..000000000 --- a/_classes/digitalconformitycredential.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: DigitalConformityCredential -permalink: DigitalConformityCredential.html -jsonid: digitalconformitycredential ---- diff --git a/_classes/facility.md b/_classes/facility.md deleted file mode 100644 index 670398db5..000000000 --- a/_classes/facility.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Facility -permalink: Facility.html -jsonid: facility ---- diff --git a/_classes/product.md b/_classes/product.md deleted file mode 100644 index 05ccd24b9..000000000 --- a/_classes/product.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Product -permalink: Product.html -jsonid: product ---- diff --git a/_data/@context.json b/_data/@context.json deleted file mode 100644 index fa3d42f7f..000000000 --- a/_data/@context.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "@context", - "uri": "untp-dcc:@context", - "comment": [ - "A list of JSON-LD context URIs that define the seamntic meaning of prperties within the credential. " - ], - "rangeIncludes": [ - { - "uri": "xsd:string" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:DigitalConformityCredential", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation. " - } - ] -} \ No newline at end of file diff --git a/_data/assessedfacilities.json b/_data/assessedfacilities.json deleted file mode 100644 index ad9391041..000000000 --- a/_data/assessedfacilities.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "label": "assessedFacilities", - "uri": "untp-dcc:assessedFacilities", - "comment": [ - "The list of facilities that are the subject of this conformity assessment." - ], - "rangeIncludes": [ - { - "uri": "untp-dcc:Facility", - "comment": "The facility which is the subject of this conformity assessment" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAssessment", - "comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch." - } - ] -} \ No newline at end of file diff --git a/_data/assessedproducts.json b/_data/assessedproducts.json deleted file mode 100644 index fff331fd3..000000000 --- a/_data/assessedproducts.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "label": "assessedProducts", - "uri": "untp-dcc:assessedProducts", - "comment": [ - "The list of products that are the subject of this conformity assessment" - ], - "rangeIncludes": [ - { - "uri": "untp-dcc:Product", - "comment": "The product which is the subject of this conformity assessment" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAssessment", - "comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch." - } - ] -} \ No newline at end of file diff --git a/_data/assessmentcriteria.json b/_data/assessmentcriteria.json deleted file mode 100644 index eb4c29d57..000000000 --- a/_data/assessmentcriteria.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "assessmentCriteria", - "uri": "untp-dcc:assessmentCriteria", - "comment": [ - "The specification against which the assessment is made." - ], - "rangeIncludes": [ - { - "uri": "untp-core:assessmentCriteria" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAssessment", - "comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch." - } - ] -} \ No newline at end of file diff --git a/_data/assessmentlevel.json b/_data/assessmentlevel.json deleted file mode 100644 index 00cdad9f9..000000000 --- a/_data/assessmentlevel.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "assessmentLevel", - "uri": "untp-dcc:assessmentLevel", - "comment": [ - "Assurance pertaining to assessment (any authority or support for the assessment process)" - ], - "rangeIncludes": [ - { - "uri": "untp-dcc:assessmentLevelCode" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - } - ] -} \ No newline at end of file diff --git a/_data/assessments.json b/_data/assessments.json deleted file mode 100644 index f1ceea2b9..000000000 --- a/_data/assessments.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "label": "assessments", - "uri": "untp-dcc:assessments", - "comment": [ - "The list of specific assessments made within this conformity attestation." - ], - "rangeIncludes": [ - { - "uri": "untp-dcc:ConformityAssessment", - "comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch." - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - } - ] -} \ No newline at end of file diff --git a/_data/assessorlevel.json b/_data/assessorlevel.json deleted file mode 100644 index ca17ffdcd..000000000 --- a/_data/assessorlevel.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "assessorLevel", - "uri": "untp-dcc:assessorLevel", - "comment": [ - "Assurance code pertaining to assessor (relation to the object under assessment)" - ], - "rangeIncludes": [ - { - "uri": "untp-dcc:assessorLevelCode" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - } - ] -} \ No newline at end of file diff --git a/_data/attestationdescription.json b/_data/attestationdescription.json deleted file mode 100644 index 8f80959bb..000000000 --- a/_data/attestationdescription.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "attestationDescription", - "uri": "untp-dcc:attestationDescription", - "comment": [ - "SampleCAB Inc attests that the product class LiFePO4 EV batteries manufactured at Sample battery facility have reported GHG foorptint that conform to the GBA rulebook version 1.5. " - ], - "rangeIncludes": [ - { - "uri": "untp-core:attestationDescription" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - } - ] -} \ No newline at end of file diff --git a/_data/attestationtype.json b/_data/attestationtype.json deleted file mode 100644 index d5975921c..000000000 --- a/_data/attestationtype.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "attestationType", - "uri": "untp-dcc:attestationType", - "comment": [ - "The type of criterion (optional or mandatory)." - ], - "rangeIncludes": [ - { - "uri": "untp-dcc:attestationTypeCode" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - } - ] -} \ No newline at end of file diff --git a/_data/auditableevidence.json b/_data/auditableevidence.json deleted file mode 100644 index 481ae7d1c..000000000 --- a/_data/auditableevidence.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "auditableEvidence", - "uri": "untp-dcc:auditableEvidence", - "comment": [ - "Auditable evidence supporting this assessment such as raw measurements, supporting documents. This is usally private data and would normally be encrypted." - ], - "rangeIncludes": [ - { - "uri": "untp-core:auditableEvidence" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - } - ] -} \ No newline at end of file diff --git a/_data/authorisations.json b/_data/authorisations.json deleted file mode 100644 index f2acf8c06..000000000 --- a/_data/authorisations.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "authorisations", - "uri": "untp-dcc:authorisations", - "comment": [ - "The authority under which a conformity claim is issued. For example a national accrediation authority may accredit a test lab to issue test certificates about a product against a standard. " - ], - "rangeIncludes": [ - { - "uri": "untp-core:authorisations" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - } - ] -} \ No newline at end of file diff --git a/_data/compliance.json b/_data/compliance.json deleted file mode 100644 index 68798b603..000000000 --- a/_data/compliance.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "compliance", - "uri": "untp-dcc:compliance", - "comment": [ - "An indicator of whether or not the assessment meets the specification." - ], - "rangeIncludes": [ - { - "uri": "untp-core:compliance" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAssessment", - "comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch." - } - ] -} \ No newline at end of file diff --git a/_data/conformityassessment.json b/_data/conformityassessment.json deleted file mode 100644 index fcfde5130..000000000 --- a/_data/conformityassessment.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "label": "ConformityAssessment", - "uri": "untp-dcc:ConformityAssessment", - "comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch.", - "subClassOf": "untp-core:Declaration", - "datatypeProperties": [ - { - "uri": "untp-dcc:assessedFacilities", - "type": "untp-dcc:Facility", - "comment": "The list of facilities that ..." - }, - { - "uri": "untp-dcc:assessedProducts", - "type": "untp-dcc:Product", - "comment": "The list of products that ..." - }, - { - "uri": "untp-dcc:assessmentCriteria", - "type": "untp-core:assessmentCriteria", - "comment": "The specification against which the ..." - }, - { - "uri": "untp-dcc:compliance", - "type": "untp-core:compliance", - "comment": "An indicator of whether or ..." - }, - { - "uri": "untp-dcc:conformityTopic", - "type": "untp-dcc:conformityTopicCode", - "comment": "The conformity topic category for ..." - }, - { - "uri": "untp-dcc:declaredValues", - "type": "untp-core:declaredValues", - "comment": "The list of specific values ..." - }, - { - "uri": "untp-dcc:id", - "type": "xsd:string", - "comment": "A unique identifier (URI) assigned ..." - }, - { - "uri": "untp-dcc:referenceRegulation", - "type": "untp-core:referenceRegulation", - "comment": "The reference to the regulation ..." - }, - { - "uri": "untp-dcc:referenceStandard", - "type": "untp-core:referenceStandard", - "comment": "The reference to the standard ..." - } - ], - "referencedBy": [ - { - "uri": "untp-dcc:assessments", - "comment": "The list of specific assessments ..." - } - ] -} \ No newline at end of file diff --git a/_data/conformityassessmentscheme.json b/_data/conformityassessmentscheme.json deleted file mode 100644 index 632b12922..000000000 --- a/_data/conformityassessmentscheme.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "label": "ConformityAssessmentScheme", - "uri": "untp-dcc:ConformityAssessmentScheme", - "comment": "A formal governance scheme under which this attestation is issued (eg ACRS structural steel certification) ", - "subClassOf": "untp-core:Standard", - "datatypeProperties": [ - { - "uri": "untp-dcc:id", - "type": "xsd:string", - "comment": "A unique identifier (URI) assigned ..." - }, - { - "uri": "untp-dcc:issueDate", - "type": "xsd:string", - "comment": "The date when the standard ..." - }, - { - "uri": "untp-dcc:issuingParty", - "type": "untp-core:Entity", - "comment": "The party that issued the ..." - }, - { - "uri": "untp-dcc:name", - "type": "untp-core:name", - "comment": "Product GHG Footprint certificate in ..." - }, - { - "uri": "untp-dcc:trustmark", - "type": "untp-core:BinaryFile", - "comment": "The trust mark that represents ..." - } - ], - "referencedBy": [ - { - "uri": "untp-dcc:scope", - "comment": "A list of relevant standards ..." - } - ] -} \ No newline at end of file diff --git a/_data/conformityattestation.json b/_data/conformityattestation.json deleted file mode 100644 index aa2ab2834..000000000 --- a/_data/conformityattestation.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "label": "ConformityAttestation", - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation.", - "subClassOf": "untp-core:Attestation", - "datatypeProperties": [ - { - "uri": "untp-dcc:assessmentLevel", - "type": "untp-dcc:assessmentLevelCode", - "comment": "Assurance pertaining to assessment (any ..." - }, - { - "uri": "untp-dcc:assessments", - "type": "untp-dcc:ConformityAssessment", - "comment": "The list of specific assessments ..." - }, - { - "uri": "untp-dcc:assessorLevel", - "type": "untp-dcc:assessorLevelCode", - "comment": "Assurance code pertaining to assessor ..." - }, - { - "uri": "untp-dcc:attestationDescription", - "type": "untp-core:attestationDescription", - "comment": "SampleCAB Inc attests that the ..." - }, - { - "uri": "untp-dcc:attestationType", - "type": "untp-dcc:attestationTypeCode", - "comment": "The type of criterion (optional ..." - }, - { - "uri": "untp-dcc:auditableEvidence", - "type": "untp-core:auditableEvidence", - "comment": "Auditable evidence supporting this assessment ..." - }, - { - "uri": "untp-dcc:authorisations", - "type": "untp-core:authorisations", - "comment": "The authority under which a ..." - }, - { - "uri": "untp-dcc:conformityCertificate", - "type": "untp-core:conformityCertificate", - "comment": "A reference to the human ..." - }, - { - "uri": "untp-dcc:id", - "type": "xsd:string", - "comment": "A unique identifier (URI) assigned ..." - }, - { - "uri": "untp-dcc:issuedToParty", - "type": "untp-core:issuedToParty", - "comment": "The party to whom the ..." - }, - { - "uri": "untp-dcc:name", - "type": "untp-core:name", - "comment": "Product GHG Footprint certificate in ..." - }, - { - "uri": "untp-dcc:scope", - "type": "untp-dcc:ConformityAssessmentScheme", - "comment": "A list of relevant standards ..." - } - ], - "referencedBy": [ - { - "uri": "untp-dcc:credentialSubject", - "comment": "The conformity attestion is the ..." - } - ] -} \ No newline at end of file diff --git a/_data/conformitycertificate.json b/_data/conformitycertificate.json deleted file mode 100644 index 50a7cfe62..000000000 --- a/_data/conformitycertificate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "conformityCertificate", - "uri": "untp-dcc:conformityCertificate", - "comment": [ - "A reference to the human / printable version of this conformity attestation - typically represented as a PDF document. The document may have more details than are represented in the digital attestation." - ], - "rangeIncludes": [ - { - "uri": "untp-core:conformityCertificate" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - } - ] -} \ No newline at end of file diff --git a/_data/conformitytopic.json b/_data/conformitytopic.json deleted file mode 100644 index e953e84a8..000000000 --- a/_data/conformitytopic.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "conformityTopic", - "uri": "untp-dcc:conformityTopic", - "comment": [ - "The conformity topic category for this assessment (eg vocabulary.uncefact.org/sustainability/emissions)" - ], - "rangeIncludes": [ - { - "uri": "untp-dcc:conformityTopicCode" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAssessment", - "comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch." - } - ] -} \ No newline at end of file diff --git a/_data/credentialsubject.json b/_data/credentialsubject.json deleted file mode 100644 index e2d6a71fd..000000000 --- a/_data/credentialsubject.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "label": "credentialSubject", - "uri": "untp-dcc:credentialSubject", - "comment": [ - "The conformity attestion is the subject of the verifiable credential. " - ], - "rangeIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:DigitalConformityCredential", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation. " - } - ] -} \ No newline at end of file diff --git a/_data/declaredvalues.json b/_data/declaredvalues.json deleted file mode 100644 index f242c276c..000000000 --- a/_data/declaredvalues.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "declaredValues", - "uri": "untp-dcc:declaredValues", - "comment": [ - "The list of specific values measured as part of this assessment (eg tensile strength)" - ], - "rangeIncludes": [ - { - "uri": "untp-core:declaredValues" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAssessment", - "comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch." - } - ] -} \ No newline at end of file diff --git a/_data/digitalconformitycredential.json b/_data/digitalconformitycredential.json deleted file mode 100644 index 21e0870da..000000000 --- a/_data/digitalconformitycredential.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "label": "DigitalConformityCredential", - "uri": "untp-dcc:DigitalConformityCredential", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation. ", - "subClassOf": "untp-core:VerifiableCredential", - "datatypeProperties": [ - { - "uri": "untp-dcc:@context", - "type": "xsd:string", - "comment": "A list of JSON-LD context ..." - }, - { - "uri": "untp-dcc:credentialSubject", - "type": "untp-dcc:ConformityAttestation", - "comment": "The conformity attestion is the ..." - }, - { - "uri": "untp-dcc:id", - "type": "xsd:string", - "comment": "A unique identifier (URI) assigned ..." - }, - { - "uri": "untp-dcc:issuer", - "type": "untp-core:CredentialIssuer", - "comment": "The organisation that is the ..." - }, - { - "uri": "untp-dcc:validFrom", - "type": "xsd:string", - "comment": "The date and time from ..." - }, - { - "uri": "untp-dcc:validUntil", - "type": "xsd:string", - "comment": "The expiry date (if applicable) ..." - } - ] -} \ No newline at end of file diff --git a/_data/facility.json b/_data/facility.json deleted file mode 100644 index 1a9c94fcc..000000000 --- a/_data/facility.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "label": "Facility", - "uri": "untp-dcc:Facility", - "comment": "The facility which is the subject of this conformity assessment", - "subClassOf": "untp-core:Entity", - "datatypeProperties": [ - { - "uri": "untp-dcc:IDverifiedByCAB", - "type": "xsd:boolean", - "comment": "Indicates whether the conformity assessment ..." - }, - { - "uri": "untp-dcc:id", - "type": "xsd:string", - "comment": "A unique identifier (URI) assigned ..." - }, - { - "uri": "untp-dcc:idScheme", - "type": "untp-core:IdentifierScheme", - "comment": "The identifier scheme. Exampleproduct - ..." - }, - { - "uri": "untp-dcc:name", - "type": "untp-core:name", - "comment": "Product GHG Footprint certificate in ..." - }, - { - "uri": "untp-dcc:registeredId", - "type": "xsd:string", - "comment": "The registration number (alphanumeric) of ..." - } - ], - "referencedBy": [ - { - "uri": "untp-dcc:assessedFacilities", - "comment": "The list of facilities that ..." - } - ] -} \ No newline at end of file diff --git a/_data/id.json b/_data/id.json deleted file mode 100644 index c0ddb4dce..000000000 --- a/_data/id.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "label": "id", - "uri": "untp-dcc:id", - "comment": [ - "A unique identifier (URI) assigned to the product passport. May be a UUID", - "The globally unique ID of this conformity attestation.", - "A unique identifier for the standard (eg https://www.iso.org/standard/60857.html).", - "A unique identifier for the delcaration. Often this will be an extension of the product.id or attestation.id. But could be a UUID.", - "The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. ", - "The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. " - ], - "rangeIncludes": [ - { - "uri": "xsd:string" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:DigitalConformityCredential", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation. " - }, - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - }, - { - "uri": "untp-dcc:ConformityAssessmentScheme", - "comment": "A formal governance scheme under which this attestation is issued (eg ACRS structural steel certification) " - }, - { - "uri": "untp-dcc:ConformityAssessment", - "comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch." - }, - { - "uri": "untp-dcc:Product", - "comment": "The product which is the subject of this conformity assessment" - }, - { - "uri": "untp-dcc:Facility", - "comment": "The facility which is the subject of this conformity assessment" - } - ] -} \ No newline at end of file diff --git a/_data/idscheme.json b/_data/idscheme.json deleted file mode 100644 index 7a429612c..000000000 --- a/_data/idscheme.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "label": "idScheme", - "uri": "untp-dcc:idScheme", - "comment": [ - "The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. ", - "The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. " - ], - "rangeIncludes": [ - { - "uri": "untp-core:IdentifierScheme" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:Product", - "comment": "The product which is the subject of this conformity assessment" - }, - { - "uri": "untp-dcc:Facility", - "comment": "The facility which is the subject of this conformity assessment" - } - ] -} \ No newline at end of file diff --git a/_data/idverifiedbycab.json b/_data/idverifiedbycab.json deleted file mode 100644 index f6006ae60..000000000 --- a/_data/idverifiedbycab.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "label": "IDverifiedByCAB", - "uri": "untp-dcc:IDverifiedByCAB", - "comment": [ - "Indicates whether the conformity assessment body has verified the identity product that is the subject of the assessment.", - "Indicates whether the conformity assessment body has verified the identity of the facility which is the subject of the assement." - ], - "rangeIncludes": [ - { - "uri": "xsd:boolean" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:Product", - "comment": "The product which is the subject of this conformity assessment" - }, - { - "uri": "untp-dcc:Facility", - "comment": "The facility which is the subject of this conformity assessment" - } - ] -} \ No newline at end of file diff --git a/_data/issuedate.json b/_data/issuedate.json deleted file mode 100644 index a1f66e56c..000000000 --- a/_data/issuedate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "issueDate", - "uri": "untp-dcc:issueDate", - "comment": [ - "The date when the standard was issued." - ], - "rangeIncludes": [ - { - "uri": "xsd:string" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAssessmentScheme", - "comment": "A formal governance scheme under which this attestation is issued (eg ACRS structural steel certification) " - } - ] -} \ No newline at end of file diff --git a/_data/issuedtoparty.json b/_data/issuedtoparty.json deleted file mode 100644 index ef4708414..000000000 --- a/_data/issuedtoparty.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "issuedToParty", - "uri": "untp-dcc:issuedToParty", - "comment": [ - "The party to whom the conformity attestation was issued." - ], - "rangeIncludes": [ - { - "uri": "untp-core:issuedToParty" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - } - ] -} \ No newline at end of file diff --git a/_data/issuer.json b/_data/issuer.json deleted file mode 100644 index f8b02a46f..000000000 --- a/_data/issuer.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "issuer", - "uri": "untp-dcc:issuer", - "comment": [ - "The organisation that is the isuer of this VC. Note that the \"id\" property MUST be a W3C DID. Other identifiers such as tax registration numbers can be listed in the \"otherIdentifiers\" property." - ], - "rangeIncludes": [ - { - "uri": "untp-core:CredentialIssuer" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:DigitalConformityCredential", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation. " - } - ] -} \ No newline at end of file diff --git a/_data/issuingparty.json b/_data/issuingparty.json deleted file mode 100644 index b3941cd41..000000000 --- a/_data/issuingparty.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "issuingParty", - "uri": "untp-dcc:issuingParty", - "comment": [ - "The party that issued the standard " - ], - "rangeIncludes": [ - { - "uri": "untp-core:Entity" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAssessmentScheme", - "comment": "A formal governance scheme under which this attestation is issued (eg ACRS structural steel certification) " - } - ] -} \ No newline at end of file diff --git a/_data/name.json b/_data/name.json deleted file mode 100644 index 67c39d476..000000000 --- a/_data/name.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "label": "name", - "uri": "untp-dcc:name", - "comment": [ - "Product GHG Footprint certificate in accordance with GBA Rulebook.", - "The name of the standard", - "The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory", - "The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory" - ], - "rangeIncludes": [ - { - "uri": "untp-core:name" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - }, - { - "uri": "untp-dcc:ConformityAssessmentScheme", - "comment": "A formal governance scheme under which this attestation is issued (eg ACRS structural steel certification) " - }, - { - "uri": "untp-dcc:Product", - "comment": "The product which is the subject of this conformity assessment" - }, - { - "uri": "untp-dcc:Facility", - "comment": "The facility which is the subject of this conformity assessment" - } - ] -} \ No newline at end of file diff --git a/_data/product.json b/_data/product.json deleted file mode 100644 index 1188a5358..000000000 --- a/_data/product.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "label": "Product", - "uri": "untp-dcc:Product", - "comment": "The product which is the subject of this conformity assessment", - "subClassOf": "untp-core:Entity", - "datatypeProperties": [ - { - "uri": "untp-dcc:IDverifiedByCAB", - "type": "xsd:boolean", - "comment": "Indicates whether the conformity assessment ..." - }, - { - "uri": "untp-dcc:id", - "type": "xsd:string", - "comment": "A unique identifier (URI) assigned ..." - }, - { - "uri": "untp-dcc:idScheme", - "type": "untp-core:IdentifierScheme", - "comment": "The identifier scheme. Exampleproduct - ..." - }, - { - "uri": "untp-dcc:name", - "type": "untp-core:name", - "comment": "Product GHG Footprint certificate in ..." - }, - { - "uri": "untp-dcc:registeredId", - "type": "xsd:string", - "comment": "The registration number (alphanumeric) of ..." - } - ], - "referencedBy": [ - { - "uri": "untp-dcc:assessedProducts", - "comment": "The list of products that ..." - } - ] -} \ No newline at end of file diff --git a/_data/referenceregulation.json b/_data/referenceregulation.json deleted file mode 100644 index e079fe19c..000000000 --- a/_data/referenceregulation.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "referenceRegulation", - "uri": "untp-dcc:referenceRegulation", - "comment": [ - "The reference to the regulation that defines the assessment criteria" - ], - "rangeIncludes": [ - { - "uri": "untp-core:referenceRegulation" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAssessment", - "comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch." - } - ] -} \ No newline at end of file diff --git a/_data/referencestandard.json b/_data/referencestandard.json deleted file mode 100644 index b92f18d76..000000000 --- a/_data/referencestandard.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "referenceStandard", - "uri": "untp-dcc:referenceStandard", - "comment": [ - "The reference to the standard that defines the specification / criteria" - ], - "rangeIncludes": [ - { - "uri": "untp-core:referenceStandard" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAssessment", - "comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch." - } - ] -} \ No newline at end of file diff --git a/_data/registeredid.json b/_data/registeredid.json deleted file mode 100644 index a891a7573..000000000 --- a/_data/registeredid.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "label": "registeredId", - "uri": "untp-dcc:registeredId", - "comment": [ - "The registration number (alphanumeric) of the entity within the register. Unique within the register.", - "The registration number (alphanumeric) of the entity within the register. Unique within the register." - ], - "rangeIncludes": [ - { - "uri": "xsd:string" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:Product", - "comment": "The product which is the subject of this conformity assessment" - }, - { - "uri": "untp-dcc:Facility", - "comment": "The facility which is the subject of this conformity assessment" - } - ] -} \ No newline at end of file diff --git a/_data/scope.json b/_data/scope.json deleted file mode 100644 index c733d09a9..000000000 --- a/_data/scope.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "label": "scope", - "uri": "untp-dcc:scope", - "comment": [ - "A list of relevant standards and/or regulations against which apply to this attestation (eg AS1163:2016)." - ], - "rangeIncludes": [ - { - "uri": "untp-dcc:ConformityAssessmentScheme", - "comment": "A formal governance scheme under which this attestation is issued (eg ACRS structural steel certification) " - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAttestation", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation." - } - ] -} \ No newline at end of file diff --git a/_data/trustmark.json b/_data/trustmark.json deleted file mode 100644 index df315b0ca..000000000 --- a/_data/trustmark.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "trustmark", - "uri": "untp-dcc:trustmark", - "comment": [ - "The trust mark that represents the conformity assessment scheme." - ], - "rangeIncludes": [ - { - "uri": "untp-core:BinaryFile" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:ConformityAssessmentScheme", - "comment": "A formal governance scheme under which this attestation is issued (eg ACRS structural steel certification) " - } - ] -} \ No newline at end of file diff --git a/_data/validfrom.json b/_data/validfrom.json deleted file mode 100644 index df11db97e..000000000 --- a/_data/validfrom.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "validFrom", - "uri": "untp-dcc:validFrom", - "comment": [ - "The date and time from which the credential is valid." - ], - "rangeIncludes": [ - { - "uri": "xsd:string" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:DigitalConformityCredential", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation. " - } - ] -} \ No newline at end of file diff --git a/_data/validuntil.json b/_data/validuntil.json deleted file mode 100644 index 19e114648..000000000 --- a/_data/validuntil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "label": "validUntil", - "uri": "untp-dcc:validUntil", - "comment": [ - "The expiry date (if applicable) of this verifiable credential." - ], - "rangeIncludes": [ - { - "uri": "xsd:string" - } - ], - "domainIncludes": [ - { - "uri": "untp-dcc:DigitalConformityCredential", - "comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation. " - } - ] -} \ No newline at end of file diff --git a/_properties/@context.md b/_properties/@context.md deleted file mode 100644 index 2d581657a..000000000 --- a/_properties/@context.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: @context -permalink: @context.html -jsonid: @context ---- diff --git a/_properties/assessedfacilities.md b/_properties/assessedfacilities.md deleted file mode 100644 index 02e12a373..000000000 --- a/_properties/assessedfacilities.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: assessedFacilities -permalink: assessedFacilities.html -jsonid: assessedfacilities ---- diff --git a/_properties/assessedproducts.md b/_properties/assessedproducts.md deleted file mode 100644 index aa0a3c1e4..000000000 --- a/_properties/assessedproducts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: assessedProducts -permalink: assessedProducts.html -jsonid: assessedproducts ---- diff --git a/_properties/assessmentcriteria.md b/_properties/assessmentcriteria.md deleted file mode 100644 index 81bb8a829..000000000 --- a/_properties/assessmentcriteria.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: assessmentCriteria -permalink: assessmentCriteria.html -jsonid: assessmentcriteria ---- diff --git a/_properties/assessmentlevel.md b/_properties/assessmentlevel.md deleted file mode 100644 index 00ee5c340..000000000 --- a/_properties/assessmentlevel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: assessmentLevel -permalink: assessmentLevel.html -jsonid: assessmentlevel ---- diff --git a/_properties/assessments.md b/_properties/assessments.md deleted file mode 100644 index 2759f707c..000000000 --- a/_properties/assessments.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: assessments -permalink: assessments.html -jsonid: assessments ---- diff --git a/_properties/assessorlevel.md b/_properties/assessorlevel.md deleted file mode 100644 index c2fa24f52..000000000 --- a/_properties/assessorlevel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: assessorLevel -permalink: assessorLevel.html -jsonid: assessorlevel ---- diff --git a/_properties/attestationdescription.md b/_properties/attestationdescription.md deleted file mode 100644 index 4eed7f2f9..000000000 --- a/_properties/attestationdescription.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: attestationDescription -permalink: attestationDescription.html -jsonid: attestationdescription ---- diff --git a/_properties/attestationtype.md b/_properties/attestationtype.md deleted file mode 100644 index c77bb28e0..000000000 --- a/_properties/attestationtype.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: attestationType -permalink: attestationType.html -jsonid: attestationtype ---- diff --git a/_properties/auditableevidence.md b/_properties/auditableevidence.md deleted file mode 100644 index 4d75e4cfe..000000000 --- a/_properties/auditableevidence.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: auditableEvidence -permalink: auditableEvidence.html -jsonid: auditableevidence ---- diff --git a/_properties/authorisations.md b/_properties/authorisations.md deleted file mode 100644 index dfa7136f3..000000000 --- a/_properties/authorisations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: authorisations -permalink: authorisations.html -jsonid: authorisations ---- diff --git a/_properties/compliance.md b/_properties/compliance.md deleted file mode 100644 index b33e763a2..000000000 --- a/_properties/compliance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: compliance -permalink: compliance.html -jsonid: compliance ---- diff --git a/_properties/conformitycertificate.md b/_properties/conformitycertificate.md deleted file mode 100644 index 03a61f56f..000000000 --- a/_properties/conformitycertificate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: conformityCertificate -permalink: conformityCertificate.html -jsonid: conformitycertificate ---- diff --git a/_properties/conformitytopic.md b/_properties/conformitytopic.md deleted file mode 100644 index 42686500a..000000000 --- a/_properties/conformitytopic.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: conformityTopic -permalink: conformityTopic.html -jsonid: conformitytopic ---- diff --git a/_properties/credentialsubject.md b/_properties/credentialsubject.md deleted file mode 100644 index bbd1ac096..000000000 --- a/_properties/credentialsubject.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: credentialSubject -permalink: credentialSubject.html -jsonid: credentialsubject ---- diff --git a/_properties/declaredvalues.md b/_properties/declaredvalues.md deleted file mode 100644 index 76ad36bc1..000000000 --- a/_properties/declaredvalues.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: declaredValues -permalink: declaredValues.html -jsonid: declaredvalues ---- diff --git a/_properties/id.md b/_properties/id.md deleted file mode 100644 index cfaf09939..000000000 --- a/_properties/id.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: id -permalink: id.html -jsonid: id ---- diff --git a/_properties/idscheme.md b/_properties/idscheme.md deleted file mode 100644 index 14064d1db..000000000 --- a/_properties/idscheme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: idScheme -permalink: idScheme.html -jsonid: idscheme ---- diff --git a/_properties/idverifiedbycab.md b/_properties/idverifiedbycab.md deleted file mode 100644 index a736013b1..000000000 --- a/_properties/idverifiedbycab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: IDverifiedByCAB -permalink: IDverifiedByCAB.html -jsonid: idverifiedbycab ---- diff --git a/_properties/issuedate.md b/_properties/issuedate.md deleted file mode 100644 index 7f4e8a090..000000000 --- a/_properties/issuedate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: issueDate -permalink: issueDate.html -jsonid: issuedate ---- diff --git a/_properties/issuedtoparty.md b/_properties/issuedtoparty.md deleted file mode 100644 index 16ebb815a..000000000 --- a/_properties/issuedtoparty.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: issuedToParty -permalink: issuedToParty.html -jsonid: issuedtoparty ---- diff --git a/_properties/issuer.md b/_properties/issuer.md deleted file mode 100644 index 79830533a..000000000 --- a/_properties/issuer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: issuer -permalink: issuer.html -jsonid: issuer ---- diff --git a/_properties/issuingparty.md b/_properties/issuingparty.md deleted file mode 100644 index da12ab323..000000000 --- a/_properties/issuingparty.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: issuingParty -permalink: issuingParty.html -jsonid: issuingparty ---- diff --git a/_properties/name.md b/_properties/name.md deleted file mode 100644 index 019319f83..000000000 --- a/_properties/name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: name -permalink: name.html -jsonid: name ---- diff --git a/_properties/referenceregulation.md b/_properties/referenceregulation.md deleted file mode 100644 index 388119938..000000000 --- a/_properties/referenceregulation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: referenceRegulation -permalink: referenceRegulation.html -jsonid: referenceregulation ---- diff --git a/_properties/referencestandard.md b/_properties/referencestandard.md deleted file mode 100644 index e7445613c..000000000 --- a/_properties/referencestandard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: referenceStandard -permalink: referenceStandard.html -jsonid: referencestandard ---- diff --git a/_properties/registeredid.md b/_properties/registeredid.md deleted file mode 100644 index 6dc75b5e5..000000000 --- a/_properties/registeredid.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: registeredId -permalink: registeredId.html -jsonid: registeredid ---- diff --git a/_properties/scope.md b/_properties/scope.md deleted file mode 100644 index 0781dfa45..000000000 --- a/_properties/scope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: scope -permalink: scope.html -jsonid: scope ---- diff --git a/_properties/trustmark.md b/_properties/trustmark.md deleted file mode 100644 index b0c4a937a..000000000 --- a/_properties/trustmark.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: trustmark -permalink: trustmark.html -jsonid: trustmark ---- diff --git a/_properties/validfrom.md b/_properties/validfrom.md deleted file mode 100644 index 70aa33f62..000000000 --- a/_properties/validfrom.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: validFrom -permalink: validFrom.html -jsonid: validfrom ---- diff --git a/_properties/validuntil.md b/_properties/validuntil.md deleted file mode 100644 index 25c9fbe59..000000000 --- a/_properties/validuntil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: validUntil -permalink: validUntil.html -jsonid: validuntil ---- diff --git a/err.md b/err.md deleted file mode 100644 index da48e75e8..000000000 --- a/err.md +++ /dev/null @@ -1,21 +0,0 @@ -untp-core:assessmentCriteria -untp-core:conformityCertificate -untp-core:attestationDescription -untp-core:Entity -untp-core:referenceRegulation -untp-core:IdentifierScheme -untp-dcc:assessmentLevelCode -untp-core:referenceStandard -untp-dcc:assessorLevelCode -untp-core:compliance -untp-core:name -untp-core:BinaryFile -untp-dcc:attestationTypeCode -untp-core:declaredValues -untp-core:auditableEvidence -untp-dcc:conformityTopicCode -untp-core:authorisations -xsd:boolean -untp-core:CredentialIssuer -xsd:string -untp-core:issuedToParty diff --git a/out.md b/out.md deleted file mode 100644 index 62a8120cf..000000000 --- a/out.md +++ /dev/null @@ -1,3 +0,0 @@ -Class untp-dcc:DigitalConformityCredential has no references - -unece:SpecifiedPeriod - null diff --git a/untp-dcc-context-0.3.7.jsonld b/untp-dcc-context-0.3.7.jsonld deleted file mode 100644 index 95c04806d..000000000 --- a/untp-dcc-context-0.3.7.jsonld +++ /dev/null @@ -1,471 +0,0 @@ -{ - "@context": { - "untp-dcc": "https://test.uncefact.org/vocabulary/untp/dcc/", - "untp-core": "https://test.uncefact.org/vocabulary/untp/core/", - "xsd": "http://www.w3.org/2001/XMLSchema#", - "@protected": true, - "@version": 1.1, - "IdentifierScheme": { - "@protected": true, - "@id": "untp-core:IdentifierScheme", - "@context": { - "name": { - "@id": "untp-core:name", - "@type": "xsd:string" - } - } - }, - "Entity": { - "@protected": true, - "@id": "untp-core:Entity", - "@context": { - "registeredId": { - "@id": "untp-core:registeredId", - "@type": "xsd:string" - }, - "idScheme": { - "@id": "untp-dcc:idScheme", - "@type": "@id" - } - } - }, - "CredentialIssuer": { - "@protected": true, - "@id": "untp-core:CredentialIssuer", - "@context": { - "otherIdentifiers": { - "@id": "untp-dcc:otherIdentifiers", - "@type": "@id" - } - } - }, - "ConformityAssessmentScheme": { - "@protected": true, - "@id": "untp-dcc:ConformityAssessmentScheme", - "@context": { - "name": { - "@id": "untp-dcc:name", - "@type": "xsd:string" - }, - "issuingParty": { - "@id": "untp-dcc:issuingParty", - "@type": "@id" - }, - "issueDate": { - "@id": "untp-dcc:issueDate", - "@type": "xsd:string" - }, - "trustmark": "untp-core:trustmark" - } - }, - "Product": { - "@protected": true, - "@id": "untp-dcc:Product", - "@context": { - "registeredId": { - "@id": "untp-dcc:registeredId", - "@type": "xsd:string" - }, - "idScheme": { - "@id": "untp-dcc:idScheme", - "@type": "@id" - }, - "IDverifiedByCAB": { - "@id": "untp-dcc:IDverifiedByCAB", - "@type": "xsd:boolean" - } - } - }, - "Facility": { - "@protected": true, - "@id": "untp-dcc:Facility", - "@context": { - "registeredId": { - "@id": "untp-dcc:registeredId", - "@type": "xsd:string" - }, - "idScheme": { - "@id": "untp-dcc:idScheme", - "@type": "@id" - }, - "IDverifiedByCAB": { - "@id": "untp-dcc:IDverifiedByCAB", - "@type": "xsd:boolean" - } - } - }, - "ConformityAssessment": { - "@protected": true, - "@id": "untp-dcc:ConformityAssessment", - "@context": { - "referenceStandard": "untp-core:referenceStandard", - "referenceRegulation": "untp-core:referenceRegulation", - "assessmentCriteria": "untp-core:assessmentCriteria", - "declaredValues": "untp-core:declaredValues", - "compliance": "untp-core:compliance", - "conformityTopic": "untp-core:conformityTopic", - "assessedProducts": { - "@id": "untp-dcc:assessedProducts", - "@type": "@id" - }, - "assessedFacilities": { - "@id": "untp-dcc:assessedFacilities", - "@type": "@id" - } - } - }, - "ConformityAttestation": { - "@protected": true, - "@id": "untp-dcc:ConformityAttestation", - "@context": { - "name": "untp-core:name", - "assessorLevel": "untp-core:assessorLevel", - "assessmentLevel": "untp-core:assessmentLevel", - "attestationType": "untp-core:attestationType", - "attestationDescription": "untp-core:attestationDescription", - "issuedToParty": "untp-core:issuedToParty", - "authorisations": "untp-core:authorisations", - "conformityCertificate": "untp-core:conformityCertificate", - "auditableEvidence": "untp-core:auditableEvidence", - "scope": { - "@id": "untp-dcc:scope", - "@type": "@id" - }, - "assessments": { - "@id": "untp-dcc:assessments", - "@type": "@id" - } - } - }, - "DigitalConformityCredential": { - "@protected": true, - "@id": "untp-dcc:DigitalConformityCredential", - "@context": { - "issuer": { - "@id": "untp-dcc:issuer", - "@type": "@id" - }, - "validFrom": { - "@id": "untp-dcc:validFrom", - "@type": "xsd:string" - }, - "validUntil": { - "@id": "untp-dcc:validUntil", - "@type": "xsd:string" - }, - "credentialSubject": { - "@id": "untp-dcc:credentialSubject", - "@type": "@id" - } - } - }, - "Endorsement": { - "@protected": true, - "@id": "untp-core:Endorsement", - "@context": { - "trustmark": { - "@protected": true, - "@id": "untp-core:trustmark", - "@context": { - "fileName": { - "@id": "untp-core:fileName", - "@type": "xsd:string" - }, - "fileType": { - "@id": "untp-core:fileType", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://mimetype.io/all-types" - } - }, - "file": { - "@id": "untp-core:file", - "@type": "xsd:string" - } - } - }, - "issuingAuthority": { - "@id": "untp-dcc:issuingAuthority", - "@type": "@id" - }, - "accreditationCertificate": { - "@protected": true, - "@id": "untp-core:accreditationCertificate", - "@context": { - "linkURL": { - "@id": "untp-core:linkURL", - "@type": "xsd:string" - }, - "linkName": { - "@id": "untp-core:linkName", - "@type": "xsd:string" - }, - "linkType": { - "@id": "untp-core:linkType", - "@type": "xsd:string" - } - } - } - } - }, - "Attestation": { - "@protected": true, - "@id": "untp-core:Attestation", - "@context": { - "assessorLevel": { - "@id": "untp-core:assessorLevel", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://test.uncefact.org/vocabulary/untp/core/assessorLevelCode#" - } - }, - "assessmentLevel": { - "@id": "untp-core:assessmentLevel", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://test.uncefact.org/vocabulary/untp/core/assessmentLevelCode#" - } - }, - "attestationType": { - "@id": "untp-core:attestationType", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://test.uncefact.org/vocabulary/untp/core/attestationTypeCode#" - } - }, - "issuedToParty": { - "@id": "untp-dcc:issuedToParty", - "@type": "@id" - }, - "authorisations": { - "@id": "untp-dcc:authorisations", - "@type": "@id" - }, - "conformityCertificate": { - "@protected": true, - "@id": "untp-core:conformityCertificate", - "@context": { - "linkURL": { - "@id": "untp-core:linkURL", - "@type": "xsd:string" - }, - "linkName": { - "@id": "untp-core:linkName", - "@type": "xsd:string" - }, - "linkType": { - "@id": "untp-core:linkType", - "@type": "xsd:string" - }, - "hashDigest": { - "@id": "untp-core:hashDigest", - "@type": "xsd:string" - }, - "hashMethod": { - "@id": "untp-core:hashMethod", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://test.uncefact.org/vocabulary/untp/core/hashMethodCode#" - } - }, - "encryptionMethod": { - "@id": "untp-core:encryptionMethod", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://test.uncefact.org/vocabulary/untp/core/encryptionMethodCode#" - } - } - } - }, - "auditableEvidence": { - "@protected": true, - "@id": "untp-core:auditableEvidence", - "@context": { - "linkURL": { - "@id": "untp-core:linkURL", - "@type": "xsd:string" - }, - "linkName": { - "@id": "untp-core:linkName", - "@type": "xsd:string" - }, - "linkType": { - "@id": "untp-core:linkType", - "@type": "xsd:string" - }, - "hashDigest": { - "@id": "untp-core:hashDigest", - "@type": "xsd:string" - }, - "hashMethod": { - "@id": "untp-core:hashMethod", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://test.uncefact.org/vocabulary/untp/core/hashMethodCode#" - } - }, - "encryptionMethod": { - "@id": "untp-core:encryptionMethod", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://test.uncefact.org/vocabulary/untp/core/encryptionMethodCode#" - } - } - } - } - } - }, - "Standard": { - "@protected": true, - "@id": "untp-core:Standard", - "@context": { - "name": { - "@id": "untp-core:name", - "@type": "xsd:string" - }, - "issuingParty": { - "@id": "untp-dcc:issuingParty", - "@type": "@id" - }, - "issueDate": { - "@id": "untp-core:issueDate", - "@type": "xsd:string" - } - } - }, - "Regulation": { - "@protected": true, - "@id": "untp-core:Regulation", - "@context": { - "name": { - "@id": "untp-core:name", - "@type": "xsd:string" - }, - "jurisdictionCountry": { - "@id": "untp-core:jurisdictionCountry", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://vocabulary.uncefact.org/CountryId" - } - }, - "administeredBy": { - "@id": "untp-dcc:administeredBy", - "@type": "@id" - }, - "effectiveDate": { - "@id": "untp-core:effectiveDate", - "@type": "xsd:string" - } - } - }, - "Criterion": { - "@protected": true, - "@id": "untp-core:Criterion", - "@context": { - "thresholdValues": { - "@protected": true, - "@id": "untp-core:thresholdValues", - "@context": { - "metricName": { - "@id": "untp-core:metricName", - "@type": "xsd:string" - }, - "metricValue": { - "@protected": true, - "@id": "untp-core:metricValue", - "@context": { - "value": { - "@id": "untp-core:value", - "@type": "xsd:decimal" - }, - "unit": { - "@id": "untp-core:unit", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode" - } - } - } - }, - "accuracy": { - "@id": "untp-core:accuracy", - "@type": "xsd:decimal" - } - } - } - } - }, - "Declaration": { - "@protected": true, - "@id": "untp-core:Declaration", - "@context": { - "referenceStandard": { - "@id": "untp-dcc:referenceStandard", - "@type": "@id" - }, - "referenceRegulation": { - "@id": "untp-dcc:referenceRegulation", - "@type": "@id" - }, - "assessmentCriteria": { - "@id": "untp-dcc:assessmentCriteria", - "@type": "@id" - }, - "declaredValues": { - "@protected": true, - "@id": "untp-core:declaredValues", - "@context": { - "metricName": { - "@id": "untp-core:metricName", - "@type": "xsd:string" - }, - "metricValue": { - "@protected": true, - "@id": "untp-core:metricValue", - "@context": { - "value": { - "@id": "untp-core:value", - "@type": "xsd:decimal" - }, - "unit": { - "@id": "untp-core:unit", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode" - } - } - } - }, - "accuracy": { - "@id": "untp-core:accuracy", - "@type": "xsd:decimal" - } - } - }, - "compliance": { - "@id": "untp-core:compliance", - "@type": "xsd:boolean" - }, - "conformityTopic": { - "@id": "untp-core:conformityTopic", - "@type": "@vocab", - "@context": { - "@protected": true, - "@vocab": "https://test.uncefact.org/vocabulary/untp/core/conformityTopicCode#" - } - } - } - } - } -} \ No newline at end of file diff --git a/untp-dcc-instance-0.3.7.json b/untp-dcc-instance-0.3.7.json deleted file mode 100644 index c34eac9df..000000000 --- a/untp-dcc-instance-0.3.7.json +++ /dev/null @@ -1,588 +0,0 @@ -{ - "type": [ - "DigitalConformityCredential", - "VerifiableCredential" - ], - "@context": [ - "https://www.w3.org/ns/credentials/v2", - "https://test.uncefact.org/vocabulary/untp/dcc/" - ], - "id": "https://example-company.com/credentials/2a423366-a0d6-4855-ba65-2e0c926d09b0", - "issuer": { - "type": [ - "CredentialIssuer" - ], - "id": "did:web:identifiers.example-company.com:12345", - "name": "Example Company Pty Ltd", - "otherIdentifiers": [ - { - "type": [ - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - } - }, - { - "type": [ - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - } - } - ] - }, - "validFrom": 2024, - "validUntil": 2034, - "credentialSubject": { - "type": [ - "ConformityAttestation", - "Attestation" - ], - "id": "https://exampleCAB.com/38f73303-a39e-45a7-b8b7-e73517548f27", - "name": "The quick brown fox jumps over the lazy dog.", - "assessorLevel": "Self", - "assessmentLevel": "GovtApproval", - "attestationType": "certification", - "attestationDescription": "The quick brown fox jumps over the lazy dog.", - "issuedToParty": { - "type": [ - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - } - }, - "authorisations": [ - { - "type": [ - "Endorsement" - ], - "id": "https://authority.gov/schemeABC/123456789", - "name": "Accreditation of certifiers.com under the Australian National Greenhouse and Energy Reporting scheme (NGER).", - "trustmark": { - "fileName": "GHG protocol trust mark", - "fileType": "image/png", - "file": "iVBORw0KGgoAAAANSUhEUgAAADkAAAA2CAYAAAB9TjFQAAAABGdBTUEAAi/9H3pWy6vI9uFdAAAAAElFTkSuQmCC" - }, - "issuingAuthority": { - "type": [ - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - } - }, - "accreditationCertificate": { - "linkURL": "https://files.example-certifier.com/1234567.json", - "linkName": "GBA rule book conformity certificate", - "linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc" - } - }, - { - "type": [ - "Endorsement" - ], - "id": "https://authority.gov/schemeABC/123456789", - "name": "Accreditation of certifiers.com under the Australian National Greenhouse and Energy Reporting scheme (NGER).", - "trustmark": { - "fileName": "GHG protocol trust mark", - "fileType": "image/png", - "file": "iVBORw0KGgoAAAANSUhEUgAAADkAAAA2CAYAAAB9TjFQAAAABGdBTUEAAi/9H3pWy6vI9uFdAAAAAElFTkSuQmCC" - }, - "issuingAuthority": { - "type": [ - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - } - }, - "accreditationCertificate": { - "linkURL": "https://files.example-certifier.com/1234567.json", - "linkName": "GBA rule book conformity certificate", - "linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc" - } - } - ], - "conformityCertificate": { - "linkURL": "https://files.example-certifier.com/1234567.json", - "linkName": "GBA rule book conformity certificate", - "linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc", - "hashDigest": "6239119", - "hashMethod": "SHA-256", - "encryptionMethod": "AES" - }, - "auditableEvidence": { - "linkURL": "https://files.example-certifier.com/1234567.json", - "linkName": "GBA rule book conformity certificate", - "linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc", - "hashDigest": "6239119", - "hashMethod": "SHA-256", - "encryptionMethod": "AES" - }, - "scope": { - "type": [ - "ConformityAssessmentScheme", - "Standard" - ], - "id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf", - "name": "GBA Battery Passport Greenhouse Gas Rulebook - V.2.0", - "issuingParty": { - "type": [ - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - } - }, - "issueDate": 2023, - "trustmark": { - "fileName": "GHG protocol trust mark", - "fileType": "image/png", - "file": "iVBORw0KGgoAAAANSUhEUgAAADkAAAA2CAYAAAB9TjFQAAAABGdBTUEAAi/9H3pWy6vI9uFdAAAAAElFTkSuQmCC" - } - }, - "assessments": [ - { - "type": [ - "ConformityAssessment", - "Declaration" - ], - "id": "https://exampleCAB.com/38f73303-a39e-45a7-b8b7-e73517548f27/01", - "referenceStandard": { - "type": [ - "Standard" - ], - "id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf", - "name": "GBA Battery Passport Greenhouse Gas Rulebook - V.2.0", - "issuingParty": { - "type": [ - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - } - }, - "issueDate": 2023 - }, - "referenceRegulation": { - "type": [ - "Regulation" - ], - "id": "https://www.legislation.gov.au/F2008L02309/latest/versions", - "name": "NNational Greenhouse and Energy Reporting (Measurement) Determination", - "jurisdictionCountry": "Enumeration Value", - "administeredBy": { - "type": [ - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - } - }, - "effectiveDate": 2024 - }, - "assessmentCriteria": [ - { - "type": [ - "Criterion" - ], - "id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf#BatteryAssembly", - "name": "GBA Battery rule book v2.0 battery assembly guidelines.", - "thresholdValues": [ - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - }, - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - } - ] - }, - { - "type": [ - "Criterion" - ], - "id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf#BatteryAssembly", - "name": "GBA Battery rule book v2.0 battery assembly guidelines.", - "thresholdValues": [ - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - }, - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - } - ] - } - ], - "declaredValues": [ - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - }, - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - } - ], - "compliance": true, - "conformityTopic": "environment.energy", - "assessedProducts": [ - { - "type": [ - "Product", - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - }, - "IDverifiedByCAB": true - }, - { - "type": [ - "Product", - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - }, - "IDverifiedByCAB": true - } - ], - "assessedFacilities": [ - { - "type": [ - "Facility", - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - }, - "IDverifiedByCAB": true - }, - { - "type": [ - "Facility", - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - }, - "IDverifiedByCAB": true - } - ] - }, - { - "type": [ - "ConformityAssessment", - "Declaration" - ], - "id": "https://exampleCAB.com/38f73303-a39e-45a7-b8b7-e73517548f27/01", - "referenceStandard": { - "type": [ - "Standard" - ], - "id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf", - "name": "GBA Battery Passport Greenhouse Gas Rulebook - V.2.0", - "issuingParty": { - "type": [ - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - } - }, - "issueDate": 2023 - }, - "referenceRegulation": { - "type": [ - "Regulation" - ], - "id": "https://www.legislation.gov.au/F2008L02309/latest/versions", - "name": "NNational Greenhouse and Energy Reporting (Measurement) Determination", - "jurisdictionCountry": "Enumeration Value", - "administeredBy": { - "type": [ - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - } - }, - "effectiveDate": 2024 - }, - "assessmentCriteria": [ - { - "type": [ - "Criterion" - ], - "id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf#BatteryAssembly", - "name": "GBA Battery rule book v2.0 battery assembly guidelines.", - "thresholdValues": [ - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - }, - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - } - ] - }, - { - "type": [ - "Criterion" - ], - "id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf#BatteryAssembly", - "name": "GBA Battery rule book v2.0 battery assembly guidelines.", - "thresholdValues": [ - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - }, - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - } - ] - } - ], - "declaredValues": [ - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - }, - { - "metricName": "GHG emissions intensity", - "metricValue": { - "value": 10, - "unit": "KGM" - }, - "accuracy": 0.05 - } - ], - "compliance": true, - "conformityTopic": "environment.energy", - "assessedProducts": [ - { - "type": [ - "Product", - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - }, - "IDverifiedByCAB": true - }, - { - "type": [ - "Product", - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - }, - "IDverifiedByCAB": true - } - ], - "assessedFacilities": [ - { - "type": [ - "Facility", - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - }, - "IDverifiedByCAB": true - }, - { - "type": [ - "Facility", - "Entity" - ], - "id": "https://id.gs1.org/01/09520123456788/21/12345", - "name": "EV battery 300Ah.", - "registeredId": "90664869327", - "idScheme": { - "type": [ - "IdentifierScheme" - ], - "id": "https://id.gs1.org/01/", - "name": "Global Trade Identification Number (GTIN)" - }, - "IDverifiedByCAB": true - } - ] - } - ] - } -} \ No newline at end of file diff --git a/untp-dcc-schema-0.3.7.json b/untp-dcc-schema-0.3.7.json deleted file mode 100644 index d0291c359..000000000 --- a/untp-dcc-schema-0.3.7.json +++ /dev/null @@ -1,879 +0,0 @@ -{ - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "array", - "readOnly": true, - "const": [ - "DigitalConformityCredential", - "VerifiableCredential" - ], - "default": [ - "DigitalConformityCredential", - "VerifiableCredential" - ], - "items": { - "type": "string", - "enum": [ - "DigitalConformityCredential", - "VerifiableCredential" - ] - } - }, - "@context": { - "example": "https://test.uncefact.org/vocabulary/untp/dpp/dpp-context.jsonld", - "type": "array", - "items": { - "type": "string", - "enum": [ - "https://www.w3.org/ns/credentials/v2", - "https://test.uncefact.org/vocabulary/untp/dcc/" - ] - }, - "description": "A list of JSON-LD context URIs that define the seamntic meaning of prperties within the credential. ", - "readOnly": true, - "const": [ - "https://www.w3.org/ns/credentials/v2", - "https://test.uncefact.org/vocabulary/untp/dcc/" - ], - "default": [ - "https://www.w3.org/ns/credentials/v2", - "https://test.uncefact.org/vocabulary/untp/dcc/" - ] - }, - "id": { - "example": "https://example-company.com/credentials/2a423366-a0d6-4855-ba65-2e0c926d09b0", - "type": "string", - "format": "uri", - "description": "A unique identifier (URI) assigned to the product passport. May be a UUID" - }, - "issuer": { - "$ref": "#/$defs/CredentialIssuer", - "description": "The organisation that is the isuer of this VC. Note that the \"id\" property MUST be a W3C DID. Other identifiers such as tax registration numbers can be listed in the \"otherIdentifiers\" property." - }, - "validFrom": { - "example": "2024-03-15", - "type": "string", - "format": "date-time", - "description": "The date and time from which the credential is valid." - }, - "validUntil": { - "example": "2034-03-15", - "type": "string", - "format": "date-time", - "description": "The expiry date (if applicable) of this verifiable credential." - }, - "credentialSubject": { - "$ref": "#/$defs/ConformityAttestation", - "description": "The conformity attestion is the subject of the verifiable credential. " - } - }, - "description": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation. ", - "required": [ - "@context", - "id", - "issuer" - ], - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$defs": { - "CredentialIssuer": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "string", - "default": "CredentialIssuer", - "enum": [ - "CredentialIssuer" - ] - }, - "id": { - "example": "did:web:identifiers.example-company.com:12345", - "type": "string", - "format": "uri", - "description": "The W3C DID of the issuer - should be a did:web or did:tdw" - }, - "name": { - "example": "Example Company Pty Ltd", - "type": "string", - "description": "The name of the issuer person or organisation" - }, - "otherIdentifiers": { - "type": "array", - "items": { - "$ref": "#/$defs/Entity" - }, - "description": "An optional list of other registered identifiers for this credential issuer" - } - }, - "description": "The issuer party ()person or orgnaition) of a verifiable credential.", - "required": [ - "id", - "name" - ] - }, - "Entity": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "string", - "default": "Entity", - "enum": [ - "Entity" - ] - }, - "id": { - "example": "https://id.gs1.org/01/09520123456788/21/12345", - "type": "string", - "format": "uri", - "description": "The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. " - }, - "name": { - "example": "EV battery 300Ah.", - "type": "string", - "description": "The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory" - }, - "registeredId": { - "example": "90664869327", - "type": "string", - "description": "The registration number (alphanumeric) of the entity within the register. Unique within the register." - }, - "idScheme": { - "$ref": "#/$defs/IdentifierScheme", - "description": "The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. " - } - }, - "description": "The ID and Name of an identified entity such qs a product, facility, party, standard, etc. If the identifier is a W3C DID then the corresponding DID document SHOULD include a serviceEndpoint of type \"IdentityResolver\". If the identifier is not a W3C DID then the id peroperty SHOULD be an identity resolver URL.", - "required": [ - "id", - "name" - ] - }, - "IdentifierScheme": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "string", - "default": "IdentifierScheme", - "enum": [ - "IdentifierScheme" - ] - }, - "id": { - "example": "https://id.gs1.org/01/", - "type": "string", - "format": "uri", - "description": "The globally unique identifier of the registration scheme. The scheme should be registered and discoverable from vocabulary.uncefact.org/identifierSchemes" - }, - "name": { - "example": "Global Trade Identification Number (GTIN)", - "type": "string", - "description": "The name of the identifier scheme. " - } - }, - "description": "An identifier registration scheme for products, facilities, or organisations. Typically operated by a state, national or gloabl authority." - }, - "ConformityAttestation": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "array", - "readOnly": true, - "const": [ - "ConformityAttestation", - "Attestation" - ], - "default": [ - "ConformityAttestation", - "Attestation" - ], - "items": { - "type": "string", - "enum": [ - "ConformityAttestation", - "Attestation" - ] - } - }, - "id": { - "example": "https://exampleCAB.com/38f73303-a39e-45a7-b8b7-e73517548f27", - "type": "string", - "format": "uri", - "description": "The globally unique ID of this conformity attestation." - }, - "name": { - "example": "Carbon Lifecycle assessment 12345567", - "type": "string", - "description": "Product GHG Footprint certificate in accordance with GBA Rulebook." - }, - "assessorLevel": { - "type": "string", - "enum": [ - "Self", - "Commercial", - "Buyer", - "Membership", - "Unspecified", - "3rdParty" - ], - "example": "Self", - "description": "Assurance code pertaining to assessor (relation to the object under assessment)" - }, - "assessmentLevel": { - "type": "string", - "enum": [ - "GovtApproval", - "GlobalMLA", - "Accredited", - "Verified", - "Validated", - "Unspecified" - ], - "example": "GovtApproval", - "description": "Assurance pertaining to assessment (any authority or support for the assessment process)" - }, - "attestationType": { - "type": "string", - "enum": [ - "certification", - "declaration", - "inspection", - "testing", - "verification", - "validation", - "calibration" - ], - "example": "certification", - "description": "The type of criterion (optional or mandatory)." - }, - "attestationDescription": { - "example": "Assessment of battery products against the GHG Protocol.", - "type": "string", - "description": "SampleCAB Inc attests that the product class LiFePO4 EV batteries manufactured at Sample battery facility have reported GHG foorptint that conform to the GBA rulebook version 1.5. " - }, - "issuedToParty": { - "$ref": "#/$defs/Entity", - "description": "The party to whom the conformity attestation was issued." - }, - "authorisations": { - "type": "array", - "items": { - "$ref": "#/$defs/Endorsement" - }, - "description": "The authority under which a conformity claim is issued. For example a national accrediation authority may accredit a test lab to issue test certificates about a product against a standard. " - }, - "conformityCertificate": { - "$ref": "#/$defs/SecureLink", - "description": "A reference to the human / printable version of this conformity attestation - typically represented as a PDF document. The document may have more details than are represented in the digital attestation." - }, - "auditableEvidence": { - "$ref": "#/$defs/SecureLink", - "description": "Auditable evidence supporting this assessment such as raw measurements, supporting documents. This is usally private data and would normally be encrypted." - }, - "scope": { - "$ref": "#/$defs/ConformityAssessmentScheme", - "description": "A list of relevant standards and/or regulations against which apply to this attestation (eg AS1163:2016)." - }, - "assessments": { - "type": "array", - "items": { - "$ref": "#/$defs/ConformityAssessment" - }, - "description": "The list of specific assessments made within this conformity attestation." - } - }, - "description": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation.", - "required": [ - "id", - "assessorLevel", - "assessmentLevel", - "attestationType", - "issuedToParty" - ] - }, - "Endorsement": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "string", - "default": "Endorsement", - "enum": [ - "Endorsement" - ] - }, - "id": { - "example": "https://authority.gov/schemeABC/123456789", - "type": "string", - "format": "uri", - "description": "Globally unique identifier of an accreditation or authority issued to a confomrity assessment body by a regulator or national accreditation authority." - }, - "name": { - "example": "Accreditation of certifiers.com under the Australian National Greenhouse and Energy Reporting scheme (NGER).", - "type": "string", - "description": "The name of the accreditation." - }, - "trustmark": { - "$ref": "#/$defs/BinaryFile", - "description": "The trust mark image awarded by the AB to the CAB to indicate accrediation." - }, - "issuingAuthority": { - "$ref": "#/$defs/Entity", - "description": "The competent authority that issued the accreditation." - }, - "accreditationCertificate": { - "$ref": "#/$defs/Link", - "description": "The evidence that supports the authroty under which the attestation is issued - eg an accreditation certificate." - } - }, - "description": "The authority under which a conformity claim is issued. For example a national accrediation authority may accredit a test lab to issue test certificates about a product against a standard. ", - "required": [ - "id", - "name", - "issuingAuthority" - ] - }, - "BinaryFile": { - "type": "object", - "additionalProperties": false, - "properties": { - "fileName": { - "example": "GHG protocol trust mark", - "type": "string", - "description": "A name for referenced binary file" - }, - "fileType": { - "type": "string", - "x-external-enumeration": "https://mimetype.io/all-types", - "description": "The type of file, represented as a MIME type.\n\n This is an enumerated value, but the list of valid values are too big, or change too often to include here. You can access the list of allowable values at this URL: https://mimetype.io/all-types\n " - }, - "file": { - "example": "iVBORw0KGgoAAAANSUhEUgAAADkAAAA2CAYAAAB9TjFQAAAABGdBTUEAAi/9H3pWy6vI9uFdAAAAAElFTkSuQmCC", - "type": "string", - "format": "byte", - "description": "The binary file data encoded as Base64 string." - } - }, - "description": "A binary file reference including name and filetype" - }, - "Link": { - "type": "object", - "additionalProperties": false, - "properties": { - "linkURL": { - "example": "https://files.example-certifier.com/1234567.json", - "type": "string", - "format": "uri", - "description": "The URL of the target resource. " - }, - "linkName": { - "example": "GBA rule book conformity certificate", - "type": "string", - "description": "A display name for the target resource " - }, - "linkType": { - "example": "https://test.uncefact.org/vocabulary/linkTypes/dcc", - "type": "string", - "description": "The type of the target resource - drawn from a controlled vocabulary " - } - }, - "description": "A structure to provide a URL link plus metadata associated with the link." - }, - "SecureLink": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "array", - "readOnly": true, - "const": [ - "SecureLink", - "Link" - ], - "default": [ - "SecureLink", - "Link" - ], - "items": { - "type": "string", - "enum": [ - "SecureLink", - "Link" - ] - } - }, - "linkURL": { - "example": "https://files.example-certifier.com/1234567.json", - "type": "string", - "format": "uri", - "description": "The URL of the target resource. " - }, - "linkName": { - "example": "GBA rule book conformity certificate", - "type": "string", - "description": "A display name for the target resource " - }, - "linkType": { - "example": "https://test.uncefact.org/vocabulary/linkTypes/dcc", - "type": "string", - "description": "The type of the target resource - drawn from a controlled vocabulary " - }, - "hashDigest": { - "example": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2", - "type": "string", - "description": "The hash of the file." - }, - "hashMethod": { - "type": "string", - "enum": [ - "SHA-256", - "SHA-1" - ], - "example": "SHA-256", - "description": "The hashing algorithm used to create the target hash. SHA-265 is the recommedned standard" - }, - "encryptionMethod": { - "type": "string", - "enum": [ - "none", - "AES" - ], - "example": "none", - "description": "The symmetric encryption algorithm used to encrypt the link target. AES is the recommended standard. Decryption keys are expected to be passed out of bounds." - } - }, - "description": "A binary file that is hashed ()for tamper evidence) and optionally encrypted (for confidentiality)." - }, - "ConformityAssessmentScheme": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "array", - "readOnly": true, - "const": [ - "ConformityAssessmentScheme", - "Standard" - ], - "default": [ - "ConformityAssessmentScheme", - "Standard" - ], - "items": { - "type": "string", - "enum": [ - "ConformityAssessmentScheme", - "Standard" - ] - } - }, - "id": { - "example": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf", - "type": "string", - "format": "uri", - "description": "A unique identifier for the standard (eg https://www.iso.org/standard/60857.html)." - }, - "name": { - "example": "GBA Battery Passport Greenhouse Gas Rulebook - V.2.0", - "type": "string", - "description": "The name of the standard" - }, - "issuingParty": { - "$ref": "#/$defs/Entity", - "description": "The party that issued the standard " - }, - "issueDate": { - "example": "2023-12-05", - "type": "string", - "format": "date", - "description": "The date when the standard was issued." - }, - "trustmark": { - "$ref": "#/$defs/BinaryFile", - "description": "The trust mark that represents the conformity assessment scheme." - } - }, - "description": "A formal governance scheme under which this attestation is issued (eg ACRS structural steel certification) ", - "required": [ - "issuingParty" - ] - }, - "ConformityAssessment": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "array", - "readOnly": true, - "const": [ - "ConformityAssessment", - "Declaration" - ], - "default": [ - "ConformityAssessment", - "Declaration" - ], - "items": { - "type": "string", - "enum": [ - "ConformityAssessment", - "Declaration" - ] - } - }, - "id": { - "example": "https://exampleCAB.com/38f73303-a39e-45a7-b8b7-e73517548f27/01", - "type": "string", - "format": "uri", - "description": "A unique identifier for the delcaration. Often this will be an extension of the product.id or attestation.id. But could be a UUID." - }, - "referenceStandard": { - "$ref": "#/$defs/Standard", - "description": "The reference to the standard that defines the specification / criteria" - }, - "referenceRegulation": { - "$ref": "#/$defs/Regulation", - "description": "The reference to the regulation that defines the assessment criteria" - }, - "assessmentCriteria": { - "type": "array", - "items": { - "$ref": "#/$defs/Criterion" - }, - "description": "The specification against which the assessment is made." - }, - "declaredValues": { - "type": "array", - "items": { - "$ref": "#/$defs/Metric" - }, - "description": "The list of specific values measured as part of this assessment (eg tensile strength)" - }, - "compliance": { - "example": "true", - "type": "boolean", - "description": "An indicator of whether or not the assessment meets the specification." - }, - "conformityTopic": { - "type": "string", - "enum": [ - "environment.energy", - "environment.emissions", - "environment.water", - "environment.waste", - "environment.deforestation", - "environment.biodiversity", - "circularity.content", - "circularity.design", - "social.labour", - "social.rights", - "social.community", - "social.safety", - "governance.ethics", - "governance.compliance", - "governance.transparency" - ], - "example": "environment.energy", - "description": "The conformity topic category for this assessment (eg vocabulary.uncefact.org/sustainability/emissions)" - }, - "assessedProducts": { - "type": "array", - "items": { - "$ref": "#/$defs/Product" - }, - "description": "The list of products that are the subject of this conformity assessment" - }, - "assessedFacilities": { - "type": "array", - "items": { - "$ref": "#/$defs/Facility" - }, - "description": "The list of facilities that are the subject of this conformity assessment." - } - }, - "description": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch.", - "required": [ - "id", - "compliance", - "conformityTopic" - ] - }, - "Standard": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "string", - "default": "Standard", - "enum": [ - "Standard" - ] - }, - "id": { - "example": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf", - "type": "string", - "format": "uri", - "description": "A unique identifier for the standard (eg https://www.iso.org/standard/60857.html)." - }, - "name": { - "example": "GBA Battery Passport Greenhouse Gas Rulebook - V.2.0", - "type": "string", - "description": "The name of the standard" - }, - "issuingParty": { - "$ref": "#/$defs/Entity", - "description": "The party that issued the standard " - }, - "issueDate": { - "example": "2023-12-05", - "type": "string", - "format": "date", - "description": "The date when the standard was issued." - } - }, - "description": "A standard (eg ISO 14000) that specifies the criteria for conformance.", - "required": [ - "issuingParty" - ] - }, - "Regulation": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "string", - "default": "Regulation", - "enum": [ - "Regulation" - ] - }, - "id": { - "example": "https://www.legislation.gov.au/F2008L02309/latest/versions", - "type": "string", - "format": "uri", - "description": "The globally unique identifier of this regulation. " - }, - "name": { - "example": "NNational Greenhouse and Energy Reporting (Measurement) Determination", - "type": "string", - "description": "The name of the regulation or act." - }, - "jurisdictionCountry": { - "type": "string", - "x-external-enumeration": "https://vocabulary.uncefact.org/CountryId", - "description": "The legal jurisdiction (country) under which the regulation is issued.\n\n This is an enumerated value, but the list of valid values are too big, or change too often to include here. You can access the list of allowable values at this URL: https://vocabulary.uncefact.org/CountryId\n " - }, - "administeredBy": { - "$ref": "#/$defs/Entity", - "description": "the issuing body of the regulation. For example Australin Goernment Department of Climate Change, Energy, the Environment and Water" - }, - "effectiveDate": { - "example": "2024-03-20", - "type": "string", - "format": "date", - "description": "the date at which the regulation came into effect." - } - }, - "description": "A regulation (eg EU deforestation regulation) that defines the criteria for assessment.", - "required": [ - "administeredBy" - ] - }, - "Criterion": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "string", - "default": "Criterion", - "enum": [ - "Criterion" - ] - }, - "id": { - "example": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf#BatteryAssembly", - "type": "string", - "format": "uri", - "description": "A unique identifier for the criteria within the standard or regulation. For example CO2 emissions calaculations for liquid fule combusion." - }, - "name": { - "example": "GBA Battery rule book v2.0 battery assembly guidelines.", - "type": "string", - "description": "A name that describes this criteria." - }, - "thresholdValues": { - "type": "array", - "items": { - "$ref": "#/$defs/Metric" - }, - "description": "A conformity threshold defined by the specification (eg minimum compressive strength) " - } - }, - "description": "A specific rule or criterion within a standard or regulation. eg a carbon intensity calculation rule within an emissions standard.", - "required": [ - "id", - "name" - ] - }, - "Metric": { - "type": "object", - "additionalProperties": false, - "properties": { - "metricName": { - "example": "GHG emissions intensity", - "type": "string", - "description": "A human readable name for this metric (for example \"Tensile strength\")" - }, - "metricValue": { - "$ref": "#/$defs/Measure", - "description": "A numeric value and unit of measure for this metric. Could be a measured value or a specified threshold. Eg {\"value\":400, \"unit\":\"MPA\"} as tensile strenght of structural steel" - }, - "accuracy": { - "example": 0.05, - "type": "number", - "description": "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.)" - } - }, - "description": "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. ", - "required": [ - "metricName", - "metricValue" - ] - }, - "Measure": { - "type": "object", - "additionalProperties": false, - "properties": { - "value": { - "example": 10, - "type": "number", - "description": "The numeric value of the measure" - }, - "unit": { - "type": "string", - "x-external-enumeration": "https://vocabulary.uncefact.org/UnitMeasureCode", - "description": "Unit of measure drawn from the UNECE rec20 measure code list.\n\n This is an enumerated value, but the list of valid values are too big, or change too often to include here. You can access the list of allowable values at this URL: https://vocabulary.uncefact.org/UnitMeasureCode\n " - } - }, - "description": "The measure class defines a numeric measured value (eg 10) and a coded unit of measure (eg KG).", - "required": [ - "value", - "unit" - ] - }, - "Product": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "array", - "readOnly": true, - "const": [ - "Product", - "Entity" - ], - "default": [ - "Product", - "Entity" - ], - "items": { - "type": "string", - "enum": [ - "Product", - "Entity" - ] - } - }, - "id": { - "example": "https://id.gs1.org/01/09520123456788/21/12345", - "type": "string", - "format": "uri", - "description": "The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. " - }, - "name": { - "example": "EV battery 300Ah.", - "type": "string", - "description": "The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory" - }, - "registeredId": { - "example": "90664869327", - "type": "string", - "description": "The registration number (alphanumeric) of the entity within the register. Unique within the register." - }, - "idScheme": { - "$ref": "#/$defs/IdentifierScheme", - "description": "The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. " - }, - "IDverifiedByCAB": { - "example": "true", - "type": "boolean", - "description": "Indicates whether the conformity assessment body has verified the identity product that is the subject of the assessment." - } - }, - "description": "The product which is the subject of this conformity assessment", - "required": [ - "id", - "name" - ] - }, - "Facility": { - "type": "object", - "additionalProperties": false, - "properties": { - "type": { - "type": "array", - "readOnly": true, - "const": [ - "Facility", - "Entity" - ], - "default": [ - "Facility", - "Entity" - ], - "items": { - "type": "string", - "enum": [ - "Facility", - "Entity" - ] - } - }, - "id": { - "example": "https://id.gs1.org/01/09520123456788/21/12345", - "type": "string", - "format": "uri", - "description": "The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. " - }, - "name": { - "example": "EV battery 300Ah.", - "type": "string", - "description": "The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory" - }, - "registeredId": { - "example": "90664869327", - "type": "string", - "description": "The registration number (alphanumeric) of the entity within the register. Unique within the register." - }, - "idScheme": { - "$ref": "#/$defs/IdentifierScheme", - "description": "The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. " - }, - "IDverifiedByCAB": { - "example": "true", - "type": "boolean", - "description": "Indicates whether the conformity assessment body has verified the identity of the facility which is the subject of the assement." - } - }, - "description": "The facility which is the subject of this conformity assessment", - "required": [ - "id", - "name" - ] - } - } -} \ No newline at end of file diff --git a/untp-dcc.jsonld b/untp-dcc.jsonld deleted file mode 100644 index 2e8595f93..000000000 --- a/untp-dcc.jsonld +++ /dev/null @@ -1,688 +0,0 @@ -{ - "@context": { - "untp-dcc": "https://test.uncefact.org/vocabulary/untp/dcc/", - "xsd": "http://www.w3.org/2001/XMLSchema#", - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", - "owl": "http://www.w3.org/2002/07/owl#", - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", - "schema": "https://schema.org/", - "untp-core": "https://test.uncefact.org/vocabulary/untp/core/" - }, - "@graph": [ - { - "@id": "untp-dcc:DigitalConformityCredential", - "@type": "rdfs:Class", - "rdfs:comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation. ", - "rdfs:label": "DigitalConformityCredential", - "rdfs:subClassOf": "untp-core:VerifiableCredential" - }, - { - "@id": "untp-dcc:ConformityAttestation", - "@type": "rdfs:Class", - "rdfs:comment": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation.", - "rdfs:label": "ConformityAttestation", - "rdfs:subClassOf": "untp-core:Attestation" - }, - { - "@id": "untp-dcc:ConformityAssessmentScheme", - "@type": "rdfs:Class", - "rdfs:comment": "A formal governance scheme under which this attestation is issued (eg ACRS structural steel certification) ", - "rdfs:label": "ConformityAssessmentScheme", - "rdfs:subClassOf": "untp-core:Standard" - }, - { - "@id": "untp-dcc:ConformityAssessment", - "@type": "rdfs:Class", - "rdfs:comment": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch.", - "rdfs:label": "ConformityAssessment", - "rdfs:subClassOf": "untp-core:Declaration" - }, - { - "@id": "untp-dcc:Product", - "@type": "rdfs:Class", - "rdfs:comment": "The product which is the subject of this conformity assessment", - "rdfs:label": "Product", - "rdfs:subClassOf": "untp-core:Entity" - }, - { - "@id": "untp-dcc:Facility", - "@type": "rdfs:Class", - "rdfs:comment": "The facility which is the subject of this conformity assessment", - "rdfs:label": "Facility", - "rdfs:subClassOf": "untp-core:Entity" - }, - { - "@id": "untp-dcc:@context", - "schema:rangeIncludes": { - "@id": "xsd:string" - }, - "@type": [ - "rdf:Property", - "owl:DatatypeProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:DigitalConformityCredential" - } - ], - "rdfs:comment": [ - "A list of JSON-LD context URIs that define the seamntic meaning of prperties within the credential. " - ], - "rdfs:label": "@context" - }, - { - "@id": "untp-dcc:id", - "schema:rangeIncludes": { - "@id": "xsd:string" - }, - "@type": [ - "rdf:Property", - "owl:DatatypeProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:DigitalConformityCredential" - }, - { - "@id": "untp-dcc:ConformityAttestation" - }, - { - "@id": "untp-dcc:ConformityAssessmentScheme" - }, - { - "@id": "untp-dcc:ConformityAssessment" - }, - { - "@id": "untp-dcc:Product" - }, - { - "@id": "untp-dcc:Facility" - } - ], - "rdfs:comment": [ - "A unique identifier (URI) assigned to the product passport. May be a UUID", - "The globally unique ID of this conformity attestation.", - "A unique identifier for the standard (eg https://www.iso.org/standard/60857.html).", - "A unique identifier for the delcaration. Often this will be an extension of the product.id or attestation.id. But could be a UUID.", - "The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. ", - "The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. " - ], - "rdfs:label": "id" - }, - { - "@id": "untp-dcc:issuer", - "schema:rangeIncludes": { - "@id": "untp-core:CredentialIssuer" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:DigitalConformityCredential" - } - ], - "rdfs:comment": [ - "The organisation that is the isuer of this VC. Note that the \"id\" property MUST be a W3C DID. Other identifiers such as tax registration numbers can be listed in the \"otherIdentifiers\" property." - ], - "rdfs:label": "issuer" - }, - { - "@id": "untp-dcc:validFrom", - "schema:rangeIncludes": { - "@id": "xsd:string" - }, - "@type": [ - "rdf:Property", - "owl:DatatypeProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:DigitalConformityCredential" - } - ], - "rdfs:comment": [ - "The date and time from which the credential is valid." - ], - "rdfs:label": "validFrom" - }, - { - "@id": "untp-dcc:validUntil", - "schema:rangeIncludes": { - "@id": "xsd:string" - }, - "@type": [ - "rdf:Property", - "owl:DatatypeProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:DigitalConformityCredential" - } - ], - "rdfs:comment": [ - "The expiry date (if applicable) of this verifiable credential." - ], - "rdfs:label": "validUntil" - }, - { - "@id": "untp-dcc:credentialSubject", - "schema:rangeIncludes": { - "@id": "untp-dcc:ConformityAttestation" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:DigitalConformityCredential" - } - ], - "rdfs:comment": [ - "The conformity attestion is the subject of the verifiable credential. " - ], - "rdfs:label": "credentialSubject" - }, - { - "@id": "untp-dcc:name", - "schema:rangeIncludes": { - "@id": "untp-core:name" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAttestation" - }, - { - "@id": "untp-dcc:ConformityAssessmentScheme" - }, - { - "@id": "untp-dcc:Product" - }, - { - "@id": "untp-dcc:Facility" - } - ], - "rdfs:comment": [ - "Product GHG Footprint certificate in accordance with GBA Rulebook.", - "The name of the standard", - "The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory", - "The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory" - ], - "rdfs:label": "name" - }, - { - "@id": "untp-dcc:assessorLevel", - "schema:rangeIncludes": { - "@id": "untp-dcc:assessorLevelCode" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAttestation" - } - ], - "rdfs:comment": [ - "Assurance code pertaining to assessor (relation to the object under assessment)" - ], - "rdfs:label": "assessorLevel" - }, - { - "@id": "untp-dcc:assessmentLevel", - "schema:rangeIncludes": { - "@id": "untp-dcc:assessmentLevelCode" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAttestation" - } - ], - "rdfs:comment": [ - "Assurance pertaining to assessment (any authority or support for the assessment process)" - ], - "rdfs:label": "assessmentLevel" - }, - { - "@id": "untp-dcc:attestationType", - "schema:rangeIncludes": { - "@id": "untp-dcc:attestationTypeCode" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAttestation" - } - ], - "rdfs:comment": [ - "The type of criterion (optional or mandatory)." - ], - "rdfs:label": "attestationType" - }, - { - "@id": "untp-dcc:attestationDescription", - "schema:rangeIncludes": { - "@id": "untp-core:attestationDescription" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAttestation" - } - ], - "rdfs:comment": [ - "SampleCAB Inc attests that the product class LiFePO4 EV batteries manufactured at Sample battery facility have reported GHG foorptint that conform to the GBA rulebook version 1.5. " - ], - "rdfs:label": "attestationDescription" - }, - { - "@id": "untp-dcc:issuedToParty", - "schema:rangeIncludes": { - "@id": "untp-core:issuedToParty" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAttestation" - } - ], - "rdfs:comment": [ - "The party to whom the conformity attestation was issued." - ], - "rdfs:label": "issuedToParty" - }, - { - "@id": "untp-dcc:authorisations", - "schema:rangeIncludes": { - "@id": "untp-core:authorisations" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAttestation" - } - ], - "rdfs:comment": [ - "The authority under which a conformity claim is issued. For example a national accrediation authority may accredit a test lab to issue test certificates about a product against a standard. " - ], - "rdfs:label": "authorisations" - }, - { - "@id": "untp-dcc:conformityCertificate", - "schema:rangeIncludes": { - "@id": "untp-core:conformityCertificate" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAttestation" - } - ], - "rdfs:comment": [ - "A reference to the human / printable version of this conformity attestation - typically represented as a PDF document. The document may have more details than are represented in the digital attestation." - ], - "rdfs:label": "conformityCertificate" - }, - { - "@id": "untp-dcc:auditableEvidence", - "schema:rangeIncludes": { - "@id": "untp-core:auditableEvidence" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAttestation" - } - ], - "rdfs:comment": [ - "Auditable evidence supporting this assessment such as raw measurements, supporting documents. This is usally private data and would normally be encrypted." - ], - "rdfs:label": "auditableEvidence" - }, - { - "@id": "untp-dcc:scope", - "schema:rangeIncludes": { - "@id": "untp-dcc:ConformityAssessmentScheme" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAttestation" - } - ], - "rdfs:comment": [ - "A list of relevant standards and/or regulations against which apply to this attestation (eg AS1163:2016)." - ], - "rdfs:label": "scope" - }, - { - "@id": "untp-dcc:assessments", - "schema:rangeIncludes": { - "@id": "untp-dcc:ConformityAssessment" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAttestation" - } - ], - "rdfs:comment": [ - "The list of specific assessments made within this conformity attestation." - ], - "rdfs:label": "assessments" - }, - { - "@id": "untp-dcc:issuingParty", - "schema:rangeIncludes": { - "@id": "untp-core:Entity" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAssessmentScheme" - } - ], - "rdfs:comment": [ - "The party that issued the standard " - ], - "rdfs:label": "issuingParty" - }, - { - "@id": "untp-dcc:issueDate", - "schema:rangeIncludes": { - "@id": "xsd:string" - }, - "@type": [ - "rdf:Property", - "owl:DatatypeProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAssessmentScheme" - } - ], - "rdfs:comment": [ - "The date when the standard was issued." - ], - "rdfs:label": "issueDate" - }, - { - "@id": "untp-dcc:trustmark", - "schema:rangeIncludes": { - "@id": "untp-core:BinaryFile" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAssessmentScheme" - } - ], - "rdfs:comment": [ - "The trust mark that represents the conformity assessment scheme." - ], - "rdfs:label": "trustmark" - }, - { - "@id": "untp-dcc:referenceStandard", - "schema:rangeIncludes": { - "@id": "untp-core:referenceStandard" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAssessment" - } - ], - "rdfs:comment": [ - "The reference to the standard that defines the specification / criteria" - ], - "rdfs:label": "referenceStandard" - }, - { - "@id": "untp-dcc:referenceRegulation", - "schema:rangeIncludes": { - "@id": "untp-core:referenceRegulation" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAssessment" - } - ], - "rdfs:comment": [ - "The reference to the regulation that defines the assessment criteria" - ], - "rdfs:label": "referenceRegulation" - }, - { - "@id": "untp-dcc:assessmentCriteria", - "schema:rangeIncludes": { - "@id": "untp-core:assessmentCriteria" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAssessment" - } - ], - "rdfs:comment": [ - "The specification against which the assessment is made." - ], - "rdfs:label": "assessmentCriteria" - }, - { - "@id": "untp-dcc:declaredValues", - "schema:rangeIncludes": { - "@id": "untp-core:declaredValues" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAssessment" - } - ], - "rdfs:comment": [ - "The list of specific values measured as part of this assessment (eg tensile strength)" - ], - "rdfs:label": "declaredValues" - }, - { - "@id": "untp-dcc:compliance", - "schema:rangeIncludes": { - "@id": "untp-core:compliance" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAssessment" - } - ], - "rdfs:comment": [ - "An indicator of whether or not the assessment meets the specification." - ], - "rdfs:label": "compliance" - }, - { - "@id": "untp-dcc:conformityTopic", - "schema:rangeIncludes": { - "@id": "untp-dcc:conformityTopicCode" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAssessment" - } - ], - "rdfs:comment": [ - "The conformity topic category for this assessment (eg vocabulary.uncefact.org/sustainability/emissions)" - ], - "rdfs:label": "conformityTopic" - }, - { - "@id": "untp-dcc:assessedProducts", - "schema:rangeIncludes": { - "@id": "untp-dcc:Product" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAssessment" - } - ], - "rdfs:comment": [ - "The list of products that are the subject of this conformity assessment" - ], - "rdfs:label": "assessedProducts" - }, - { - "@id": "untp-dcc:assessedFacilities", - "schema:rangeIncludes": { - "@id": "untp-dcc:Facility" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:ConformityAssessment" - } - ], - "rdfs:comment": [ - "The list of facilities that are the subject of this conformity assessment." - ], - "rdfs:label": "assessedFacilities" - }, - { - "@id": "untp-dcc:registeredId", - "schema:rangeIncludes": { - "@id": "xsd:string" - }, - "@type": [ - "rdf:Property", - "owl:DatatypeProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:Product" - }, - { - "@id": "untp-dcc:Facility" - } - ], - "rdfs:comment": [ - "The registration number (alphanumeric) of the entity within the register. Unique within the register.", - "The registration number (alphanumeric) of the entity within the register. Unique within the register." - ], - "rdfs:label": "registeredId" - }, - { - "@id": "untp-dcc:idScheme", - "schema:rangeIncludes": { - "@id": "untp-core:IdentifierScheme" - }, - "@type": [ - "rdf:Property", - "owl:ObjectProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:Product" - }, - { - "@id": "untp-dcc:Facility" - } - ], - "rdfs:comment": [ - "The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. ", - "The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. " - ], - "rdfs:label": "idScheme" - }, - { - "@id": "untp-dcc:IDverifiedByCAB", - "schema:rangeIncludes": { - "@id": "xsd:boolean" - }, - "@type": [ - "rdf:Property", - "owl:DatatypeProperty" - ], - "schema:domainIncludes": [ - { - "@id": "untp-dcc:Product" - }, - { - "@id": "untp-dcc:Facility" - } - ], - "rdfs:comment": [ - "Indicates whether the conformity assessment body has verified the identity product that is the subject of the assessment.", - "Indicates whether the conformity assessment body has verified the identity of the facility which is the subject of the assement." - ], - "rdfs:label": "IDverifiedByCAB" - } - ] -} \ No newline at end of file