Class: ComputationalEntity
A computational entity is an information content entity operated on using some computational system.
Parents
- is_a: InformationContentEntity - information content entity is an object that requires some background knowledge or procedure to correctly interpret.
Children
- Cellinformational - The minimal unit of a cellular automaton that can change state and has an associated behavior.
- Column - A column is a vertical sequence of cells in a cellular automata.
- DataItem - A data item consists of information that has been collected/generated towards some purpose.
- Database - A database is a set of tables.
- DatabaseEntry - A database entry is a single, implicitly structured data item in a table.
- DatabaseKey - A database key is an informational entity whose value is constructed from one or more database columns.
- DatabaseTable - A database table is a set of named columns with zero or more rows composed of cells that contain column values and is part of a database.
- Namespace - A namespace is an informational entity that defines a logical container for a set of symbols or identifiers.
- Ovopub - An ovopub is an information content entity that contains and links to one or more resources and/or statements, including those describing its provenance, and is itself a dereferenceable resource.
- Row - A row represents a single, implicitly structured data item in a table.
- SoftwareEntity - A software entity is a computational entity that can be interpreted by or directly executed by a processing unit.
- UserAccount - user account allows a user to authenticate to system services and be granted authorization to access them.
Referenced by Class
Attributes
Inherited from InformationContentEntity:
- hasCreator 0..1
- Description: has creator is a relation between an entity and that which created it.
- Range: Entity
-
hasAttribute 0..1
-
Description: has attribute is a relation that associates a entity with an attribute where an attribute is an intrinsic characteristic such as a quality, capability, disposition, function, or is an externally derived attribute determined from some descriptor (e.g. a quantity, position, label/identifier) either directly or indirectly through generalization of entities of the same type.
-
Range: Entity
- satisfies 0..1
-
Description: satisfies is a relation between an entity and the specification or objective that it conforms to.
-
Range: Description
- isRelatedTo 0..1
- Description: A is related to B iff there is some relation between A and B.
- Range: Entity
- derivesInto 0..1
-
Description: a derives to b if and only if a or some part thereof is consumed in the formation of b.
-
Range: Object
-