Scott, Thanks for your response. I am trying to identify phenotypes of people based on if they have a concept from a set associated with them. For example lets look at the food ontology in the Examples packed with TBC.
Let's say we create a value set named 'Non-vegetarian' consisting of the concepts: food:DarkMeatFowlCourse food:LightMeatFowlCourse food:NonSpicyRedMeatCourse food:RedMeatCourse food:SpicyRedMeatCourse Now we can find people that are not a vegetarians if they have eaten a concept from the 'Non-vegetarian' value set. Let's create another value set named 'Bird Eater' consisting of: food:DarkMeatFowlCourse food:LightMeatFowlCourse food:PenguinCourse (needed another example) Using the 'Bird Eater' we can find people that eat birds. Note that the concepts can belong to multiple value sets. We can also perform set operations to find more complex phenotypes: The union of 'Non-vegetarian' and 'Bird Eaters' = food:DarkMeatFowlCourse food:LightMeatFowlCourse food:NonSpicyRedMeatCourse food:RedMeatCourse food:SpicyRedMeatCourse food:PenguinCourse The intersection of 'Non-vegetarian' and 'Bird Eaters' = food:DarkMeatFowlCourse food:LightMeatFowlCourse I hope this makes sense. The TopBraid tools and SKOS is new to me so I will dig into them further to see if I can better understand the proposals you mentioned. -Dale On Wednesday, March 20, 2013 6:48:49 PM UTC-5, Scott Henninger wrote: > > Snoose; This depends on what you mean by a "value set". In general, one > could define a set of concept schemes, each of which consists of a > vocabulary - a SKOS hierarchy of terms being part of this. Another way to > do this could be to define a set of named graphs in TBC and use > owl:imports to bring everything in, using skos:Concept as the root class, > if a class view is what you need. > > So there are lots of possibilities, and it all depends on what you mean > by a "value set" and for what purposes it would be used. > > -- Scott > > On 3/20/2013 4:47 PM, [email protected] <javascript:> wrote: > > Is it possible to use EVN to manage value sets? > -- > -- 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 Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN. > To post to this group, send email to > [email protected] <javascript:> > To unsubscribe from this group, send email to > [email protected] <javascript:> > 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] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- -- 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 Ensemble, 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/groups/opt_out.
