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

Commit e037b55

Browse files
un-cefact-github-app[bot]github-actions[bot]
authored andcommitted
chore: Update untp-core data model to use schema.org/name and description correctly. (#477)
Update `name` property to use schemaorg import correctly. See jargon-sh/issues#61 (comment) Update to correct schema.org/description import reference. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 877b329 commit e037b55

2 files changed

Lines changed: 39 additions & 39 deletions

File tree

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

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": {
33
"untp-core": "https://test.uncefact.org/vocabulary/untp/core/working/",
4-
"schemaorg": "https://schema.org/",
4+
"schema": "https://schema.org/",
55
"geojson": "https://purl.org/geojson/vocab#",
66
"renderMethodPrefix": "https://w3id.org/vc/render-method#",
77
"xsd": "http://www.w3.org/2001/XMLSchema#",
@@ -13,7 +13,7 @@
1313
"@context": {
1414
"@protected": true,
1515
"name": {
16-
"@id": "schemaorg:name"
16+
"@id": "schema:name"
1717
}
1818
}
1919
},
@@ -27,7 +27,7 @@
2727
"@type": "xsd:string"
2828
},
2929
"name": {
30-
"@id": "schemaorg:name"
30+
"@id": "schema:name"
3131
},
3232
"schemeID": {
3333
"@id": "untp-core:schemeID",
@@ -45,7 +45,7 @@
4545
"@context": {
4646
"@protected": true,
4747
"name": {
48-
"@id": "schemaorg:name"
48+
"@id": "schema:name"
4949
},
5050
"registeredId": {
5151
"@id": "untp-core:registeredId",
@@ -56,7 +56,7 @@
5656
"@type": "@id"
5757
},
5858
"description": {
59-
"@id": "schemaorg:description"
59+
"@id": "schema:description"
6060
},
6161
"registrationCountry": {
6262
"@id": "untp-core:registrationCountry",
@@ -80,7 +80,7 @@
8080
"@context": {
8181
"@protected": true,
8282
"name": {
83-
"@id": "schemaorg:name"
83+
"@id": "schema:name"
8484
},
8585
"registeredId": {
8686
"@id": "untp-core:registeredId",
@@ -100,15 +100,15 @@
100100
"@context": {
101101
"@protected": true,
102102
"name": {
103-
"@id": "schemaorg:name"
103+
"@id": "schema:name"
104104
},
105105
"issuerAlsoKnownAs": {
106106
"@id": "untp-core:Party",
107107
"@type": "@id",
108108
"@context": {
109109
"@protected": true,
110110
"name": {
111-
"@id": "schemaorg:name"
111+
"@id": "schema:name"
112112
},
113113
"registeredId": {
114114
"@id": "untp-core:registeredId",
@@ -128,7 +128,7 @@
128128
"@context": {
129129
"@protected": true,
130130
"name": {
131-
"@id": "schemaorg:name"
131+
"@id": "schema:name"
132132
},
133133
"registeredId": {
134134
"@id": "untp-core:registeredId",
@@ -139,7 +139,7 @@
139139
"@type": "@id"
140140
},
141141
"description": {
142-
"@id": "schemaorg:description"
142+
"@id": "schema:description"
143143
},
144144
"countryOfOperation": {
145145
"@id": "untp-core:countryOfOperation",
@@ -159,7 +159,7 @@
159159
"@context": {
160160
"@protected": true,
161161
"name": {
162-
"@id": "schemaorg:name"
162+
"@id": "schema:name"
163163
},
164164
"registeredId": {
165165
"@id": "untp-core:registeredId",
@@ -177,7 +177,7 @@
177177
"@context": {
178178
"@protected": true,
179179
"name": {
180-
"@id": "schemaorg:name"
180+
"@id": "schema:name"
181181
},
182182
"registeredId": {
183183
"@id": "untp-core:registeredId",
@@ -290,7 +290,7 @@
290290
"@context": {
291291
"@protected": true,
292292
"name": {
293-
"@id": "schemaorg:name"
293+
"@id": "schema:name"
294294
},
295295
"registeredId": {
296296
"@id": "untp-core:registeredId",
@@ -324,7 +324,7 @@
324324
}
325325
},
326326
"description": {
327-
"@id": "schemaorg:description"
327+
"@id": "schema:description"
328328
},
329329
"productCategory": {
330330
"@id": "untp-core:productCategory",
@@ -355,7 +355,7 @@
355355
"@context": {
356356
"@protected": true,
357357
"name": {
358-
"@id": "schemaorg:name"
358+
"@id": "schema:name"
359359
},
360360
"registeredId": {
361361
"@id": "untp-core:registeredId",
@@ -373,7 +373,7 @@
373373
"@context": {
374374
"@protected": true,
375375
"name": {
376-
"@id": "schemaorg:name"
376+
"@id": "schema:name"
377377
},
378378
"registeredId": {
379379
"@id": "untp-core:registeredId",
@@ -511,15 +511,15 @@
511511
"@context": {
512512
"@protected": true,
513513
"name": {
514-
"@id": "schemaorg:name"
514+
"@id": "schema:name"
515515
},
516516
"issuingParty": {
517517
"@id": "untp-core:Party",
518518
"@type": "@id",
519519
"@context": {
520520
"@protected": true,
521521
"name": {
522-
"@id": "schemaorg:name"
522+
"@id": "schema:name"
523523
},
524524
"registeredId": {
525525
"@id": "untp-core:registeredId",
@@ -543,7 +543,7 @@
543543
"@context": {
544544
"@protected": true,
545545
"name": {
546-
"@id": "schemaorg:name"
546+
"@id": "schema:name"
547547
},
548548
"jurisdictionCountry": {
549549
"@id": "untp-core:jurisdictionCountry",
@@ -559,7 +559,7 @@
559559
"@context": {
560560
"@protected": true,
561561
"name": {
562-
"@id": "schemaorg:name"
562+
"@id": "schema:name"
563563
},
564564
"registeredId": {
565565
"@id": "untp-core:registeredId",
@@ -583,10 +583,10 @@
583583
"@context": {
584584
"@protected": true,
585585
"name": {
586-
"@id": "schemaorg:name"
586+
"@id": "schema:name"
587587
},
588588
"description": {
589-
"@id": "schemaorg:description"
589+
"@id": "schema:description"
590590
},
591591
"conformityTopic": {
592592
"@id": "untp-core:conformityTopic",
@@ -666,7 +666,7 @@
666666
"@context": {
667667
"@protected": true,
668668
"description": {
669-
"@id": "schemaorg:description"
669+
"@id": "schema:description"
670670
},
671671
"referenceStandard": {
672672
"@id": "untp-core:referenceStandard",
@@ -738,7 +738,7 @@
738738
"@context": {
739739
"@protected": true,
740740
"description": {
741-
"@id": "schemaorg:description"
741+
"@id": "schema:description"
742742
},
743743
"referenceStandard": {
744744
"@id": "untp-core:referenceStandard",
@@ -841,7 +841,7 @@
841841
"@context": {
842842
"@protected": true,
843843
"name": {
844-
"@id": "schemaorg:name"
844+
"@id": "schema:name"
845845
},
846846
"trustmark": {
847847
"@protected": true,
@@ -872,7 +872,7 @@
872872
"@context": {
873873
"@protected": true,
874874
"name": {
875-
"@id": "schemaorg:name"
875+
"@id": "schema:name"
876876
},
877877
"registeredId": {
878878
"@id": "untp-core:registeredId",
@@ -911,7 +911,7 @@
911911
"@context": {
912912
"@protected": true,
913913
"name": {
914-
"@id": "schemaorg:name"
914+
"@id": "schema:name"
915915
},
916916
"assessorLevel": {
917917
"@id": "untp-core:assessorLevel",
@@ -938,15 +938,15 @@
938938
}
939939
},
940940
"description": {
941-
"@id": "schemaorg:description"
941+
"@id": "schema:description"
942942
},
943943
"issuedToParty": {
944944
"@id": "untp-core:Party",
945945
"@type": "@id",
946946
"@context": {
947947
"@protected": true,
948948
"name": {
949-
"@id": "schemaorg:name"
949+
"@id": "schema:name"
950950
},
951951
"registeredId": {
952952
"@id": "untp-core:registeredId",
@@ -957,7 +957,7 @@
957957
"@type": "@id"
958958
},
959959
"description": {
960-
"@id": "schemaorg:description"
960+
"@id": "schema:description"
961961
}
962962
}
963963
},
@@ -1035,7 +1035,7 @@
10351035
"@context": {
10361036
"@protected": true,
10371037
"name": {
1038-
"@id": "schemaorg:name"
1038+
"@id": "schema:name"
10391039
},
10401040
"mediaQuery": {
10411041
"@id": "untp-core:mediaQuery",
@@ -1057,7 +1057,7 @@
10571057
"@context": {
10581058
"@protected": true,
10591059
"name": {
1060-
"@id": "schemaorg:name"
1060+
"@id": "schema:name"
10611061
},
10621062
"template": {
10631063
"@id": "renderMethodPrefix:template",
@@ -1071,10 +1071,10 @@
10711071
"@context": {
10721072
"@protected": true,
10731073
"name": {
1074-
"@id": "schemaorg:name"
1074+
"@id": "schema:name"
10751075
},
10761076
"description": {
1077-
"@id": "schemaorg:description"
1077+
"@id": "schema:description"
10781078
},
10791079
"version": {
10801080
"@id": "untp-core:version",
@@ -1090,7 +1090,7 @@
10901090
"@context": {
10911091
"@protected": true,
10921092
"name": {
1093-
"@id": "schemaorg:name"
1093+
"@id": "schema:name"
10941094
},
10951095
"registeredId": {
10961096
"@id": "untp-core:registeredId",

data-models/untp-core/vocabulary.jsonld

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@
259259
{
260260
"@id": "untp-core:name",
261261
"schema:rangeIncludes": {
262-
"@id": "xsd:string"
262+
"@id": "schema:name"
263263
},
264264
"@type": [
265265
"rdf:Property",
266-
"owl:DatatypeProperty"
266+
"owl:ObjectProperty"
267267
],
268268
"schema:domainIncludes": [
269269
{
@@ -407,11 +407,11 @@
407407
{
408408
"@id": "untp-core:description",
409409
"schema:rangeIncludes": {
410-
"@id": "xsd:string"
410+
"@id": "schema:description"
411411
},
412412
"@type": [
413413
"rdf:Property",
414-
"owl:DatatypeProperty"
414+
"owl:ObjectProperty"
415415
],
416416
"schema:domainIncludes": [
417417
{

0 commit comments

Comments
 (0)