Re: Taking advantage of OWL's standardization on a relationship vocabulary - need an OWL API?

You wrote:
Let's take an example.  Suppose my application is processing an XML
instance document that contains <SLR>...</SLR>.  Further, suppose that
my application is searching for Camera information.  Thus, my
application would like to know the relationship between SLR and Camera. 
That relationship information is in the Camera Ontology, but how does my
application find it?

Using MKE for your application, it is very easy.

input
do read from camera.nt done;
SLR ? Camera;

output
SLR isa**1 Camera

expressed in triple format
SLR subClassOf Camera .
============ 
Dick McCullough 
knowledge := man do identify od existent done;
knowledge haspart proposition list;

Received on Thursday, 24 April 2003 14:40:23 UTC