Editing
The Ontology of Art
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} The Ontology of Art is the "Study of the Existence of Art"—the investigation of what "Kind of Thing" an artwork actually **IS**. While a "Stone" is a physical object, is "Beethoven’s 5th Symphony" a "Physical Object"? If you "Burn the Paper" it's written on, the music "Still Exists." If you "Destroy a Statue," the art is "Gone." From the "Platonic Ideas" of music and literature to the "Physicalism" of paintings and the "Digital Being" of NFTs, this field explores the "Reality" of creativity. It is the science of "Artistic Existence," explaining why some art is a "Unique One-Off" and other art is a "Template" that can be copied "Millions of times." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Ontology of Art''' — The branch of philosophy concerned with the "Metaphysical Status" of artworks (e.g., 'Are they physical, mental, or abstract?'). * '''Autographic Art''' (Goodman) — Art where "The original matters" (e.g., 'A Painting' or 'A Statue'). A "Perfect Copy" is a "Forgery." * '''Allographic Art''' (Goodman) — Art where "The Notation is the art" (e.g., 'A Symphony' or 'A Novel'). Every "Copy" or "Performance" is the "Real Art." * '''Physicalism''' — The view that the artwork **IS** the physical object (The 'Canvas and Paint'). * '''Idealism''' (Collingwood) — The view that the artwork **IS** the "Idea" or "Image" in the "Artist's Mind," and the physical object is just a "Record" of it. * '''Type-Token Distinction''': ** '''Type''': The abstract work (e.g., 'The Song "Yesterday"'). ** '''Token''': Each specific instance (e.g., 'The MP3 playing on your phone' or 'The band playing it live'). * '''Eternalism''' — The view that "Musical Works" (Types) "Always existed" in the math of the universe, and the composer just "Discovered" them. * '''Creationism''' — The view that the artist "Actually Created" a new abstract entity that didn't exist before. * '''Artifact''' — An object made by a "Human" with a "Purpose." * '''Ontological Parsimony''' — The attempt to "Explain Art" with as "Few entities" as possible (e.g., 'Maybe only the physical object exists'). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == The ontology of art is understood through '''Notation''' and '''Copies'''. '''1. The "Ghost" Symphony (Allographic)''': Where is "Beethoven’s 5th"? * It's not the **Paper** (that's just 'Sheet Music'). * It's not the **Performance** (that ends after 40 minutes). * It is the **Abstract Pattern**. * Because it is **Allographic**, it can be in "100 places at once." * This "Kind of Being" is like a "File" on a computer—it is "Information," not "Matter." '''2. The "Unique" Body (Autographic)''': Where is "The Mona Lisa"? * It is **Only** in the Louvre in Paris. * If I make a "Perfect Atomic Copy," it is still **Not** the Mona Lisa. * Why? Because the "History" of the "Paint hitting the canvas" is part of the "Identity" of the work. * Autographic art is "Bound to Time and Space." '''3. The "Idea" in the Head (Idealism)''': R.G. Collingwood argued that "Art happens in the Mind." * If a poet "Writes a poem in their head" but "Dies before writing it down," was the poem **Art**? * Idealists say **"Yes."** The "Writing it down" is just "Copying the mental art." * This means "Art" is a "Psychological State," and the "Galleries" are just "Memory Storage." '''The 'Goodman' Test'''': Nelson Goodman asked: "Can it be forged?" If a "Forgery" is possible, it's Autographic (Painting). If a "Perfect Copy" is just "Another instance," it's Allographic (Literature/Music). It proved that "Different Arts" have "Different Ways of Existing." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Ontological Check' (Classifying the 'Existence Type' of an artwork):''' <syntaxhighlight lang="python"> def classify_art_existence(is_notated, original_matters): """ Shows if the art is a 'Body' or a 'Template'. """ if not is_notated and original_matters: return "ONTOLOGY: Autographic / Physical. (A unique object in Space-Time)." elif is_notated and not original_matters: return "ONTOLOGY: Allographic / Abstract. (A 'Type' with many 'Tokens')." elif not is_notated and not original_matters: return "ONTOLOGY: Digital / NFT. (A 'Unique' instance of a 'Copyable' file)." else: return "ONTOLOGY: Hybrid." # Case: A Painting (Unique) print(classify_art_existence(False, True)) # Case: A Book (Notated) print(classify_art_existence(True, False)) </syntaxhighlight> ; Ontology Landmarks : '''The 'Mona Lisa' ''' → The ultimate **Autographic** work. Its "Existence" depends on a "Physical Piece of Wood" from the 1500s. : '''The 'NFT' (Non-Fungible Token)''' → A "New Ontological Entity." It is a "Digital File" (Copyable) that has been "Linked" to a "Unique Entry" on a blockchain. It is an attempt to make "Digital Art" behave like a "Painting" (Autographic). : '''Restoration''' → The "Ontological Ship of Theseus." If you "Clean and Repaint" 100% of a painting, is it the "Same Artwork"? : '''Improvisational Jazz''' → Art that "Exists" only for a "Moment." It is "Autographic" in time, but has "No Body." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ How Art Exists ! Art Form !! Existence Type !! If you 'Destroy' it... |- | Painting / Sculpture || Autographic / Physical || The art is "GONE" forever. |- | Literature / Music || Allographic / Abstract || The art "SURVIVES" in other copies. |- | Performance Art || Event / Temporal || The art "EXISTS" in memory and records. |- | Digital Art || Token / Logical || The art "EXISTS" as long as the 'Key' exists. |- | Analogy || A 'Person' || A 'Number' or 'Word' |} '''The Concept of "Fictional Characters"''': Analyzing "Being." Where does **"Sherlock Holmes"** exist? He isn't "Physical," but he has "Properties" (he smokes a pipe, lives in London). Philosophers call these "Abstract Artifacts"—things that humans "Created" and "Fixed into culture" like "Laws" or "Money." </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating the ontology of art: # '''The "Forgery" Problem''': If a "Copy" is "Atom-for-Atom" the same as the original, why do we "Value" the original more? (Is 'Art Value' just a 'Social Fetish'?). # '''Destruction''': If we "Digitalize" the whole world, do "Physical Objects" lose their "Ontological Value"? # '''AI''': If an AI "Creates a Million Songs," do they all "Exist" as "Art," or only the ones "Heard by a Human"? # '''Ownership''': Can you "Own" an "Abstract Type"? (e.g. 'Copyrighting a melody'). How can you 'Own' a 'Number-Pattern'? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The 'Ontological' Archive''': A system that "Records the Atom-Level History" of an artwork (every stroke and dust-speck), ensuring that its "Identity" can never be lost or forged. # '''Hyper-Allographic Literature''': Books that "Change" based on the "Reader," where the "Art" is the "Program" (the Type) and each "Reading" is a "Unique Token." # '''Solid-State 'Holographic' Art''': Art that exists as "Pure Light" but is "Locked" to a "Physical Location," creating a "Unique Object" made of "Information." # '''The 'Universal' Registry of Ideas''': A global "Blockchain of Concepts" where every "New Creative Pattern" is "Registered," finally "Mapping the World of Types." [[Category:Philosophy]] [[Category:Science]] [[Category:Art]] [[Category:Metaphysics]] [[Category:Aesthetics]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information