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

overlapping CodeList vs non-codelist properties #192

Open VladimirAlexiev opened 11 months ago

VladimirAlexiev commented 11 months ago

Related to #189

There are properties that seem to have the same meaning, but

For example:

Furthermore, the prop names are inconsistent and the coded prop name is just baroque. Merge and unify to eg the following naming:

uncefact:accessRightsType
        rdf:type                        rdf:Property ;
        rdfs:comment                    "The code specifying the access rights, such as unlimited, restricted, prohibited, for this requesting party." ;
        schema:rangeIncludes            uncefact:AccessRightsType.

uncefact:AccessRightsType a rdfs:Class;
  rdfs:comment "A character string used to represent the type of access rights.".