Hi John, not sure if I understand your question - could you clarify: do you mean whether it's generally better to model using rdfs:range or spl:Argument with spl:valueType? There wouldn't be a general response to this because it really depends on your use case, so further details would be appreciated: what are you modeling, what are your scripts doing.
If it's a pure SPARQLMotion question, then I would always favor spl:valueType instead of leaving the argument valueType blank and having a global rdfs:range. I believe we still do support rdfs:ranges in argument definitions in SM but that's really legacy code from the days before we had SPIN. HTH Holger On Mar 9, 2013, at 8:03 AM, John Perdoni wrote: > Hi again > > I have a number of sm scripts that are called via http . I validate on the > client side but you can never have enough checks , so I was wondering, which > is best practice when creating new rdf datatype properties, > > 1) Create the property with a suitable datatype "range" or > > 2) Create the property with an additonal spl:valueType of suitable dataType. > > Regards > > John > > -- > -- 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. > > -- -- 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.
