diff --git a/.github/workflows/preview-untp-dcc-pages.yml b/.github/workflows/preview-untp-dpp-pages.yml similarity index 84% rename from .github/workflows/preview-untp-dcc-pages.yml rename to .github/workflows/preview-untp-dpp-pages.yml index 1c59e37b2..3f6119951 100644 --- a/.github/workflows/preview-untp-dcc-pages.yml +++ b/.github/workflows/preview-untp-dpp-pages.yml @@ -4,12 +4,12 @@ # documentation. # Sample workflow for building and deploying a Jekyll site to AWS S3 -name: preview (untp-dcc-pages) +name: preview (untp-dpp-pages) on: push: branches: - - untp-dcc-pages + - untp-dpp-pages # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: @@ -19,7 +19,7 @@ permissions: # Allow one concurrent deployment concurrency: - group: "untp-dcc-pages" + group: "untp-dpp-pages" cancel-in-progress: true env: @@ -41,7 +41,7 @@ jobs: - id: set-env name: output a major_version for the release run: | - major_version=$(cat _config_preview.yml | yq e '.versions.untp-dcc' | cut -d. -f1) + major_version=$(cat _config_preview.yml | yq e '.versions.untp-dpp' | cut -d. -f1) echo "major_version=$major_version" >> "$GITHUB_OUTPUT" - name: Print the major_version run: | @@ -50,9 +50,9 @@ jobs: run: bundle install - name: "Build Site" run: | - yq -i '.baseurl="/vocabulary/untp/dcc/${{ steps.set-env.outputs.major_version }}"' _config_preview.yml + yq -i '.baseurl="/vocabulary/untp/dpp/${{ steps.set-env.outputs.major_version }}"' _config_preview.yml bundle exec jekyll build --config _config_preview.yml - name: "Deploy to AWS S3" run: | - aws s3 sync ./_site/ s3://uncefact-vocab-preview-sam-bucket-private/vocabulary/untp/dcc/${{ steps.set-env.outputs.major_version }} --cache-control max-age=604800 - aws cloudfront create-invalidation --distribution-id "E32QP2QS6SXRHC" --paths "/vocabulary/untp/dcc/${{ steps.set-env.outputs.major_version }}/*" \ No newline at end of file + aws s3 sync ./_site/ s3://uncefact-vocab-preview-sam-bucket-private/vocabulary/untp/dpp/${{ steps.set-env.outputs.major_version }} --cache-control max-age=604800 + aws cloudfront create-invalidation --distribution-id "E32QP2QS6SXRHC" --paths "/vocabulary/untp/dpp/${{ steps.set-env.outputs.major_version }}/*" \ No newline at end of file diff --git a/_config_preview.yml b/_config_preview.yml index 1409acfcb..9b95e7dba 100644 --- a/_config_preview.yml +++ b/_config_preview.yml @@ -1,10 +1,10 @@ # Site settings -title: Vocabulary UNTP DCC -baseurl: "/vocabulary/untp/dcc" # the subpath of your site, e.g. /blog +title: Vocabulary UNTP DPP +baseurl: "/vocabulary/untp/dpp" # the subpath of your site, e.g. /blog dest: "https://test.uncefact.org" dataSet: "dataset:'22A'" versions: - untp-dcc: 0.3.7 + untp-dpp: 0.0.0 markdown: kramdown kramwdown: parse_block_html: true diff --git a/_data/versions.json b/_data/versions.json index 8174fcef0..db2a8fd81 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -1,50 +1,50 @@ { "majors": [ { - "prefix": "/vocabulary/untp/dcc/0/", + "prefix": "/vocabulary/untp/dpp/0/", "major": 0, "log":[ { "version": "v0.3.7", "date": "2024-07-24", "notes": "v0.3.7 - v0.3.7 - bug fix, now references to v0.3.6 core.", - "context": "untp-dcc-context-0.3.7.jsonld", - "schema": "untp-dcc-schema-0.3.7.json" + "context": "untp-dpp-context-0.3.7.jsonld", + "schema": "untp-dpp-schema-0.3.7.json" }, { "version": "v0.3.6", "date": "2024-07-24", "notes": "v0.3.6 - added sample data, aligned with untp core", - "context": "untp-dcc-context-0.3.6.jsonld", - "json-schema": "untp-dcc-schema-0.3.6.json" + "context": "untp-dpp-context-0.3.6.jsonld", + "json-schema": "untp-dpp-schema-0.3.6.json" }, { "version": "v0.3.1", "date": "2024-07-24", "notes": "v0.3.1 - bug fixes (@context), moved \"verifiedByCAB\", aligned with lated core vocab.", - "context": "untp-dcc-context-0.3.1.jsonld", - "json-schema": "untp-dcc-schema-0.3.1.json" + "context": "untp-dpp-context-0.3.1.jsonld", + "json-schema": "untp-dpp-schema-0.3.1.json" }, { "version": "v0.3.0", "date": "2024-06-24", "notes": "v0.3.0 - draft model after separating out and re-building on the untp-core vocabulary.", - "context": "untp-dcc-context-0.3.0.jsonld", - "json-schema": "untp-dcc-schema-0.3.0.json" + "context": "untp-dpp-context-0.3.0.jsonld", + "json-schema": "untp-dpp-schema-0.3.0.json" }, { "version": "v0.2.0", "date": "2024-06-24", "notes": "v0.2.0 - raw model after initial pilot testing and alignment with UN DPCCE model", - "context": "untp-dcc-context-0.2.0.jsonld", - "json-schema": "untp-dcc-schema-0.2.0.json" + "context": "untp-dpp-context-0.2.0.jsonld", + "json-schema": "untp-dpp-schema-0.2.0.json" }, { "version": "v0.0.1", "date": "2024-06-24", "notes": "v0.0.1 - Initial Model", - "context": "untp-dcc-context-0.1.0.jsonld", - "json-schema": "untp-dcc-schema-0.1.0.json" + "context": "untp-dpp-context-0.1.0.jsonld", + "json-schema": "untp-dpp-schema-0.1.0.json" } ] } diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index e31fd2777..cb3362016 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -5,7 +5,7 @@ {% if pageType == 'unlocode-lists' %} / UN/LOCODEs {% else %} - / Conformity Credential + / Digital Product Passport {% endif %} {% if pageType == 'classes' %} / Classes diff --git a/pages/about.html b/pages/about.html index 37742bd28..847a2dbc8 100644 --- a/pages/about.html +++ b/pages/about.html @@ -5,8 +5,8 @@ class: white ---
-

