You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that the owl:Individual values across all enumerations will also obtain type cim:Enumeration.
I think that's not needed because you wouldn't query by it.
Instead, it's better to say:
cim:ControlAreaTypeKind a owl:Class, cim:Enumeration ;
This way you mark the nature of the class without adding every instance under cim:Enumeration.
Instances already have cims:isenum "True" .
The text was updated successfully, but these errors were encountered:
I am not sure why we have cim:Enumeration. I guess we should not have it but be able to say that a class is an enumeration. Can we do something like to QUDT?
What W3C does when defining an enumeration and how they refer to it as a datatype?
Many people use skos:ConceptScheme for a thesaurus, and skos:Concept for its members.
But then how do you say which concept scheme should be used as values for the specific property?
The only ontology I've seen that does that is the ERA Vocabulary
All enumerations are declared like this:
This means that the
owl:Individual
values across all enumerations will also obtain typecim:Enumeration
.I think that's not needed because you wouldn't query by it.
Instead, it's better to say:
cim:ControlAreaTypeKind a owl:Class, cim:Enumeration ;
This way you mark the nature of the class without adding every instance under
cim:Enumeration
.Instances already have
cims:isenum "True"
.The text was updated successfully, but these errors were encountered: