Michel; owl:onClass statements for QCR's are fully supported by Composer, but this is separate from the class hierarchy. QCRs are represented as local restrictions on classes (as specified with the OWL2 standard). Getting something to display in the class hierarchy is a different matter and will always require an rdfs:subClassOf relationship, as that is the property used to create the tree.
- Scott On Nov 16, 3:08 am, "Bohms, H.M. (Michel)" <[email protected]> wrote: > It was that simple, thx. > > Still: > > - if I do not add the extra (separate) subclass clause: tbc will not > show it as a subclass of xsd:string! > > Acc. to the primer of owl2, this extra subclass should not be necc. > (onClass statement would already state or at least imply it). So I would > expect that at least tbc would not need the extra subclass itself to > handle it properly in its class tree. > > Cheers Michel > > -----Original Message----- > From: [email protected] > > [mailto:[email protected]] On Behalf Of Holger > Knublauch > Sent: donderdag 12 november 2009 17:41 > To: [email protected] > Subject: [tbc-users] Re: no code for userdefined datatypes > > If the datatype definition is imported from some other file, then you > need to click the check box at the bottom of the source code tab to also > display imported triples. > > Holger > > On Nov 12, 2009, at 2:44 AM, Michel Bohms wrote: > > > when I define: > > > <rdfs:DataType rdf:ID="PostalCode"> > > <rdfs:subClassOf rdf:resource="http://www.w3.org/2001/ > > XMLSchema#string"/> > > </rdfs:DataType> > > > I see it appear in the class tree (when xsd:string visible), but when > > I select it and select the code tab tab code, I see nothing... > > (whatever format...) > > > Is this normal? > > > thx Michel > > This e-mail and its contents are subject to the DISCLAIMER > athttp://www.tno.nl/disclaimer/email.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en -~----------~----~----~----~------~----~------~--~---
