[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: RE: OWL-ish question


owl ternary relations
Doesn't a restriction apply to all members of a class?  What I am
looking for will vary in value by instance, not by class.  And since
instances will be added all the time, I can't subclass and lump
together. 

I do have a model that will work.

I think.  

It looks like:

<ClassA rdf:ID="thisClass">
	<hasMappingto rdf:resource="#thatClass"/>
	<hasMappingClass>
		<MappingClass>
			<hasTarget rdf:resource="#thatClass"/>
			<usesJavaClass>org.com.blah</hasJavaClass>
		</MappingClass>
	</hasMappingClass>
</ClassA>

The first property is transitive and has a symmetric subproperty.  This
allows for easy navigation across classes.  The second links the mapping
class to the source class.  My problem was (poorly expressed) that I
wanted to get rid of the redundancy of this model.  Target is
essentially expressed twice.  The motivation for the first property is
the performance of inference rules that will navigate across multiple
instances using the transitivity and symmetry properties of that first
relation.  Both those characteristics get lost, at least in terms of
formal OWL definition- yes, I could still write slightly more complex
rules that would do the job- if all I do is the second property.   Or at
least that's what I believe to be true- it's my first stab at doing more
than reading the spec.

Ah, for true ternary relations  :>).



-----Original Message-----
From: Thomas B. Passin [mailto:tpassin@c...] 
Sent: Tuesday, July 29, 2003 11:08 PM
To: xml-dev@l...
Subject: Re: RE:  OWL-ish question

[Jonathan Borden]
>
> The difference in functionality between an owl:Restriction and an
rdfs:range
> is that an rdfs:range applies globably to a property, whereas a
restriction
> is local to the class being defined.
>

Yes, that is what I thought Linda was trying to express - since she was
treating a property as a class to be restricted - but maybe that notion
was
not quite what she had in mind.

Cheers,

Tom P



-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.