I cannot reproduce the issue then. See attached minimal example.
What is different in your set up?
Holger
On 18/11/2017 3:40, Bohms, H.M. (Michel) wrote:
Yes, as defined by
# baseURI: http://qudt.org/2.0/schema/qudt
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.
-----Original Message-----
From: [email protected] [mailto:[email protected]]
On Behalf Of Jack Hodges
Sent: 17 November 2017 15:52
To: TopBraid Suite Users <[email protected]>
Subject: Re: [topbraid-users] sh:datatype editting issue...
qudt:Unit ?
--
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].
For more options, visit https://groups.google.com/d/optout.
# baseURI: http://example.org/yr
# imports: http://datashapes.org/dash
# prefix: yr
@prefix dash: <http://datashapes.org/dash#> .
@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 tosh: <http://topbraid.org/tosh#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix yr: <http://example.org/yr> .
<http://example.org/yr>
rdf:type owl:Ontology ;
owl:imports <http://datashapes.org/dash> ;
owl:versionInfo "Created with TopBraid Composer" ;
.
<http://example.org/yrTestShape>
rdf:type sh:NodeShape ;
rdfs:label "Test shape" ;
.
<http://qudt.org/schema/qudt/Unit>
rdfs:subClassOf rdfs:Datatype ;
.
unit:YR
rdf:type <http://qudt.org/schema/qudt/TimeUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
.