-
Notifications
You must be signed in to change notification settings - Fork 5
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
Base Structure for activity/competence/achievement/involvement #38
Comments
I would like to have another go at explaining what I think is the problem with instance here (and why Concept and instance should be swapped). Say Li and Nina both have Badges in Information Technology Life Cycle Support, but from different years. The badge is described in Credential Engine and has If I load these data into a graph in an RDF datastore, it stores triples not records, and it will recognize that the two credentials have the same ID, they are the same credential, and being nicely normalized it recognizes that it only needs one instance for data per entity, so it stores the data as: This data is perfectly valid, nothing has changed, but there is no way of saying who get their Badge when. I have lost data. One solution is to change the model so that the credential earned is an instance: |
Resolutions:
|
@kimdhamilton this latest diagram looks much more like "Option 2" from https://github.com/WebOfTrustInfo/rwot6-santabarbara/blob/master/final-documents/open-badges-are-verifiable-credentials.md rather than a structure more like "Option 1" which we were previously working from. I am concerned somewhat that almost everything in the "Credential Instance" is duplicative of properties at the Credential level. Why bother adding this extra layer to the onion if we can express these properties at the Credential level without it? |
@ottonomy: not sure if you heard my commentary, but credential instance may (will probably) go away entirely. This is a placeholder I should repeat from the above: everything italicized is conceptual placeholders while working through the concepts |
A quick follow up from the 4/19 W3C call... it sounds like we are wanting an outer container structure to contain many Otherwise perhaps a less duplicative claim name could work in the VC? Ie. the |
@kimdhamilton apologies if I pulled the discussion into any unproductive territories by discussing directly whether or not there should be an intermediate "Credential Instance" model that is part of the claim. This is the fundamental question that I have been wrestling with for a few years, but I see your point that separately, it is also useful to outline what the core necessary concepts are to each the "Credential Instance" and "Concept Definition" (whether or not we decide to use at times the Credential itself as the Credential Instance). On that point, I don't see the need to have a separate "name" at the Credential Instance level.
But there may be some use cases that make it useful to have a distinction here sometimes, justifying the inclusion of an additional onion layer in the model, at least in some circumstances. Here's a summary of some use cases reduced to a single sentence. We may choose some of these to support explicitly through one or more credential schemas. We don't necessarily need to support them all through exactly the same schema, but I'd love to see us tackle the simplest first and solve them in a manner as close as possible to the VC Data Model base.
|
resolutions from 4/19 meeting
|
Proposed base set of fields for any concept:
The text was updated successfully, but these errors were encountered: