This HTML5 document contains 7 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
dbnaryhttp://kaiko.getalp.org/dbnary#
skoshttp://www.w3.org/2004/02/skos/core#
ontolexhttp://www.w3.org/ns/lemon/ontolex#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#
dbnary-enghttp://kaiko.getalp.org/dbnary/eng/

Statements

Subject Item
dbnary-eng:__ws_3_queue__Noun__1
rdf:type
ontolex:LexicalSense
dbnary:senseNumber
3
skos:definition
_:vb6906374
skos:example
_:vb6906375
Subject Item
_:vb6906374
rdf:value
(computing) A data structure in which objects are added to one end, called the tail, and removed from the other, called the head (in the case of a FIFO queue). The term can also refer to a LIFO queue or stack where these ends coincide. [from 20th c.]
Subject Item
_:vb6906375
rdf:value
Queue implementations are commonly based on insertion order as in first-in, first-out (FIFO) queues or last-in, first-out queues (LIFO queues are also known as stacks).
dcterms:bibliographicCitation
2005, David Flanagan, Java in a Nutshell, p. 234,