Resolve
RDF Terms
Data based on @zazuko/vocabularies
Defined byqudt:
Click to Copy
qudt:AssociativeArrayClick to Copy
http://qudt.org/schema/qudt/AssociativeArrayNamespace
Recommended prefix
Copy 'PREFIX qudt: <http://qudt.org/schema/qudt/>'
lang:""
Associative Array
lang:""
An Associative Array (or Map) is an abstract data type composed of a collection of keys and a collection of values,
where each key is associated with one value.
The operation of finding the value associated with a key is called a lookup or indexing,
and this is the most important operation supported by an associative array.
The relationship between a key and its value is sometimes called a mapping or binding.