ISSUE-75: ExactMatchInclusions

ISSUE-75: ExactMatchInclusions

http://www.w3.org/2006/07/SWD/track/issues/75

Raised by: Alistair Miles
On product: SKOS

Can any property chain inclusion axioms be stated for skos:exactMatch?

E.g. SubObjectPropertyOf(SubObjectPropertyChain(broadMatch exactMatch) broadMatch) ?

This axiom would mean that the graph:

<A> skos:broadMatch <B> .
<B> skos:exactMatch <C> .

... entails:

<A> skos:broadMatch <C> .

E.g. SubObjectPropertyOf(SubObjectPropertyChain(relatedMatch exactMatch)
relatedMatch) ?

This axiom would mean that the graph:

<A> skos:relatedMatch <B> .
<B> skos:exactMatch <C> .

... entails:

<A> skos:relatedMatch <C> .

E.g. SubObjectPropertyOf(SubObjectPropertyChain(broader exactMatch) broader) ?

E.g. SubObjectPropertyOf(SubObjectPropertyChain(related exactMatch) related) ?

Received on Wednesday, 16 January 2008 22:55:20 UTC