Informatievlaanderen / OSLOthema-consent

GitHub repository for the OSLO trajectory "consent"
0 stars 0 forks source link

Cardinality of PersonalData.type #54

Open dimi-schepers opened 1 year ago

dimi-schepers commented 1 year ago

DPV-OWL creates subclasses for the possible types of PersonalData, making it possible to give multiples types to an object, e.g. ex:PD1 a dpv:PersonalData, dpv:ObservedPersonalData, dpv:SensitiveData.

Isn't it therefore best to have a cardinality of [1..*] on PersonalData.type (instead of [1])?