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#
# 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/example3#> .
@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;
.
|
|
|||||||||||||||||
|
|
|||||||||||||||||
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-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/6a33ef368ece42c6ac5989acbc476f2b%40tno.nl.
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..

# 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#> .
rdf:type ex4:LoadLevel ;
bs:hasReference ex4:Heavy;
.
|
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/63204B16-04CD-412E-8E4C-A90FC6391FFE%40topquadrant.com.

On 9 Sep 2019, at 15:02, 'Bohms, H.M. (Michel)' via TopBraid Suite Users <topbrai...@googlegroups.com> wrote:
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..
<image001.jpg>
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/f9fad829c9ab4eaf9a48385350e16a28%40tno.nl.
<basicsemantics-owl.ttl>
Restart op tbc solved the issue..guess system was unstable because of earlier mistakes (yes, true, by manual editing...)
Thx David, Michel
|
|
|
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/08122006-163F-4D81-BC67-B7B6DFA53646%40topquadrant.com.