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

RE: OWL-ish question


owl questions
Hi Linda,
I believe it is ok, but I'm less certain it'll do what you want.

> <owl:ObjectProperty rdf:ID="hasMapping">
>    <rdfs:domain rdf:resource="#ClassA">
>    <rdfs:range rdf:resource="#ClassA">
>    <rdf:type rdf:resource="&owl;TransitiveProperty"/>
>    <mappingClass rdf:resource="#MappingClass"/>
> </owl:ObjectProperty>

This part on its own :

> <owl:ObjectProperty rdf:ID="hasMapping">
>    <rdfs:domain rdf:resource="#ClassA">
>    <rdfs:range rdf:resource="#ClassA">
>    <rdf:type rdf:resource="&owl;TransitiveProperty"/>
> </owl:ObjectProperty>

is textbook stuff,

(I'd have made it a typed element meself, but whatever)

this part on its own :

> <owl:ObjectProperty rdf:ID="hasMapping">
>    <mappingClass rdf:resource="#MappingClass"/>
> </owl:ObjectProperty>

is *also* textbook stuff for regular RDF classes. So put them together and I
think it's fine. But note that the mapping class will be fixed on the
property - the same mapping class will apply for all use of the property,
i.e. it's a schema thing. Is that what you were after?

Beware too of possible problems with cardinality on TransitiveProperty.

> > I'm trying to figure out a good way to model the following
> problem type in
> OWL and would appreciate any help the more OWLish members of the
> list could
> offer.  (BTW, is there a better list for RDF/OWL questions?).

heh, a headcount would be interesting (1,2,3 swivel!)

The W3C lists are probably more OWLish : rdf-logic I think is closest, then
rdf-interest.
You mentioned Java - are you using Jena? If so don't forget jena-dev. The
esw and rdfweb lists might also be appropriate, depending on what country
(Europe) and domain (FOAF) you're working on. If you hear of any more please
let me know ;-)

Cheers,
Danny.


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.