Just to be sure, in tbc-owl no way to infer problem for:

ex:Bridge
  rdf:type owl:Class ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom [
          rdf:type rdfs:Datatype ;
          owl:onDatatype xsd:decimal ;
          owl:withRestrictions (
              [
                xsd:minExclusive 12 ;
              ]
              [
                xsd:maxInclusive 19 ;
              ]
            ) ;
        ] ;
      owl:onProperty ex:heightValue ;
    ] ;
.
ex:heightValue
  rdf:type owl:DatatypeProperty ;
  owl:propertyChainAxiom (
      ex:height
      rdf:value
    ) ;
.
ex:Bridge_1
  rdf:type ex:Bridge ;
  ex:height [
      rdf:value 50.0 ;
    ] ;
.

I HAVE to revert to shacl first, right?
thx

 
Dr. ir. H.M. (Michel) Böhms
Senior Data Scientist

T +31888663107
M +31630381220
E [email protected]
Location

 

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. 







-----Oorspronkelijk bericht-----
Van: [email protected] <[email protected]> Namens 
Holger Knublauch
Verzonden: Thursday, February 27, 2020 11:24 PM
Aan: [email protected]
Onderwerp: Re: [topbraid-users] dat range question


On 27/02/2020 21:27, 'Bohms, H.M. (Michel)' via TopBraid Suite Users wrote:
> - hi holger
>
> Some more on this
>
> - would tbc syntactically handle this constraint type?
Not really. You could enter the definitions using source code.
> - would onDatatype not be double since range is already xsd:double?
> - would i need propertychaining first since 2 steps? 
> ex:height.rdf:value...

There may be better mailing lists for support of these more obscure features of 
OWL 2, e.g. the Protege list.

Holger


--
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/078b224b-e51b-07fc-5a07-fdb6962ff35f%40topquadrant.com.

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/48e81b57ba12440ea95f93dec10d2eb3%40tno.nl.

Reply via email to