Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [higgins-dev] OWL Classes from LDAP Classes

Hi Tom,

In the attached I've
- fixed up a few syntactical errors (e.g. &xsd; -> &xsd;)
- Added missing <owl:subclassOf>..</owl:subclassOf> constructs around your
owl:restrictions
- Other errors are caused by references in the classes to as-yet-undefined
OWL properties (as you mentioned)

-Paul

> -----Original Message-----
> From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Tom Doman
> Sent: Wednesday, September 20, 2006 5:30 PM
> To: higgins-dev@xxxxxxxxxxx
> Subject: [higgins-dev] OWL Classes from LDAP Classes
> 
> For your perusal, attached is the output from the java implementation of
> IContext::getSchema method I've been working on for our Higgins JNDI
> context provider.  It just contains the classes so far.
> 
> I still don't know what to do with AUXILIARY, nor ABSTRACT classes in OWL.
> Any ideas would be appreciated.  The MAYs will be expressed as
> "rdf:domain" elements on the ObjectProperties that represent the attribute
> definitions.
> 
> I'm also planning on making Property definitions that represent LDAP
> syntax definitions and specifying them as the "rdf:range" of the
> ObjectProperties that represent the attribute definitions.  This is
> instead of worrying about common higgins ObjectProperty definitions.
> 
> Questions?  Comments?
> 
> Tom

Attachment: owlLDAPTest2.owl
Description: Binary data


Back to the top