Class: ClassDefinition
the definition of a class or interface
Parents
- is_a: Definition - base class for definitions
Referenced by class
- ClassDefinition class_definition➞apply_to 0..* ClassDefinition
- ClassDefinition class_definition➞is_a OPT ClassDefinition
- ClassDefinition class_definition➞mixins 0..* ClassDefinition
- SchemaDefinition classes 0..* ClassDefinition
- SlotDefinition domain OPT ClassDefinition
- SlotDefinition domain_of 0..* ClassDefinition
- ClassDefinition union_of 0..* ClassDefinition
Attributes
Own
- attributes 0..*
- Description: Inline definition of slots
- Range: SlotDefinition
- class_definition➞apply_to 0..*
- Range: ClassDefinition
- class_definition➞is_a OPT
- Range: ClassDefinition
- class_definition➞mixins 0..*
- Range: ClassDefinition
- class_uri OPT
- Description: URI of the class in an RDF environment
- Range: Uriorcurie
- defining_slots 0..*
- Description: The combination of is a plus defining slots form a genus-differentia definition, or the set of necessary and sufficient conditions that can be transformed into an OWL equivalence axiom
- Range: SlotDefinition
- slot_usage 0..*
- Description: the redefinition of a slot in the context of the containing class definition.
- Range: SlotDefinition
- slots 0..*
- Description: list of slot names that are applicable to a class
- Range: SlotDefinition
- subclass_of OPT
- Description: rdfs:subClassOf to be emitted in OWL generation
- Range: Uriorcurie
- tree_root OPT
- Description: indicator that this is the root class in tree structures
- Range: Boolean
- union_of 0..*
- Description: indicates that the domain class consists exactly of the members of the classes in the range
- Range: ClassDefinition
Inherited from definition:
- abstract OPT
- Description: an abstract class is a high level class or slot that is typically used to group common slots together and cannot be directly instantiated.
- Range: Boolean
- aliases 0..*
- Range: String
- broad mappings 0..*
- Description: A list of terms from different schemas or terminology systems that have broader meaning.
- Range: Uriorcurie
- close mappings 0..*
- Description: A list of terms from different schemas or terminology systems that have close meaning.
- Range: Uriorcurie
- created_by OPT
- Description: agent that created the element
- Range: Uriorcurie
- created_on OPT
- Description: time at which the element was created
- Range: Datetime
- definition_uri OPT
- Description: the "native" URI of the element
- Range: Uriorcurie
- exact mappings 0..*
- Description: A list of terms from different schemas or terminology systems that have identical meaning.
- Range: Uriorcurie
- id_prefixes 0..*
- Description: the identifier of this class or slot must begin with the URIs referenced by this prefix
- Range: Ncname
- last_updated_on OPT
- Description: time at which the element was last updated
- Range: Datetime
- local_names 0..*
- Range: LocalName
- mappings 0..*
- Description: A list of terms from different schemas or terminology systems that have comparable meaning. These may include terms that are precisely equivalent, broader or narrower in meaning, or otherwise semantically related but not equivalent from a strict ontological perspective.
- Range: Uriorcurie
- mixin OPT
- Description: this slot or class can only be used as a mixin.
- Range: Boolean
- modified_by OPT
- Description: agent that modified the element
- Range: Uriorcurie
- name REQ
- Description: the unique name of the element within the context of the schema. Name is combined with the default prefix to form the globally unique subject of the target class.
- Range: String
- in subsets: (owl)
- narrow mappings 0..*
- Description: A list of terms from different schemas or terminology systems that have narrower meaning.
- Range: Uriorcurie
- related mappings 0..*
- Description: A list of terms from different schemas or terminology systems that have related meaning.
- Range: Uriorcurie
- status OPT
- Description: status of the element
- Range: Uriorcurie
- Example: bibo:draft None
- string_serialization OPT
- Description: Used on a slot that stores the string serialization of the containing object. The syntax follows python formatted strings, with slot names enclosed in {}s. These are expanded using the values of those slots. We call the slot with the serialization the s-slot, the slots used in the {}s are v-slots. If both s-slots and v-slots are populated on an object then the value of the s-slot should correspond to the expansion. Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations by parsing denormalized strings into complex objects (b) GENERARE: implement automated to_string labeling of complex objects For example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot may have a string_serialization of {value}{unit} such that if unit=cm and value=2, the value of string_value shouldd be 2cm
- Range: String
- values_from 0..*
- Description: the identifier of a "value set" -- a set of identifiers that form the possible values for the range of a slot
- Range: Uriorcurie
Other properties
Aliases: | table | |
record | ||
template | ||
message | ||
observation | ||
Close Mappings: | owl:Class |