[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [higgins-dev] OWL Classes from LDAP Classes
|
Thanks Paul! I've fixed #2 in my generator and will do #3 in my code tomorrow pending feedback on the equivalence reference question in my "sample LDAP 'person'" e-mail I just sent out. Please comment if you can explain the nuance there. #1 is a result of the DOM4j code I'm using to build my OWL document in Java, I'll have to see if there's a way I can get it to not to escape those. If anyone knows the trick there, I'd love to know it.
Thanks,
Tom
>>> "Paul Trevithick" <paul@xxxxxxxxxxxxxxxxx> 9/21/2006 6:32 PM >>>
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