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 names/descriptions of "Identification" props #49

Closed VladimirAlexiev closed 2 years ago

VladimirAlexiev commented 2 years ago

Follow-up from #48

Here are the remaining 4 props:

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
select * {
  ?x a rdf:Property
  filter(regex(str(?x),"Identification"))
  filter(!regex(str(?x),"IdentificationId"))
}

Proposed renaming (...Code can only be a string, not an object!)

VladimirAlexiev commented 2 years ago

Another beauty: