Hi Michel,

I cannot try to duplicate your problem as the file you sent imports something 
(# imports: https://w3id.org/def/smls-shacl). If you want me to try and 
duplicate your problem, please send me a complete set of TTLs but do so offline 
of this forum.

I did just try the SHACL validation button in 6.4.1 by converting the TTL I 
sent earlier to SHACL using EDG and it worked - so not a general problem wrt 
SHACL in 6.4.1 on Mac:

# baseURI: http://test.topbraidlive.org/rules/unnamed
# imports: http://datashapes.org/dash
# prefix: unnamed

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix unnamed: <http://test.topbraidlive.org/rules/unnamed#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://test.topbraidlive.org/rules/unnamed>
  a owl:Ontology ;
  owl:imports <http://datashapes.org/dash> ;
  owl:versionInfo "Created with TopBraid Composer" ;
.
unnamed:Thing_1
  a owl:Class ;
  a sh:NodeShape ;
  rdfs:label "Thing 1" ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      a owl:Restriction ;
      owl:cardinality "1"^^xsd:nonNegativeInteger ;
      owl:onProperty rdfs:seeAlso ;
    ] ;
  sh:property unnamed:Thing_1-seeAlso ;
.
unnamed:Thing_1-seeAlso
  a sh:PropertyShape ;
  sh:path rdfs:seeAlso ;
  sh:class rdfs:Resource ;
  sh:maxCount 1 ;
  sh:minCount 1 ;
.
unnamed:Thing_1_1
  a unnamed:Thing_1 ;
  rdfs:label "Thing 1 1" ;
  rdfs:seeAlso <https://help.apple.com/garageband/mac/10.2/> ;
.

Cheers,
David

> On 8 Sep 2020, at 11:09, 'Bohms, H.M. (Michel)' via TopBraid Suite Users 
> <topbraid-users@googlegroups.com> wrote:
> 
> Dear David
> We experience another issue in 6.4.1 for mac.
>  
> The shacl that runs fine on windows (att.), throws errors on the mac.
>  
>  <image002.jpg>
> Thx for advice,
> Michel
>  
> 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/a8bf222c3d6a422db1b69c499ad892f8%40tno.nl
>  
> <https://groups.google.com/d/msgid/topbraid-users/a8bf222c3d6a422db1b69c499ad892f8%40tno.nl?utm_medium=email&utm_source=footer>.
> <crb.ttl>

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/CCB8C466-7400-40DC-8D09-58F41DCB2A40%40topquadrant.com.

Reply via email to