isa-camss / CAV

The Core Assessment Vocabulary represents and defines what an “Assessment” of “assets” is and how to perform the assessment based on “Criteria”. It is a domain-agnostic vocabulary, meaning that it can be used to assess any type of assets.
3 stars 1 forks source link

question on the predicates hasSummary and hasReport #9

Closed guascce closed 3 years ago

guascce commented 3 years ago

I have been questionning myself whether the range Distribution of those predicates was sufficient to ensure that there would be content in the reports. So if there is an instance of a distribution , does it mean that the information (the content of the report) is conveyed by an instance of Dataset.

paulakeen commented 3 years ago

Well, the distribution can be manifested in may different ways, for example another RDF that models reports in a different namespace (...if i understood well the issue).

costas80 commented 3 years ago

The knowledge produced by a cav:Assessment is collected in cav:Statements, not the distributions. These distributions are physical manifestations/representations of the overall assessment. As such an "empty" assessment (in terms of results) is one that has no statements.

Splitting these in a summary and report allows differentiation between different expected types of such representations (with of course additional being able to be added in subclasses or application profiles).

jseguraf commented 3 years ago

Very related to this issue is, maybe, the comment by @giorgialodi where she wonders whether the assessment of our model is an event or an object. From the foundational ontoengeenering they are totally different (see issue #15 ).

jseguraf commented 3 years ago

It is clear for the WG that the assessment is the result of the action of assessing and that it resolves in stating judgements based on the evaluation of the criteria (see the cav:Statement class and its definition for more details). The properties that link the cav:Assessment to the dcat:Distribution, contribute to better clarify that the assessment is made of data and that it may have many different manifestations and expressions (via the dcat:Distribution class).