UNTP B2B Conformity Credential Vocabulary

-

A generic model for a set of verifiable conformity claims about any product or facility or entity or consignment.

+

UNTP B2B Digital Product Passport Vocabulary

+

A data model for a digital product passport that is designed to provide traceability & transparency into supply chains - with a focus on sustainability measures and outcomes.

@@ -37,12 +37,12 @@

UNTP B2B Conformity Credential Vocabulary

Classes
-

List of Conformity Credential Classes

+

List of Digital Product Passport Classes

Browse Classes
- {% if site.versions.untp-dcc %} + {% if site.versions.untp-dpp %} - {{ site.versions.untp-dcc }} + {{ site.versions.untp-dpp }} {% endif %} @@ -59,12 +59,12 @@

UNTP B2B Conformity Credential Vocabulary

Properties
-

List of Conformity Credential Properties

+

List of Digital Product Passport Properties

Browse Properties
- {% if site.versions.untp-dcc %} + {% if site.versions.untp-dpp %} - {{ site.versions.untp-dcc }} + {{ site.versions.untp-dpp }} {% endif %} @@ -81,18 +81,18 @@

UNTP B2B Conformity Credential Vocabulary

Code Lists
-

List of Conformity Credential Codes

+

List of Digital Product Passport Codes

Browse Code Lists
- {% if site.versions.untp-dcc %} + {% if site.versions.untp-dpp %} - {{ site.versions.untp-dcc }} + {{ site.versions.untp-dpp }} {% endif %} - {%- assign jsonld_context_url = '.jsonld' | prepend: site.versions.untp-dcc | prepend: '/untp-dcc-context-' | prepend: site.baseurl | prepend: site.dest -%} + {%- assign jsonld_context_url = '.jsonld' | prepend: site.versions.untp-dpp | prepend: '/untp-dpp-context-' | prepend: site.baseurl | prepend: site.dest -%}

Contexts

Current JSON-LD Context file is available here:

@@ -112,7 +112,7 @@

Content Negotiation

- {%- assign json_schema_url = '.json' | prepend: site.versions.untp-dcc | prepend: '/untp-dcc-schema-' | prepend: site.baseurl | prepend: site.dest -%} + {%- assign json_schema_url = '.json' | prepend: site.versions.untp-dpp | prepend: '/untp-dpp-schema-' | prepend: site.baseurl | prepend: site.dest -%}

JSON Shcemas

Current JSON Schema file is available here: