-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Context:
Following advice I'm posting a question here... This is about using DCAT-AP in the work of a Europeana Network working group on Datasheets for digital cultural heritage. We have defined a template to describe datasets from our domain (https://zenodo.org/records/15828222) and are working on aligning it with DCAT-AP.
Question:
One requirement we have is to capture the "Category of AI usage" and "Type of CH Application" that a dataset could be used for. We thought of creating sub-properties of dcat:keywords but this property has a range of literal and we'd like to use it with URIs from a controlled vocabulary.
We also thought of specialising dcat:theme. My colleague @nfreire has found this: https://semiceu.github.io/DCAT-AP-reuse-guidelines/#situation-controlled-vocabulary-mismatch , which hints that for property assigned with a vocabulary there could still be an option to using additional statement with a different vocabulary. But it seems that in DCAT-AP all statements have to use the NAL:data-theme vocabulary ("The values to be used for this property are the URIs of the concepts in the vocabulary." at https://semiceu.github.io/DCAT-AP/releases/3.0.0/#controlled-vocabularies-to-be-used). So we would have to create our sub-properties as entirely new properties not specialising existing DCAT ones.
Can you confirm this is the only (foreseeable) route for such requirements? Or have I misread the documentation (and thus it should be clarified by a MUST maybe)?