Informatievlaanderen / OSLOthema-consent

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

Mixing of DPV-OWL and DPV-SKOS #55

Open dimi-schepers opened 11 months ago

dimi-schepers commented 11 months ago

DPV is serialized in both OWL as well as SKOS.

OSLO Consent is currently mixing the use of both serializations by using dpv-owl properties but recommending dpv-skos as the value for those properties. See e.g. https://purl.eu/doc/applicationprofile/consent/kandidaatstandaard/2022-11-01/index_en.html#Consent%3AhasConsentStatus

Since each dpv-skos:Concept also has an equivalent dpv-owl:Class, I was wondering whether this can be considered as good practice? See e.g. https://w3id.org/dpv/dpv-skos#ConsentRequested versus https://w3id.org/dpv/dpv-owl#ConsentRequested.

Notice also that dpvo:hasConsentStatus has dpvo:ConsentStatus as range and not dpvs:ConsentStatus.