Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Commit 055459d

Browse files
chore: sync DigitalIdentityAnchor data model with Jargon snapshot 0
1 parent 0c4da1f commit 055459d

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

data-models/untp-dia/artefacts/context.jsonld

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"@context": {
3-
"untp-dia": "https://test.uncefact.org/vocabulary/untp/dia/0/",
3+
"untp-dia": "https://test.uncefact.org/vocabulary/untp/dia/working/",
44
"schemaorg": "https://schema.org/",
55
"untp-core": "https://test.uncefact.org/vocabulary/untp/core/0/",
6+
"schema": "https://schema.org/",
67
"renderMethodPrefix": "https://w3id.org/vc/render-method#",
78
"xsd": "http://www.w3.org/2001/XMLSchema#",
89
"@protected": true,
@@ -132,7 +133,7 @@
132133
"@context": {
133134
"@protected": true,
134135
"name": {
135-
"@id": "schemaorg:name"
136+
"@id": "schema:name"
136137
},
137138
"registeredId": {
138139
"@id": "untp-dia:registeredId",
@@ -147,7 +148,7 @@
147148
"@type": "@vocab",
148149
"@context": {
149150
"@protected": true,
150-
"@vocab": "https://test.uncefact.org/vocabulary/untp/dia/0/RegistryTypeCodeList#"
151+
"@vocab": "https://test.uncefact.org/vocabulary/untp/dia/working/RegistryTypeCodeList#"
151152
}
152153
},
153154
"registrationScopeList": {

data-models/untp-dia/artefacts/untp-dia-instance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"@context": [
77
"https://www.w3.org/ns/credentials/v2",
8-
"https://test.uncefact.org/vocabulary/untp/dia/0.6.1/"
8+
"https://test.uncefact.org/vocabulary/untp/dia/working/"
99
],
1010
"id": "https://example-company.com/credentials/2a423366-a0d6-4855-ba65-2e0c926d09b0",
1111
"issuer": {

data-models/untp-dia/artefacts/untp-dia-schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@context": {
3232
"example": [
3333
"https://www.w3.org/ns/credentials/v2",
34-
"https://test.uncefact.org/vocabulary/untp/dia/0.6.1/"
34+
"https://test.uncefact.org/vocabulary/untp/dia/working/"
3535
],
3636
"type": "array",
3737
"items": {
@@ -45,13 +45,13 @@
4545
"type": "string"
4646
},
4747
{
48-
"const": "https://test.uncefact.org/vocabulary/untp/dia/0.6.1/",
48+
"const": "https://test.uncefact.org/vocabulary/untp/dia/working/",
4949
"type": "string"
5050
}
5151
],
5252
"default": [
5353
"https://www.w3.org/ns/credentials/v2",
54-
"https://test.uncefact.org/vocabulary/untp/dia/0.6.1/"
54+
"https://test.uncefact.org/vocabulary/untp/dia/working/"
5555
],
5656
"minItems": 2,
5757
"uniqueItems": true

data-models/untp-dia/vocabulary.jsonld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@context": {
3-
"untp-dia": "https://test.uncefact.org/vocabulary/untp/dia/0/",
3+
"untp-dia": "https://test.uncefact.org/vocabulary/untp/dia/working/",
44
"xsd": "http://www.w3.org/2001/XMLSchema#",
55
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
66
"owl": "http://www.w3.org/2002/07/owl#",
@@ -58,11 +58,11 @@
5858
{
5959
"@id": "untp-dia:name",
6060
"schema:rangeIncludes": {
61-
"@id": "xsd:string"
61+
"@id": "schema:name"
6262
},
6363
"@type": [
6464
"rdf:Property",
65-
"owl:DatatypeProperty"
65+
"owl:ObjectProperty"
6666
],
6767
"schema:domainIncludes": [
6868
{

0 commit comments

Comments
 (0)