OWL question (scoping out systems for inter-thesaurus mapping)

Hi Dave,

Quick question about the OWL reasoner,

if I have the following model:

<owl:Restriction>
	<owl:onProperty rdf:resource="&dc;subject"/>
	<owl:hasValue rdf:resource="&thes1;trees"/>
	<owl:equivalentClass>
		<owl:Restriction>
			<owl:onProperty rdf:resource="&dc;subject"/>
			<owl:hasValue rdf:resource="&thes2;arbres"/>
		</owl:Restriction>
	</owl:equivalentClass>
</owl:Restriction>

<rdf:Description rdf:about="http://www.bigal.com/trees.html">
	<dc:subject rdf:resource="&thes1;trees"/>
</rdf:Description>

Would the OWL reasoner infer that ...

<rdf:Description rdf:about="http://www.bigal.com/trees.html>
	<dc:subject rdf:resource="&thes2;arbres"/>
</rdf:Description>

???

Al.

CCLRC - Rutherford Appleton Laboratory
Building R1 Room 1.60
Fermi Avenue
Chilton
Didcot
Oxfordshire OX11 0QX
United Kingdom

Email:        a.j.miles@rl.ac.uk
Telephone: +44 (0)1235 445440

Received on Tuesday, 11 November 2003 06:55:21 UTC