uncefact / spec-jsonld

Exposing the UN/CEFACT vocabulary as web semantics
https://service.unece.org/trade/uncefact/vocabulary/uncefact/
13 stars 5 forks source link

Fix id and type #163

Closed kshychko closed 1 year ago

kshychko commented 1 year ago

This PR includes the fix for https://github.com/uncefact/spec-jsonld/issues/144#issuecomment-1333493717

Diff report:

Classes that exists in set1 but missing in set2 (were removed from set2) - 0:
Classes that exists in set2 but missing in set1 (were added to set2) - 0:
Properties that exists in set1 but missing in set2 (were removed from set2) - 2:
unece:id
unece:type
Properties that exists in set2 but missing in set1 (were added to set2) - 7:
unece:identifier
unece:packagingType
unece:priceType
unece:routeType
unece:taxType
unece:transportMeansType
unece:transportMovementType
nissimsan commented 1 year ago

This looks good, @kshychko

nissimsan commented 1 year ago

I'm gonna go ahead and merge