Listing the items in a QualityMeasurement

Dear DQV members

I am interested in using DQV for SKOS vocabulary validation
https://www.w3.org/TR/vocab-dqv/#ExpressQualSKOS using qSKOS (
https://github.com/cmader/qSKOS). I understand a QualityMeasurement can
express the number of concepts/items for a Metric using dqv:value; however
I would like to be able to also give the _list_ of the concepts/items for
this QualityMeasurement. Is there anything in DQV to express this ? if not,
which property or modeling solution from another vocabulary would you
recommend ?

I am looking for something like :

:measurement2
    a dqv:QualityMeasurement ;
    dqv:computedOn :myControlledVocabulary ;
    dqv:isMeasurementOf :numOfConceptsWithIncompleteLanguageCoverage ;
    dqv:value "450"^^xsd:integer ;

    something:foo <http://concept1> ;
    something:foo <http://concept2> ;

    # ... here follows the list of the 450 concepts
    # having an incomplete language coverage


Thanks !
Thomas

-- 

*Thomas Francart* -* SPARNA*
Web de *données* | Architecture de l'*information* | Accès aux
*connaissances*
blog : blog.sparna.fr, site : sparna.fr, linkedin :
fr.linkedin.com/in/thomasfrancart
tel :  +33 (0)6.71.11.25.97, skype : francartthomas

Received on Tuesday, 4 July 2017 07:44:16 UTC