Skip to content
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

[v3.2.0] Need to relate Evidence and Output til Dataset #125

Open
jimjyang opened this issue Feb 28, 2024 · 2 comments
Open

[v3.2.0] Need to relate Evidence and Output til Dataset #125

jimjyang opened this issue Feb 28, 2024 · 2 comments

Comments

@jimjyang
Copy link

The class Evidence is no longer a subclass of Dataset in CCCEV v.2.1.0 (which though is under Public Review right now together with CPSV-AP).

As stated earlier, in order to implement the "once only" principle, we need to relate an Evidence to existing Dataset if any. Conf. also the usage note of the class Evidence which says "Evidence can be any resource - document, ...". Similarly, we need to relate Output to Dataset, conf. also the usage note of the class Evidence which says "the Output of one service will be Evidence for another service.".

What about introducing a new optional property, something like cv:isDescribedAs, with dcat:Dataset as the range, in both Evidence and Output, in order to be able to relate Evidence and Output to Dataset (the "generic" Dataset as defined in W3C/DCAT)?

@EmielPwC
Copy link
Member

EmielPwC commented Mar 27, 2024

We agree that it will be useful to relate Evidence and Output to Dataset and to have the relation optional. We will propose such a relation in the upcoming webinar. In order to do so we would like to gauge your desired degree of the relation.
We see 3 main options:

  • a relation cv:isDescribedAs which would limit the dataset to only describe one output or one evidence
  • to reuse the dct:isPartOf relation as we do for public service
  • a completely generic relation dct:relation

Do you have a particular preference and insight on the desired usage? We would recommend to be as meaningful as possible.

@jimjyang
Copy link
Author

jimjyang commented Apr 5, 2024

dct:isPartOf seems to be the best one among the options.

I am unfortunately unable to attend the coming webinar next Tuesday, so here is some more info: Because of the "once only" principle we have to relate the classes Evidence and Output to the class Dataset in our national application profile, in one way or another. We hope of course that the relation we use at the national level, already exists in CPSV-AP at the EU level ("once only" is an EU principle). As for the desired usage, see e.g. #111.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants