ponto:BitfieldArray leaf node


URI

http://www.mobr.ai/ontologies/ponto#BitfieldArray

Label

Bitfield Array

Description

A bitfield array contains single-bit values which indicate whether a candidate is available. The number of items is equal of to the number of availability cores and each bit represents a vote on the corresponding core in the given order.

Superclasses (1)

Usage

Instances of ponto:BitfieldArray can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:BitfieldArray a owl:Class ;
    rdfs:label "Bitfield Array" ;
    rdfs:comment "A bitfield array contains single-bit values which indicate whether a candidate is available. The number of items is equal of to the number of availability cores and each bit represents a vote on the corresponding core in the given order." ;
    rdfs:subClassOf ponto:Component .