data_qualifiers → Move away from strict hierarchy
#33
Replies: 2 comments 1 reply
-
|
I also find this one awkward, and do agree that flipping it around (e.g. |
Beta Was this translation helpful? Give feedback.
-
|
IMO I think a more intuitive solution would be to not treat qualifiers as a hierarchy, but instead more of a linear scale. They don't "branch" into subcategories in the same way, so they are more like a label. Something to consider as we collect additional user feedback, etc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Most of the hierarchies in Fideslang go from general → specific, comprising a subsumptive hierarchy.
For example for
data_categories,user.provided.identifiable.contact.cityis a subset ofuser.provided.identifiable.contact, which is a subset ofuser.provided.identifiabledata.In
data_qualifiers, fully identifiable information isaggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified, but that suggests thatidentifieddata is a subset ofpseudonymizeddata and so forth. Instead of adopting a strict hierarchy that represents least identifiable → most identifiable information, we should move to a subsumptive hierarchy that goes from general categories → most specific. Essentially creating is-a relationships.Beta Was this translation helpful? Give feedback.
All reactions