I did not look into the details, but TopBraid has support for the OWL RL 
profile wrt inference. Anything beyond that is not supported out-of-the-box.

If you find a few patterns like that you need to support in TopBraid, then 
layer SHACL rules over the OWL or extend the OWL RL SPIN rules to make these 
inferences . You could even have a small library of SPARQL CONSTRUCTs that do 
the trick.

As you know from the V-Con project Michel, it is also possible to do a customer 
extension and integrate a DL reasoner into EDG if that requirement becomes 
operational in an organisation.

Cheers,
David

> On 9 Apr 2020, at 11:48, 'Bohms, H.M. (Michel)' via TopBraid Suite Users 
> <topbraid-users@googlegroups.com> wrote:
> 
> No way/trick to topspin-infer “ex:Bridge_1 rdf:type ex:ShortBridge” ?
>  
> (I know shacl is better here but still got this question for owl)
>  
>  
>  
> From
>  
> <https://w3id.org/def/example <https://w3id.org/def/example>>
>   a owl:Ontology ;
>   owl:imports <https://w3id.org/def/basicsemantics-owl 
> <https://w3id.org/def/basicsemantics-owl>> ;
> .
> ex:Bridge
>   a owl:Class ;
> .
> ex:Bridge_1
>   a ex:Bridge ;
>   ex:length [
>       rdf:value 50.0 ;
>     ] ;
> .
> ex:ShortBridge
>   a owl:Class ;
>   rdfs:subClassOf ex:Bridge ;
>   rdfs:subClassOf [
>       a owl:Restriction ;
>       owl:cardinality "1"^^xsd:nonNegativeInteger ;
>       owl:onProperty ex:length ;
>     ] ;
>   owl:equivalentClass [
>       a owl:Restriction ;
>       owl:allValuesFrom ex:ShortBridgeLengthValue ;
>       owl:onProperty ex:length ;
>     ] ;
> .
> ex:ShortBridgeLengthValue
>   a owl:Class ;
>   rdfs:subClassOf bs:QuantityValue ;
>   rdfs:subClassOf [
>       a owl:Restriction ;
>       owl:allValuesFrom [
>           a rdfs:Datatype ;
>           owl:onDatatype xsd:decimal ;
>           owl:withRestrictions (
>               [
>                 xsd:maxInclusive 100 ;
>               ]
>             ) ;
>         ] ;
>       owl:onProperty rdf:value ;
>     ] ;
> .
> ex:length
>   a owl:ObjectProperty ;
>   rdfs:range bs:QuantityValue ;
> .
>  
>  
>  
>  
>  
>  
> Dr. ir. H.M. (Michel) Böhms
> Senior Data Scientist
> 
> T +31888663107
> M +31630381220
> E michel.bo...@tno.nl <mailto:michel.bo...@tno.nl>    
> Location 
> <https://www.google.com/maps/place/TNO+-+Locatie+Delft+-+Stieltjesweg/@52.000788,4.3745183,17z/data=!3m1!4b1!4m5!3m4!1s0x47c5b58c52869997:0x56681566be3b8c88!8m2!3d52.000788!4d4.376707>
> 
>  
> <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.
>  
>  
>  
>  
> 
> -- 
> 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 topbraid-users+unsubscr...@googlegroups.com 
> <mailto:topbraid-users+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/topbraid-users/5a44c93542e34368a7ef2630e8de1147%40tno.nl
>  
> <https://groups.google.com/d/msgid/topbraid-users/5a44c93542e34368a7ef2630e8de1147%40tno.nl?utm_medium=email&utm_source=footer>.

UK +44 (0) 7788 561308
US +1 (336) 283-0808‬

-- 
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 topbraid-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/6D5F0B3C-31FD-4EA8-9D34-7F1A7738A61F%40topquadrant.com.

Reply via email to