Part of the issue indeed:

But: I have no error loading and when doubleclicking LoadLevel on the left, it 
does not appear in the middle..

[cid:image001.jpg@01D56728.0C6BC5C0]

# baseURI: https://w3id.org/def/example4
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://www.w3.org/ns/shacl#
# imports: https://w3id.org/def/basicsemantics-owl
# prefix: ex4

@prefix bs: <https://w3id.org/def/basicsemantics-owl#> .
@prefix cdt: <https://w3id.org/def/simple_custom_datatypes#> .
@prefix ex4: <https://w3id.org/def/example4#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix quantitykind: <http://qudt.org/2.0/vocab/quantitykind/base#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/2.0/vocab/unit/space-and-time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/def/example4>
  a owl:Ontology ;
  owl:imports <http://www.w3.org/2004/02/skos/core> ;
  owl:imports sh: ;
  owl:imports <https://w3id.org/def/basicsemantics-owl> ;
.
ex4:Vehicle
  rdf:type owl:Class ;
  rdfs:subClassOf bs:PhysicalObject ;
.
ex4:Vehicle_1
  rdf:type ex4:Vehicle ;
  bs:hasProperty ex4:LoadLevel_1 ;
.
ex4:LoadLevelType
  rdf:type owl:Class ;
  rdfs:subClassOf owl:Thing ;
  owl:oneOf (
      ex4:Light
      ex4:Normal
      ex4:Heavy
    ) ;
.
ex4:Light
  rdf:type ex4:LoadLevelType ;
.
ex4:Normal
  rdf:type ex4:LoadLevelType ;
.
ex4:Heavy
  rdf:type ex4:LoadLevelType ;
.
ex4:LoadLevel
  rdf:type owl:Class ;
  rdfs:subClassOf bs:TopRelation ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:hasValue ex4:LoadLevelType ;
      owl:onProperty bs:hasRangeClass ;
    ] ;
.
ex4:LoadLevel_1
  rdf:type ex4:LoadLevel ;
  bs:hasReference ex4:Heavy;
.







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>



[cid:image002.gif@01D56728.0C6BC5C0]<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.









From: topbraid-users@googlegroups.com <topbraid-users@googlegroups.com> On 
Behalf Of dprice
Sent: Monday, September 9, 2019 3:22 PM
To: topbraid-users@googlegroups.com
Subject: Re: [topbraid-users] ?issue

Hi Michel,

You’ve spelled it wrong in the instance LoadLevel vs. Loadlevel so  rdf:type 
ex4:Loadlevel is pointing to something that is not defined.

Not making data by hand editing text, which seems the likely underlying issue, 
will improve your changes of it being error-free.

Use Model, Find all locally defined resources in the future to find this kind 
of error.

Cheers,
David


On 9 Sep 2019, at 13:56, 'Bohms, H.M. (Michel)' via TopBraid Suite Users 
<topbraid-users@googlegroups.com<mailto:topbraid-users@googlegroups.com>> wrote:

Tbc is not showing type of LoadLevel in:

# baseURI: https://w3id.org/def/example4
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://www.w3.org/ns/shacl#<http://www.w3.org/ns/shacl>
# imports: https://w3id.org/def/basicsemantics-owl
# prefix: ex4

@prefix bs: 
<https://w3id.org/def/basicsemantics-owl#<https://w3id.org/def/basicsemantics-owl>>
 .
@prefix cdt: 
<https://w3id.org/def/simple_custom_datatypes#<https://w3id.org/def/simple_custom_datatypes>>
 .
@prefix ex4: <https://w3id.org/def/example3#<https://w3id.org/def/example3>> .
@prefix owl: <http://www.w3.org/2002/07/owl#<http://www.w3.org/2002/07/owl>> .
@prefix quantitykind: 
<http://qudt.org/2.0/vocab/quantitykind/base#<http://qudt.org/2.0/vocab/quantitykind/base>>
 .
@prefix rdf: 
<http://www.w3.org/1999/02/22-rdf-syntax-ns#<http://www.w3.org/1999/02/22-rdf-syntax-ns>>
 .
@prefix rdfs: 
<http://www.w3.org/2000/01/rdf-schema#<http://www.w3.org/2000/01/rdf-schema>> .
@prefix sh: <http://www.w3.org/ns/shacl#<http://www.w3.org/ns/shacl>> .
@prefix skos: 
<http://www.w3.org/2004/02/skos/core#<http://www.w3.org/2004/02/skos/core>> .
@prefix unit: 
<http://qudt.org/2.0/vocab/unit/space-and-time#<http://qudt.org/2.0/vocab/unit/space-and-time>>
 .
@prefix xsd: 
<http://www.w3.org/2001/XMLSchema#<http://www.w3.org/2001/XMLSchema>> .

<https://w3id.org/def/example4>
  a owl:Ontology ;
  owl:imports <http://www.w3.org/2004/02/skos/core> ;
  owl:imports sh: ;
  owl:imports <https://w3id.org/def/basicsemantics-owl> ;
.
ex4:Vehicle
  rdf:type owl:Class ;
  rdfs:subClassOf bs:PhysicalObject ;
.
ex4:Vehicle_1
  rdf:type ex4:Vehicle ;
  bs:hasProperty ex4:LoadLevel_1 ;
.
ex4:LoadLevelType
  rdf:type owl:Class ;
  rdfs:subClassOf owl:Thing ;
  owl:oneOf (
      ex4:Light
      ex4:Normal
      ex4:Heavy
    ) ;
.
ex4:Light
  rdf:type ex4:LoadLevelType ;
.
ex4:Normal
  rdf:type ex4:LoadLevelType ;
.
ex4:Heavy
  rdf:type ex4:LoadLevelType ;
.
ex4:LoadLevel
  rdf:type owl:Class ;
  rdfs:subClassOf bs:TopRelation ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:hasValue ex4:LoadLevelType ;
      owl:onProperty bs:hasRangeClass ;
    ] ;
.
ex4:LoadLevel_1
  rdf:type ex4:Loadlevel ;
  bs:hasReference ex4:Heavy;
.








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/6a33ef368ece42c6ac5989acbc476f2b%40tno.nl<https://groups.google.com/d/msgid/topbraid-users/6a33ef368ece42c6ac5989acbc476f2b%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<mailto:topbraid-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/63204B16-04CD-412E-8E4C-A90FC6391FFE%40topquadrant.com<https://groups.google.com/d/msgid/topbraid-users/63204B16-04CD-412E-8E4C-A90FC6391FFE%40topquadrant.com?utm_medium=email&utm_source=footer>.

-- 
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/f9fad829c9ab4eaf9a48385350e16a28%40tno.nl.

Attachment: basicsemantics-owl.ttl
Description: basicsemantics-owl.ttl

Reply via email to