The Help pages show that some consistency checking can be performed
and warnings shown in the Problems view in Composer. There is a
screenshot under the Constraint Checking heading that shows warnings
given for cardinality violations. (See Help Contents > TopBraid
Composer > How to? > Test and debug ontologies for the screenshot.)
How can I get such warnings to appear in my Problems view?
I have a class that is defined as follows:
UtilityScriptsProps:MyClass
a owl:Class ;
rdfs:label "my class"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
owl:equivalentClass
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty UtilityScriptsProps:myProperty
] .
I want to have some kind of warnings (similar to that in the
screenshot posted in the Help pages) or red boxes (if possible) to
appear when a new instance of MyClass is created and the myProperty is
not set. How can I achieve this?
Thanks,
Catrina
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TopBraid Composer Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---