In Preferences in both Classes and Properties pane you need to make the relevant items visible, then make an instance of the class and assign the necessary properties with values.
Cheers, David UK +44 7788 561308 US +1 336 283 0606 > On 29 Dec 2014, at 10:21, Bohms, H.M. (Michel) <[email protected]> wrote: > > Hi Irene, > > Well, I was thinking about kind of direct support of the owl2 new > annotationtype: > > The following is an example of an axiom with an annotation. > Functional-Style Syntax > SubClassOf( > Annotation( rdfs:comment "States that every man is a person." ) > :Man > :Person > ) > Turtle Syntax > :Man rdfs:subClassOf :Person . > [] rdf:type owl:Axiom ; > owl:annotatedSource :Man ; > owl:annotatedProperty rdfs:subClassOf ; > owl:annotatedTarget :Person ; > rdfs:comment "States that every man is a person."^^xsd:string . > > > > > > Dr. ir. H.M. (Michel) Bohms > Sr. Research Scientist > Structural Reliability > T +31 (0)88 866 31 07 > M +31 (0)63 038 12 20 > E [email protected] <mailto:[email protected]> > Location <http://www.tno.nl/locaties/DTM> > > > <image001.gif> <http://www.tno.nl/> > This message may contain information that is not intended for you. If you are > not the addressee or if this message was sent to you by mistake, you are > requested to inform the sender and delete the message. TNO accepts no > liability for the content of this e-mail, for the manner in which you use it > and for damage of any kind resulting from the risks inherent to the > electronic transmission of messages. > > From: [email protected] > <mailto:[email protected]> > [mailto:[email protected] > <mailto:[email protected]>] On Behalf Of Irene Polikoff > Sent: woensdag 24 december 2014 14:48 > To: [email protected] <mailto:[email protected]> > Subject: Re: [topbraid-users] owl2 annotation types > > Michel, > > This doesn't seem to be a TBC specific question. Subject of the annotation > can be either an IRI or a blank node. Thus, you'll need something that will > 'reify' the statement you want to annotate. > > Irene > > Sent from my iPhone > > On Dec 24, 2014, at 4:35 AM, "Bohms, H.M. (Michel)" <[email protected] > <mailto:[email protected]>> wrote: > > How can I define an axiom annotation in tbc? > (ie like about the statement “:myCar rdf:type :Car”) > > (in case I do not want to use classical reification) > > Thx Michel > > This message may contain information that is not intended for you. If you are > not the addressee or if this message was sent to you by mistake, you are > requested to inform the sender and delete the message. TNO accepts no > liability for the content of this e-mail, for the manner in which you use it > and for damage of any kind resulting from the risks inherent to the > electronic transmission of messages. > > -- > -- You received this message because you are subscribed to the Google > Group "TopBraid Suite Users", the topics of which include Enterprise > Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, > SPARQLMotion, SPARQL Web Pages and SPIN. > To post to this group, send email to > [email protected] <mailto:[email protected]> > To unsubscribe from this group, send email to > [email protected] > <mailto:[email protected]> > For more options, visit this group at > http://groups.google.com/group/topbraid-users?hl=en > <http://groups.google.com/group/topbraid-users?hl=en> > --- > You received this message because you are subscribed to the Google Groups > "TopBraid Suite Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > -- > -- You received this message because you are subscribed to the Google > Group "TopBraid Suite Users", the topics of which include Enterprise > Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, > SPARQLMotion, SPARQL Web Pages and SPIN. > To post to this group, send email to > [email protected] <mailto:[email protected]> > To unsubscribe from this group, send email to > [email protected] > <mailto:[email protected]> > For more options, visit this group at > http://groups.google.com/group/topbraid-users?hl=en > <http://groups.google.com/group/topbraid-users?hl=en> > --- > You received this message because you are subscribed to the Google Groups > "TopBraid Suite Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > -- > -- You received this message because you are subscribed to the Google > Group "TopBraid Suite Users", the topics of which include Enterprise > Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, > SPARQLMotion, SPARQL Web Pages and SPIN. > To post to this group, send email to > [email protected] <mailto:[email protected]> > To unsubscribe from this group, send email to > [email protected] > <mailto:[email protected]> > For more options, visit this group at > http://groups.google.com/group/topbraid-users?hl=en > <http://groups.google.com/group/topbraid-users?hl=en> > --- > You received this message because you are subscribed to the Google Groups > "TopBraid Suite Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN. 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-users?hl=en --- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
