Ontology DataEncoding

Tables of classes

Class nameDescription
EncodingBase class describing encoding. Specific encoding types should derive from this class.
AudioEncodingDefines all audio encodings. Each audio encoder should be modelled as instance. E.g. G.711 encoder is instance with name G.711.

Super class:
    Encoding
TextCharacterEncodingDefines text character set encodings. Each modelled as instance and refers to character set encoding registered by IANA.

Super class:
    Encoding
TransferEncodingDefines the content transfer encodings, each modelled as instance, refers to the transfer encodings specified by RFC 2045 and registered with IANA.

Super class:
    Encoding
VideoEncodingDefines all video encodings. Each video encoder should be modelled as instance. E.g. MPEG-2 encoder is instance with name 'MPEG-2'.

Super class:
    Encoding

Table of object properties

Property nameDescription

Table of datatype properties

Property nameDescription

Table of individuals

Individual nameDescription
AMRDefines AMR(Adaptive Multi-Rate) audio encoder . Specified in document 3GPP TS 26.071 AMR speech Codec; General description.

Class: AudioEncoding
G.711G.711 represents logarithmic pulse-code modulation (PCM) samples for signals of voice frequencies, sampled at the rate of 8000 samples/second.

Class: AudioEncoding
H.263Defines H.263 video codec designed by ITU, specified in document ITU-T Recommendation H.263, Video coding for low bit rate communication.

Class: VideoEncoding
ISO_8859-1Standard of character encoding of the Latin alphabet.

Class: TextCharacterEncoding
ISO_8859-2Standard of character encoding defined by ISO. It encodes what it refers to as Latin alphabet no. 2, consisting of 191 characters from the Latin script, each encoded as a single 8-bit code value.

Class: TextCharacterEncoding
UCS-2UCS-2 (2-byte Universal Character Set) is an obsolete character encoding which is a predecessor to UTF-16.

Class: TextCharacterEncoding
US-ASCIIUS-ASCII character set.

Class: TextCharacterEncoding
UTF-16UTF-16 Character Set

Class: TextCharacterEncoding
UTF-8UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character encoding for Unicode. It is able to represent any character in the Unicode standard, yet the initial encoding of byte codes and character assignments for UTF-8 is consistent with ASCII.

Class: TextCharacterEncoding
base64TransferInstance defines base64 transfer encoding. Base64 is used to encode sequence of binary data to sequence of chars.

Class: TransferEncoding