Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

normalize cefactBusinessProcess #191

Open
VladimirAlexiev opened this issue Sep 25, 2023 · 0 comments
Open

normalize cefactBusinessProcess #191

VladimirAlexiev opened this issue Sep 25, 2023 · 0 comments

Comments

@VladimirAlexiev
Copy link

Say you want to find all classes/props that relate to "Buy-Ship-Pay".
The property cefactBusinessProcess serves this purpose.

But let's see all its values:

riot --formatted ttl uncefact.jsonld > uncefact.ttl
grep cefactBusinessProcess uncefact.ttl |sort|uniq -c

     56         uncefact:cefactBusinessProcess  "Agricultural" ;
   1596         uncefact:cefactBusinessProcess  "Buy-Ship-Pay" ;
      9         uncefact:cefactBusinessProcess  "Cataloguing" ;
     23         uncefact:cefactBusinessProcess  "Cross Industry Trade" ;
      3         uncefact:cefactBusinessProcess  "Cross Industry" ;
     45         uncefact:cefactBusinessProcess  "Cross-Border" ;
    103         uncefact:cefactBusinessProcess  "Customer to bank payment initiation" ;
      1         uncefact:cefactBusinessProcess  "e-Certificate of Origin" ;
      1         uncefact:cefactBusinessProcess  "FLUX" ;
    771         uncefact:cefactBusinessProcess  "In All Contexts" ;
     35         uncefact:cefactBusinessProcess  "Invoicing" ;
      8         uncefact:cefactBusinessProcess  "Laboratory Observation" ;
      9         uncefact:cefactBusinessProcess  "MSDS Reporting" ;
      8         uncefact:cefactBusinessProcess  "Pricing" ;
     18         uncefact:cefactBusinessProcess  "Project Management" ;
      1         uncefact:cefactBusinessProcess  "Remittance" ;
      2         uncefact:cefactBusinessProcess  "Scheduling" ;
     98         uncefact:cefactBusinessProcess  "Supply Chain" ;
     12         uncefact:cefactBusinessProcess  "Traceability" ;
    189         uncefact:cefactBusinessProcess  "Trade" ;
    118         uncefact:cefactBusinessProcess  "Transport" ;

In addition to "Buy-Ship-Pay", there's another value "In All Contexts" that one should take into account.

  • But "In All Contexts" is not quite a "semantic" value. It's better to enumerate all values thhat make up this catch-all
  • Furthermore, look at "Cross Industry" vs "Cross Industry Trade": is it the same thing?
  • Furthermore, isn't "Trade" a super-concept of "Cross Industry Trade"? If so, this calls for modeling BusinessProcess as a SKOS thesaurus with broader links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant