-
Notifications
You must be signed in to change notification settings - Fork 7
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
CertificationDetails #245
Comments
|
This introduces additional field dependencies, in the form of a property chain:
|
From today's meeting:
More considerations:
|
I thought we agreed to use At least that was the basis for updating the preview at https://milecastle.media/dev2021/voc_epcis_extras/certification |
@mgh128 I much prefer to merge BTW, is it too late to simplify the class name How do you like this diagram: I know, it's too curvy, but are the arrows right? You can edit there.
Correction: |
I think it's probably far too late to rename gs1:CertificationDetails to
gs1:Certification
I also have doubts that we will merge gs1:certification and
gs1:certificationInfo - but please discuss with Phil Archer.
The diagram is good and I understand what it's expressing
about gs1:certification and gs1:certificationSubject being partial inverse
properties because an EPCIS event is generally not the
gs1:certificationSubject of the gs1:CertificationDetails even though an
EPCIS event may link via gs1:certification to gs1:CertificationDetails.
No objection to the curves - but an epcis:bizLocation points to a
gs1:Place, not to a gs1:Organization.
We might have discussed this already once or twice ;-) source/destination
point to a gs1:Organization
Not sure that we can formally declare partial inverse properties in RDFS or
OWL.
…On Wed, Apr 28, 2021 at 3:30 PM Vladimir Alexiev ***@***.***> wrote:
I much prefer to merge gs1:certification and gs1:certificationInfo so I
agree with you.
BTW, is it too late to simplify the class name gs1:CertificationDetails
-> gs1:Certification ?
How do you like this diagram
<http://www.plantuml.com/plantuml/uml/ZOz1Qm8n48Nlyok6lUz1ZqifWlLG42hu2xApKvsItKXcKgY_lbXiM6cgEMRU-_BUMwcvQ6dqS9I1aSUJVQ4pYz8dOvrVHxPZ6AudaaYU0SWxLLnpD7aNSYPXUc5pudM1Jh4vwA8hgSqTSbb5liM3c-Jy8sLWVlmrxc8O4bdsNDyDm6QtVjrlFdaoRDldVrPqU85ehjM0onhmPaE7lPoteUZC8pha4sr53Q5Sj_3jdnhxr7ym6PHxtyRLmJd-gMqVnfTpB-YzN80LJqCQ_JS0>
:
<https://camo.githubusercontent.com/e1716139e762e1b801fc7b4bab638e59073bbcb2eabf02d892cd385541ace904/687474703a2f2f7777772e706c616e74756d6c2e636f6d2f706c616e74756d6c2f706e672f5a4f7a31516d386e34384e6c796f6b366c557a315a716966576c4c4734326875327841704b767349744b58634b67595f6c6258694d366367454d52552d5f42554d77637651366471533949316153554a56513470597a38644f7672564878505a3641756461615955305357784c4c6e704437614e535950585563357075644d314a6834767741386867537154536262356c694d33632d4a7938734c57566c6d727863384f346264734e4479446d365174566a726c4664616f52446c645672507155383565686a4d306f6e686d506145376c506f7465555a433870686134737235335135536a5f336a646e68787237796d365048787479524c6d4a642d674d71566e665470422d597a4e38304c4a7143515f4a5330>
I know, it's too curvy, but are the arrows right? You can edit there.
declare that -> gs1:certification -> CertificationDetails ->
gs1:certificationSubject -> are inverses
Correction: if <cert> gs1:certificationSubject <obj> then <obj>
gs1:certification <cert> but not vice versa, so the two props are partial
inverses.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#245 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSXRL42BXR2TKRLGQ4MWSLTLALZ7ANCNFSM423IP7SA>
.
|
Diagram: Edited as EPCIS\Diagrams\certification-diagram.puml in #270 (sorry about the silly standard names):
Not sure either, but we should state it in the text. |
The above diagram is included in chapter "EPCIS Semantics". |
As part of the FSM project (Food Safety Market), we're trying to map FSSC 22000 certs. Here are two sample records (org data skipped for brevity). FCC means "food chain category" and is described in FSSC-22000-Scheme-Version-5.1, p10, table1, cols Category/Subcategory (maps to certificationType).
I don't know where the dates are defined, but you can see the logic from their chronology. We've mapped them as follows, please confirm:
Need new fields:
Changes:
Clarifications:
|
Thanks for this. You're correct about: Date decision: We can certainly consider including:
I assume that Why Well, if the whole world were already using Linked Data, then of course you'd be right - and maybe we should be designing for that future state. However, currently it isn't and many existing paper / PDF certificates might currently only state the name of the certification agency. Adding gs1:certificationAgencyURL (a suggestion by Kevin Dean) at least provides for global disambiguation if multiple countries each have their own 'Food Standards Agency' or whatever. From an ontology / inference perspective, yes you're right that we can infer that the agency identified by that URL is a gs1:Organization or schema:Organization. It's the same dual-documentation issue we've been discussing for several weeks/months - are we trying to provide online definitions that explain syntactically how to populate fields correctly - or are we primarily catering for what is probably a relative minority interest of being able to infer that the agency is an Organization? With your proposed approach, we'd at least need to provide guidance understandable for anyone about how to express the name of the agency even in situations where the agency does not yet publish Linked Data. However, it also might not be obvious to someone other than the agency whether they're using their website URL as their Linked Data URI to identify themselves or whether they're using a different URI for that purpose, considering the infamous HTTP Range-14 conundrum. I agree that we still need to split
Thanks for the suggested clarifications. I'll try to make most of these edits to the preview files during my train journey tomorrow. |
If we don't design for that future state, we'll never reach it.
You described the biggest chicken and egg problem ever. With such approach we'll never beat negative network effects.
It's not about inference nor about minorities, but about proper data structuring. The current approach FORCES us into data consistency problems:
Now what's the proper name of https://www.efsa.europa.eu? Where is the master data about it?
We are not! An ontology describes the domain of discourse (part of the world), not a particular IT view on it. If you merely want to explain syntax, don't use semantic technologies.
That excel does not state anywhere that FSSC 22000 is the certification authority. But it's easy to figure out and RDFize their data as we did: it's a few fixed triples for 10k excel rows. Similarly, if you process PDF certs, IMHO it's up to you to reconcile the cert authorities to some resources and thus help build up LOD. There cannot be millions of cert agencies, right? But you have a point, so to avoid the gs1/WebVoc#24 dichotomy I propose this:
Currently I have to write <certificate/(ROWNO)> a gs1:CertificationDetails;
gs1:certificationAgency "Foundation FSSC 22000";
gs1:certificationAgencyURL <https://www.fssc22000.com>. But I want to write:
|
We're thinking of a writing a blog "Linked Data for Integrated Logistics and Supply Chains", and I thought of something else: the So far the proposal covers:
But the proposal is missing:
It'd be easy to rename certifiedProduct to
@mgh128 @CraigRe @RalphTro @jmcanterafonseca-iota @shalikasingh @dakbhavesh and others with experience in supply chains:
I should explain what we mean by combination (see "disjunction" vs "conjunction" above):
|
@VladimirAlexiev Your proposal for other classes of objects to have certfications aligns with my knowledge of the Transport & Logistics world. This certainly points out that not all of the GS1 Identification Keys are currently covered in the GS1 Web Vocabulary. The topic of enhancing certifications was one of the core objectives for this work group. To meet that objective, the work group held a couple free-thinking dicussions earlier in the process to elicit what changes were needed to make certifications fit for purpose. My takeaway from those conversations is that the priority for many users was around Products, Places, and Organizations. I don't recall any strong calls for the ability to reflect certifications of those other classes of objects. There was a stronger emphasis on additional properties and the ability to certify combinations of products, locations, and organizations. Some of the things you have noted should be fairly straightforward additions. I'm thinking of rail cars & shipping containers that would be identified with a GIAI, gas cylinders that would be identified with a GRAI, and sensors identified with GIAI. But others require some additional thinking... would a model of products be certified or would it be the individual classes of products? Certifications applying to Batches and instances of products is already possible since certifications are declared in the ILMD of an event. I can imagine circumstances where a Service Relationship Provider might declare relevant certifications but the modeling is not straightforward to me. I say all of this to suggest that discussion is needed to get this right. It's a worthy discussion but I'm concerned that solving for these additional use cases on certification could further delay EPCIS 2.0 delivery. I suggest it would be better for a separate proposal to be submitted to the GSMP process on these additional use cases as a follow-up to our main proposal on certification. That way the use cases will still be captured but it would be a dependency for EPCIS 2.0. On the latter part of your message about Conjunctions and Disjunctions, this might be a good call discussion. @mgh128 did present a way that the proposal would allow compound certifications to be expressed. I don't recall the details well enough to consider what you have noted above. |
@visibleOrigins thanks for the feedback! Because Certifications should be defined by WebVoc based on the GSMP process, and EPCIS events merely refer to the certification but are not dependent on its details, I think these details should not delay EPCIS. It is the intent to make WebVoc classes for all of the GS1 Identification Keys (is this the same as TDS?) as per the linked Google sheet. But I don't know whether that will require another GSMP process? Mark and I thought up "conjunction of disjunctions" together, following the logic of what you see in a faceted UI. Now I'm asking: should we split it further? |
Discussed on 14 Sep, see https://milecastle.media/dev2021/voc_epcis_extras/CertificationDetails for current version:
@CraigRe and @mgh128 how about #245 (comment) "Need new fields": 3 more fields that I need for FSSC 22000?
|
Not yet addressed in public review drafts nor in Work Request to extend gs1:CertificationDetails but noted in a public review comment, recommending further group discussion and potential further work request and update to CBV §9.1.3.1 |
Also, change descr of
|
Per discussion on December 14th call, SUSPENSION (Suspension) changed to SUSPENDED (Suspended). |
Per Jan 4th MSWG call, group decided to revise the WR to include the gs1:CertificationStatus property expecting a code list with only two values being proposed at this time: Active and Inactive. Other code values considered by the MSWG are being deferred to a later date after industry usage. Also considered by the workgroup was to separate status and the reasons for Inactive status/Status into two different properties. Decision that it may overcomplicate at this time but by having a streamlined list of code values (Active & Inactive) at this stage, it would leave this possibility open for the future. |
epcis:certificationInfo is missing from the v2.0 XSD - I think it probably belongs immediately after errorDeclaration. |
do we have an example of the usage of epcis:certificationInfo ?
…On Mon, Mar 14, 2022 at 3:25 PM Mark Harrison ***@***.***> wrote:
epcis:certificationInfo is missing from the v2.0 XSD - I think it probably
belongs immediately after errorDeclaration.
epcis:certificationInfo is missing from the v2.0 JSON Schema - I'll add
that
epcis:certificationInfo was present as epcis:certification in the ontology
files and UML class diagrams and needs to be renamed
epcis:certificationInfo - I'll fix that.
—
Reply to this email directly, view it on GitHub
<#245 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQEZJLUTFWMBILCD3AVUBHDU75D6BANCNFSM423IP7SA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*IOTA Foundation*
Pappelallee 78/79
10437 Berlin, Germany
Board of
Directors: Dominik Schiener, Navin Ramachandran
ID/Foundation No.:
3416/1234/2 (Foundation Register of Berlin)
|
hi @mgh128 @CraigRe @RalphTro @jmcanterafonseca-iota @ghost Maybe we should resolve this issue?
|
Hi @VladimirAlexiev , @CraigRe , @RalphTro , @jmcanterafonseca-iota Looking at https://ref.gs1.org/standards/epcis/epcglobal-epcis-2_0.xsd , epcis:certificationInfo is present in the v2.0 XSD, immediately after errorDeclaration. Looking at https://ref.gs1.org/standards/epcis/epcis-json-schema.json , epcis:certificationInfo is present in the v2.0 JSON Schema Looking at https://ref.gs1.org/standards/epcis/epcis-ontology.jsonld , epcis:certificationInfo is present in the v2.0 EPCIS ontology Having said that, I have had some recent discussions with @CraigRe and @RalphTro, regarding the merits of embedding certification information within events vs referencing external resources, especially as these relate to the generation of the eventID using the hashing algorithm developed by @RalphTro and his colleagues, detailed in §8.9.2 of https://ref.gs1.org/standards/cbv/2.0.0/ If I remember correctly, we also considered whether it really made sense to almost duplicate https://gs1.org/voc/certification as https://ref.gs1.org/epcis/certificationInfo especially when (confusingly), the GS1 Web vocabulary has a separate property (as a GS1 Digital Link Link Type property) named https://gs1.org/voc/certificationInfo , which is distinct from https://gs1.org/voc/certification and points to an online resource that expresses certification details, even if that is a PDF or bitmap image with no accompanying structured data that is readily machine-interpretable. @CraigRe or I can probably point you to minutes of recent EPCIS MSWG meetings in which that topic was discussed with the group. We did notice some inconsistencies and if I remember correctly, there may have been errors in the examples regarding the use of epcis:certification vs epcis:certificationInfo. @CraigRe is keeping a 'glitch list' of corrections to be made in v2.1 or v2.0.1 |
We need two props:
I agree that cert info doesn't belong IN the event, but should be stored externally. As for the https://gs1.org/voc/certificationInfo Digital Link Type: it's a best practice to put various renditions of the same cert (PDF, RDF, whatever) on the same URL and use content negotiation. |
Hi @VladimirAlexiev |
WR 21-000111 proposes some additional properties for gs1:CertificationDetails to make it more useful, so that an EPCIS event can reference online machine-interpretable details about a certification held by a product.
However, we might also want to be able to point to certification details for a location or organisation, so we might consider adjusting WR 21-000111 to broaden the definition of gs1:certificationValue so that it can apply to organisations and locations as well as products. We'd also need to broaden the rdfs:domain of gs1:certification so that it's no longer limited to a gs1:Product having a certification; a gs1:Place or gs1:Organization could also have certification details.
The text was updated successfully, but these errors were encountered: