RE: [topbraid-users] class-level range question

2017-11-07 Thread Bohms, H.M. (Michel)
ks inherent to the electronic transmission of messages. From: topbraid-users@googlegroups.com [mailto:topbraid-users@googlegroups.com] On Behalf Of Holger Knublauch Sent: maandag 6 november 2017 22:50 To: topbraid-users@googlegroups.com Subject: Re: [topbraid-users] class-level range question

Re: [topbraid-users] class-level range question

2017-11-06 Thread Holger Knublauch
Hi Michel, if I understand your requirements correctly, this pattern is supported in SHACL by dash:rootClass, see http://datashapes.org/constraints.html#RootClassConstraintComponent HTH Holger On 6/11/2017 20:41, Bohms, H.M. (Michel) wrote: Suppose I want to say that a _individual_ person

RE: [topbraid-users] class-level range question

2017-11-06 Thread Bohms, H.M. (Michel)
-telefoon via TouchDown (www.symantec.com) -Original Message- From: Irene Polikoff [ir...@topquadrant.com] Received: maandag, 06 nov. 2017, 13:16 To: topbraid-users@googlegroups.com [topbraid-users@googlegroups.com] Subject: Re: [topbraid-users] class-level range question If a range is

Re: [topbraid-users] class-level range question

2017-11-06 Thread Irene Polikoff
If a range is rdfs:Class, then the values are resources rdf:type rdfs:Class. In other words, any class. Stricter speaking any value you use is assumed to be an rdfs:Class - since RDFS is about inferencing not constraint checking. There isn't anything that would support what your need other than

Re: [topbraid-users] class-level range question

2017-11-06 Thread David Price
On 6 Nov 2017, at 10:41, Bohms, H.M. (Michel) wrote: > > > Suppose I want to say that a individual person hasExpertiseIn and then a > range being “rdfs:Class” but I want to add there : “a specific class or one > of its subclasses (recursively)” Here, the object of the triple is a member of r

[topbraid-users] class-level range question

2017-11-06 Thread Bohms, H.M. (Michel)
Suppose I want to say that a individual person hasExpertiseIn and then a range being "rdfs:Class" but I want to add there : "a specific class or one of its subclasses (recursively)" Can I do that somehow using standards rdfs? (the range being the set of classes starting at some root) Or should