linked-statistics / xkos

A SKOS extension for statistical classifications
35 stars 8 forks source link

Add a compares Object property #35

Closed FranckCo closed 8 years ago

FranckCo commented 8 years ago

There is currently no property in XKOS to materialize the link between a correspondence table (xkos:Correspondence) and the classification versions that it puts in relation.

You have to go through a SPARQL query like "in what concept schemes are the concepts that are linked by associations belonging to this correspondence").

For more commodity in certain use cases (browsing, querying), it would be much simpler to have a property directly between the concept schemes.

The 'compares' objet property is proposed for this usage. Its domain is the xkos:Correspondence class and its range is skos:ConceptScheme.

FranckCo commented 8 years ago

Resolved in commits b12dc7b, 299392f and c00951d.