Re: [topbraid-users] no superclass inference

2020-12-11 Thread Holger Knublauch
braid-users@googlegroups.com *Namens *Holger Knublauch *Verzonden:* vrijdag 11 december 2020 01:45 *Aan:* topbraid-users@googlegroups.com *Onderwerp:* Re: [topbraid-users] no superclass inference On 2020-12-10 6:27 pm, 'Bohms, H.M. (Michel)' via TopBraid Suite Users wrote: Still no suc

RE: [topbraid-users] no superclass inference

2020-12-11 Thread 'Bohms, H.M. (Michel)' via TopBraid Suite Users
ctronic transmission of messages. Van: topbraid-users@googlegroups.com Namens Holger Knublauch Verzonden: vrijdag 11 december 2020 01:45 Aan: topbraid-users@googlegroups.com Onderwerp: Re: [topbraid-users] no superclass inference On 2020-12-10 6:27 pm, 'Bohms, H.M. (Michel)' via To

Re: [topbraid-users] no superclass inference

2020-12-10 Thread Holger Knublauch
On 2020-12-10 6:27 pm, 'Bohms, H.M. (Michel)' via TopBraid Suite Users wrote: Still no success after ticking that box…no inferences are made At this stage I don't know what inferences you are expecting and what the ontology looks like. Thanks Holger -- You received this message because

RE: [topbraid-users] no superclass inference

2020-12-10 Thread 'Bohms, H.M. (Michel)' via TopBraid Suite Users
s@googlegroups.com Onderwerp: Re: [topbraid-users] no superclass inference On 2020-12-09 6:55 pm, 'Bohms, H.M. (Michel)' via TopBraid Suite Users wrote: Ahh of course, thx But…still strange my inferencing does not work…any tip welcome With OWL RL profile, the SPIN engine will by default re

Re: [topbraid-users] no superclass inference

2020-12-09 Thread Holger Knublauch
raid-users@googlegroups.com *Onderwerp:* Re: [topbraid-users] no superclass inference Hi Michel, this SPARQL engine is configured to only run on the asserted triples. The usual mechanism to ask for instances of a given class is to use a path expression:     ?instance rdf:type/rdfs:subClassOf* $

RE: [topbraid-users] no superclass inference

2020-12-09 Thread 'Bohms, H.M. (Michel)' via TopBraid Suite Users
an: topbraid-users@googlegroups.com Onderwerp: Re: [topbraid-users] no superclass inference Hi Michel, this SPARQL engine is configured to only run on the asserted triples. The usual mechanism to ask for instances of a given class is to use a path expression: ?instance rdf:type/rdfs:subClassO

Re: [topbraid-users] no superclass inference

2020-12-09 Thread Holger Knublauch
Hi Michel, this SPARQL engine is configured to only run on the asserted triples. The usual mechanism to ask for instances of a given class is to use a path expression:     ?instance rdf:type/rdfs:subClassOf* $superClass in your case     ?Anomaly rdf:type/rdfs:subClassOf* anomaly:Anomaly Th

[topbraid-users] no superclass inference

2020-12-09 Thread 'Bohms, H.M. (Michel)' via TopBraid Suite Users
I have a data file (anomalies-of-ijsselbridge.ttl) With instances of subclasses of class Anomaly. When I do: PREFIX anomaly: PREFIX rdf: SELECT * WHERE { ?Anomaly rdf:type anomaly:Anomaly . ?Anomaly anomaly:forPhysi