attribute

[v. uh-trib-yoot; n. a-truh-byoot] /v. əˈtrɪb yut; n. ˈæ trəˌbyut/
verb (used with object), attributed, attributing.
1.
to regard as resulting from a specified cause; consider as caused by something indicated (usually followed by to):
She attributed his bad temper to ill health.
2.
to consider as a quality or characteristic of the person, thing, group, etc., indicated:
He attributed intelligence to his colleagues.
3.
to consider as made by the one indicated, especially with strong evidence but in the absence of conclusive proof:
to attribute a painting to an artist.
4.
to regard as produced by or originating in the time, period, place, etc., indicated; credit; assign:
to attribute a work to a particular period; to attribute a discovery to a particular country.
noun
5.
something attributed as belonging to a person, thing, group, etc.; a quality, character, characteristic, or property:
Sensitivity is one of his attributes.
6.
something used as a symbol of a particular person, office, or status:
A scepter is one of the attributes of a king.
7.
Grammar. a word or phrase that is syntactically subordinate to another and serves to limit, identify, particularize, describe, or supplement the meaning of the form with which it is in construction. In the red house, red is an attribute of house.
8.
Fine Arts. an object associated with or symbolic of a character, office, or quality, as the keys of St. Peter or the lion skin of Hercules.
9.
Philosophy. (in the philosophy of Spinoza) any of the essential qualifications of God, thought and extension being the only ones known.
Compare mode1 (def 4b).
10.
Logic. (in a proposition) that which is affirmed or denied concerning the subject.
11.
Obsolete. distinguished character; reputation.
Origin
1350-1400; Middle English < Latin attribūtus allotted, assigned, imputed to (past participle of attribuere), equivalent to at- at- + tribū- (stem of tribuere to assign (to tribes), classify, ascribe; see tribe) + -tus past participle suffix
Related forms
attributable, adjective
attributer, attributor, noun
misattribute, verb, misattributed, misattributing.
nonattributable, adjective
reattribute, verb (used with object), reattributed, reattributing.
unattributable, adjective
unattributably, adverb
unattributed, adjective
well-attributed, adjective
Synonyms
1. Attribute, ascribe, impute imply definite origin. Attribute and ascribe are often used interchangeably, to imply that something originates with a definite person or from a definite cause. Ascribe, however, has neutral implications; whereas, possibly because of an association with tribute, attribute is coming to have a complimentary connotation: to ascribe an accident to carelessness; to attribute one's success to a friend's encouragement. Impute has gained uncomplimentary connotations, and usually means to accuse or blame someone or something as a cause or origin: to impute an error to him. 5. See quality.
Examples from the web for attribute
  • In other words, if a gator and a bird have the same feature or physical attribute, the likelihood is that dinosaurs shared it too.
  • Schizophrenics have trouble recognizing their own actions-that is, they often attribute their behavior to an alien source.
  • To that writer about how to construct, source, attribute a factual article.
  • Minor league officials refuse to attribute the decline to a decrease in fan interest.
  • Bulls attribute this to global growth, especially in the emerging world; bears cite a desire for inflation hedges.
  • The researchers attribute the trend to a strengthening of support for science in general.
  • The idea is to establish an artist's “handwriting” to help experts attribute paintings.
  • Another frightening attribute is their ability to solve problems and evolve.
  • I'll properly attribute your contribution when I can properly present the news.
  • Aristotle defined substance as that which possesses attributes but is itself the attribute of nothing.
British Dictionary definitions for attribute

attribute

verb (əˈtrɪbjuːt)
1.
(transitive) usually foll by to. to regard as belonging (to), produced (by), or resulting (from); ascribe (to): to attribute a painting to Picasso
noun (ˈætrɪˌbjuːt)
2.
a property, quality, or feature belonging to or representative of a person or thing
3.
an object accepted as belonging to a particular office or position
4.
(grammar)
  1. an adjective or adjectival phrase
  2. an attributive adjective
5.
(logic) the property, quality, or feature that is affirmed or denied concerning the subject of a proposition
Derived Forms
attributable, adjective
attributer, attributor, noun
attribution (ˌætrɪˈbjuːʃən) noun
Word Origin
C15: from Latin attribuere to associate with, from tribuere to give
Word Origin and History for attribute
v.

late 14c., "assign, bestow," from Latin attributus, past participle of attribuere "assign to, add, bestow;" figuratively "to attribute, ascribe, impute," from ad- "to" + tribuere "assign, give, bestow" (see tribute). Related: Attributed; attributing.

n.

"quality ascribed to someone," late 14c., from Latin attributum "anything attributed," noun use of neuter of attributus (see attribute (v.)). Distinguished from the verb by pronunciation.

attribute in Technology

data
A named value or relationship that exists for some or all instances of some entity and is directly associated with that instance.
Examples include the href attribute of an HTML anchor element, the columns of a database table considered as attributes of each row, and the members (properties and methods of an object in OOP. This contrasts with the contents of some kind of container (e.g. an array), which are typically not named. The contents of an associative array, though they might be considered to be named by their key values, are not normally thought of as attributes.
(2001-02-04)