@prefix cwva: <http://visualartsdna.org/model/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
@prefix tko: <http://visualartsdna.org/takeout/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cwva:AIAssistedArt a owl:Class ;
    rdfs:label "AI-Assisted Art" ;
    rdfs:comment "Art created with AI assistance." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Artificial_intelligence_art> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:Abstract a owl:Class ;
    rdfs:label "Abstract" ;
    rdfs:comment "Art that does not attempt to represent external reality." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Abstract_art> ;
    rdfs:subClassOf cwva:ArtTypes .

cwva:Abstract_Expressionism a cwva:School ;
    rdfs:label "Abstract Expressionism" ;
    rdfs:comment "A post-World War II art movement characterized by gestural brushstrokes and emotional intensity." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Abstract_expressionism> .

cwva:AcrylicPainting a owl:Class ;
    rdfs:label "Acrylic Painting" ;
    rdfs:comment "A synthetic paint medium with acrylic polymer emulsion." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Acrylic_paint> ;
    rdfs:subClassOf cwva:PaintingForm .

cwva:AcrylicPolymerEmulsion a owl:Class ;
    rdfs:label "Acrylic Polymer Emulsion" ;
    rdfs:comment "Binder used in acrylic paints." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Acrylic_paint> ;
    rdfs:subClassOf cwva:WaterBasedBinder .

cwva:Aesthetics a owl:Class ;
    rdfs:label "Aesthetics" ;
    rdfs:comment "The branch of philosophy concerned with the nature and appreciation of beauty, art, and taste." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Aesthetics> ;
    rdfs:subClassOf cwva:Art .

cwva:Airbrush a owl:Class ;
    rdfs:label "Airbrush" ;
    rdfs:comment "A tool that sprays paint using compressed air." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Airbrush> ;
    rdfs:subClassOf cwva:Tool .

cwva:AnalogPhotography a owl:Class ;
    rdfs:label "Analog Photography" ;
    rdfs:comment "Photography using film and chemical processes." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Film_photography> ;
    rdfs:subClassOf cwva:PhotographyForm .

cwva:ApplyingGesso a owl:Class ;
    rdfs:label "Applying Gesso" ;
    rdfs:comment "The process of applying gesso primer to a surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Gesso> ;
    rdfs:subClassOf cwva:PreparationProcess .

cwva:Aquatint a owl:Class ;
    rdfs:label "Aquatint" ;
    rdfs:comment "Intaglio technique using acid-resistant resin particles." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Aquatint> ;
    rdfs:subClassOf cwva:IntaglioPrinting .

cwva:ArtAgent a owl:Class ;
    rdfs:label "Art agent" ;
    rdfs:comment "A professional representing artists." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_agent> ;
    rdfs:subClassOf cwva:ArtsPersonRole .

cwva:ArtCollector a owl:Class ;
    rdfs:label "Art collector" ;
    rdfs:comment "An individual who acquires artworks." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Private_collection> ;
    rdfs:subClassOf cwva:ArtsPersonRole .

cwva:ArtCritic a owl:Class ;
    rdfs:label "Art critic" ;
    rdfs:comment "A person who analyzes and evaluates art." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_critic> ;
    rdfs:subClassOf cwva:ArtExpert .

cwva:ArtCurator a owl:Class ;
    rdfs:label "Curator" ;
    rdfs:comment "A person overseeing a collection of artworks." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Curator> ;
    rdfs:subClassOf cwva:ArtExpert .

cwva:ArtGallery a owl:Class ;
    rdfs:label "Art gallery" ;
    rdfs:comment "A commercial space where artworks are exhibited and offered for sale." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_gallery> ;
    rdfs:subClassOf cwva:ArtMarket .

cwva:ArtHistorian a owl:Class ;
    rdfs:label "Art historian" ;
    rdfs:comment "A scholar who studies art history." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_history> ;
    rdfs:subClassOf cwva:ArtExpert .

cwva:ArtPrivateCollection a owl:Class ;
    rdfs:label "Private art collection" ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Private_collection> ;
    rdfs:subClassOf cwva:ArtworkCollection .

cwva:Assemblage a owl:Class ;
    rdfs:label "Assemblage" ;
    rdfs:comment "Joining various materials or found objects." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Assemblage_(art)> ;
    rdfs:subClassOf cwva:SculptureForm .

cwva:Balance a owl:Class ;
    rdfs:label "Balance" ;
    rdfs:comment "Distribution of visual weight creating stability." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Formal_balance> ;
    rdfs:subClassOf cwva:ArtPrinciples .

cwva:BioArt a owl:Class ;
    rdfs:label "Bio art" ;
    rdfs:comment "Art using living organisms as its medium." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/BioArt> ;
    rdfs:subClassOf cwva:SciArt .

cwva:BlenderComposition a owl:Class ;
    rdfs:label "Blender Composition" ;
    rdfs:comment "A composition created with Blender software." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Blender_(software)> ;
    rdfs:subClassOf cwva:DigitalSculpture .

cwva:Blending a owl:Class ;
    rdfs:label "Blending" ;
    rdfs:comment "Smoothing transitions between tones." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Drawing> ;
    rdfs:subClassOf cwva:DrawingTechnique .

cwva:BlockingIn a owl:Class ;
    rdfs:label "Blocking In" ;
    rdfs:comment "Establishing the main shapes and color areas." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Painting> ;
    rdfs:subClassOf cwva:CreationProcess .

cwva:Brayer a owl:Class ;
    rdfs:label "Brayer" ;
    rdfs:comment "A roller used to spread ink in printmaking." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Brayer> ;
    rdfs:subClassOf cwva:PrintmakingTool .

cwva:Carving a owl:Class ;
    rdfs:label "Carving" ;
    rdfs:comment "Subtractive sculpture - material removed from a block." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Carving> ;
    rdfs:subClassOf cwva:SculptureForm .

cwva:Casting a owl:Class ;
    rdfs:label "Casting" ;
    rdfs:comment "Molten material poured into a mold." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Metal_casting> ;
    rdfs:subClassOf cwva:SculptureForm .

cwva:Catalog a owl:Class ;
    rdfs:label "Catalog" ;
    rdfs:comment "A publication listing artworks." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Exhibition_catalogue> ;
    rdfs:subClassOf cwva:ArtworkCollection .

cwva:ChalkDrawing a owl:Class ;
    rdfs:label "Chalk Drawing" ;
    rdfs:comment "A drawing created using chalk." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Chalk> ;
    rdfs:subClassOf cwva:Drawing .

cwva:ChalkMaterial a owl:Class ;
    rdfs:label "Chalk Material" ;
    rdfs:comment "Soft carbonate rock used for drawing." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Chalk> ;
    rdfs:subClassOf cwva:DryDrawingMaterial .

cwva:CharcoalDrawing a owl:Class ;
    rdfs:label "Charcoal Drawing" ;
    rdfs:comment "A drawing created using charcoal." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Charcoal_(art)> ;
    rdfs:subClassOf cwva:Drawing .

cwva:CharcoalMaterial a owl:Class ;
    rdfs:label "Charcoal Material" ;
    rdfs:comment "Carbonized wood for drawing. Vine, compressed, willow charcoal." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Charcoal_(art)> ;
    rdfs:subClassOf cwva:DryDrawingMaterial .

cwva:Chiaroscuro a owl:Class ;
    rdfs:label "Chiaroscuro" ;
    rdfs:comment "Strong contrast between light and dark." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Chiaroscuro> ;
    rdfs:subClassOf cwva:ApplicationTechnique .

cwva:Chisel a owl:Class ;
    rdfs:label "Chisel" ;
    rdfs:comment "A tool with a cutting edge for carving." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Chisel> ;
    rdfs:subClassOf cwva:ShapingTool .

cwva:ClayMaterial a owl:Class ;
    rdfs:label "Clay Material" ;
    rdfs:comment "Clay for sculpture: earthenware, stoneware, porcelain bodies." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Clay> ;
    rdfs:subClassOf cwva:SculpturalMaterial .

cwva:Cleaning a owl:Class ;
    rdfs:label "Cleaning" ;
    rdfs:comment "Cleaning artwork surfaces." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_conservation_and_restoration> ;
    rdfs:subClassOf cwva:PreservationProcess .

cwva:ColdPressedPaper a owl:Class ;
    rdfs:label "Cold-Pressed Paper" ;
    rdfs:comment "Textured watercolor paper with a slightly bumpy surface. Also called CP or NOT (Not Hot-Pressed)." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting#Paper> ;
    rdfs:subClassOf cwva:WatercolorPaper ;
    skos:altLabel "CP Paper",
        "NOT Paper" .

cwva:Collage a owl:Class ;
    rdfs:label "Collage" ;
    rdfs:comment "Artwork made by gluing materials onto a surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Collage> ;
    rdfs:subClassOf cwva:MixedMediaForm .

cwva:Color a owl:Class ;
    rdfs:label "Color" ;
    rdfs:comment "The visual sensation produced by light waves." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Color> ;
    rdfs:subClassOf cwva:ArtElements .

cwva:ColoredPencil a owl:Class ;
    rdfs:label "Colored Pencil" ;
    rdfs:comment "A pencil with a colored core." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Colored_pencil> ;
    rdfs:subClassOf cwva:Pencil .

cwva:ColoredPencilDrawing a owl:Class ;
    rdfs:label "Colored Pencil Drawing" ;
    rdfs:comment "A drawing created using colored pencils." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Colored_pencil> ;
    rdfs:subClassOf cwva:Drawing .

cwva:ComputerAnimation a owl:Class ;
    rdfs:label "Computer Animation" ;
    rdfs:comment "Creating moving images using computer software." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Computer_animation> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:ComputerRendition a owl:Class ;
    rdfs:label "Computer rendition" ;
    rdfs:comment "A digital interpretation of an image." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Rendering_(computer_graphics)> ;
    rdfs:subClassOf cwva:Rendition .

cwva:Conceptualism a cwva:School ;
    rdfs:label "Conceptualism" ;
    rdfs:comment "An art movement emphasizing ideas over traditional aesthetic concerns." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Conceptualism> .

cwva:Conservation a owl:Class ;
    rdfs:label "Conservation" ;
    rdfs:comment "Preserving artwork to prevent deterioration." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_conservation_and_restoration> ;
    rdfs:subClassOf cwva:PreservationProcess .

cwva:ContourDrawing a owl:Class ;
    rdfs:label "Contour Drawing" ;
    rdfs:comment "Drawing the outline or contours of a subject." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Contour_drawing> ;
    rdfs:subClassOf cwva:DrawingTechnique .

cwva:Contrast a owl:Class ;
    rdfs:label "Contrast" ;
    rdfs:comment "Juxtaposition of different elements." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Contrast_(vision)> ;
    rdfs:subClassOf cwva:ArtPrinciples .

cwva:CottonCanvas a owl:Class ;
    rdfs:label "Cotton Canvas" ;
    rdfs:comment "Canvas made from cotton fibers." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Canvas> ;
    rdfs:subClassOf cwva:Canvas ;
    skos:altLabel "Cotton Duck" .

cwva:CrayonDrawing a owl:Class ;
    rdfs:label "Crayon Drawing" ;
    rdfs:comment "A drawing created using crayons." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Crayon> ;
    rdfs:subClassOf cwva:Drawing .

cwva:CrossHatching a owl:Class ;
    rdfs:label "Cross-Hatching" ;
    rdfs:comment "Overlapping sets of hatched lines." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Hatching> ;
    rdfs:subClassOf cwva:DrawingTechnique .

cwva:Cubism a cwva:School ;
    rdfs:label "Cubism" ;
    rdfs:comment "An early 20th-century art movement that fragmented objects into geometric shapes." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Cubism> .

cwva:CyborgArt a owl:Class ;
    rdfs:label "Cyborg art" ;
    rdfs:comment "Art exploring technology and the human body." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Cyborg_art> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:Detailing a owl:Class ;
    rdfs:label "Detailing" ;
    rdfs:comment "Adding fine details to the artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Painting> ;
    rdfs:subClassOf cwva:CreationProcess .

cwva:DigitalArtist a owl:Class ;
    rdfs:label "Digital artist" ;
    rdfs:comment "An artist who uses digital tools as their primary medium." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Digital_art> ;
    rdfs:subClassOf cwva:VisualArtist .

cwva:DigitalDrawing a owl:Class ;
    rdfs:label "Digital Drawing" ;
    rdfs:comment "A drawing created using digital tools." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Digital_art> ;
    rdfs:subClassOf cwva:Drawing .

cwva:DigitalGraphicImage a owl:Class ;
    rdfs:label "Digital Graphic Image" ;
    rdfs:comment "A visual representation created using digital tools." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Digital_image> ;
    rdfs:subClassOf cwva:ComputerGraphics .

cwva:DigitalIllustration a owl:Class ;
    rdfs:label "Digital Illustration" ;
    rdfs:comment "Illustration created using digital tools." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Digital_illustration> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:DigitalPainting a owl:Class ;
    rdfs:label "Digital Painting" ;
    rdfs:comment "Pictorial art made with pixels on a computer screen." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Digital_painting> ;
    rdfs:subClassOf cwva:PaintingForm .

cwva:DigitalPhotography a owl:Class ;
    rdfs:label "Digital Photography" ;
    rdfs:comment "Photography using digital sensors." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Digital_photography> ;
    rdfs:subClassOf cwva:PhotographyForm .

cwva:DigitalSculptureTerm a owl:Class ;
    rdfs:label "Digital Sculpture Term" ;
    rdfs:comment "Terminology applied to the creation or appreciation of digital sculpture." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Digital_sculpting> ;
    rdfs:subClassOf cwva:SculptureTerm ;
    skos:altLabel "3D sculpting",
        "sculpt modeling" .

cwva:DigitalStylus a owl:Class ;
    rdfs:label "Digital Stylus" ;
    rdfs:comment "A pen-like input device for digital drawing." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Stylus_(computing)> ;
    rdfs:subClassOf cwva:DigitalTool .

cwva:DipPen a owl:Class ;
    rdfs:label "Dip Pen" ;
    rdfs:comment "A pen with a nib that is dipped in ink." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Dip_pen> ;
    rdfs:subClassOf cwva:Pen .

cwva:DrawingPaper a owl:Class ;
    rdfs:label "Drawing Paper" ;
    rdfs:comment "Paper designed for dry media like pencil, charcoal, and pastels." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Paper> ;
    rdfs:subClassOf cwva:PaperSupport .

cwva:DryBrush a owl:Class ;
    rdfs:label "Dry Brush" ;
    rdfs:comment "Using a brush with minimal paint for textured effects." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Drybrush> ;
    rdfs:subClassOf cwva:ApplicationTechnique .

cwva:DryingAdditive a owl:Class ;
    rdfs:label "Drying Additive" ;
    rdfs:comment "Substances that accelerate the drying time of oil paints, such as cobalt drier, Japan drier, and alkyd mediums like Liquin or Galkyd." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Siccative> ;
    rdfs:subClassOf cwva:OilPaintingAdditive .

cwva:Drypoint a owl:Class ;
    rdfs:label "Drypoint" ;
    rdfs:comment "Intaglio technique using a needle to scratch the plate." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Drypoint> ;
    rdfs:subClassOf cwva:IntaglioPrinting .

cwva:Easel a owl:Class ;
    rdfs:label "Easel" ;
    rdfs:comment "A stand for holding a canvas or panel during painting." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Easel> ;
    rdfs:subClassOf cwva:SupportTool .

cwva:Edition a owl:Class ;
    rdfs:label "Edition" ;
    rdfs:comment "A set of multiple original artworks from the same source." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Artist%27s_Edition> ;
    rdfs:subClassOf cwva:ArtworkCollection .

cwva:EggTempera a owl:Class ;
    rdfs:label "Egg Tempera" ;
    rdfs:comment "A painting medium in which pigments are bound with egg yolk." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Tempera> ;
    rdfs:subClassOf cwva:TemperaPainting .

cwva:EggYolk a cwva:TemperaBinder ;
    rdfs:label "Egg Yolk" ;
    rdfs:comment "Yellow part of egg, used as tempera binder." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Yolk> .

cwva:Emphasis a owl:Class ;
    rdfs:label "Emphasis" ;
    rdfs:comment "Creating a focal point." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Composition_(visual_arts)> ;
    rdfs:subClassOf cwva:ArtPrinciples .

cwva:EncausticBinder a owl:Class ;
    rdfs:label "Encaustic Binder" ;
    rdfs:comment "Beeswax-based binder, often with damar resin." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Encaustic_painting> ;
    rdfs:subClassOf cwva:BindingAgent .

cwva:EncausticPainting a owl:Class ;
    rdfs:label "Encaustic Painting" ;
    rdfs:comment "A painting technique using heated beeswax mixed with pigments." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Encaustic_painting> ;
    rdfs:subClassOf cwva:PaintingForm .

cwva:Engraving a owl:Class ;
    rdfs:label "Engraving" ;
    rdfs:comment "Intaglio technique using a burin to cut metal." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Engraving> ;
    rdfs:subClassOf cwva:IntaglioPrinting .

cwva:EnvironmentalArt a owl:Class ;
    rdfs:label "Environmental Art" ;
    rdfs:comment "Art addressing environmental issues or using natural materials." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Environmental_art> ;
    rdfs:subClassOf cwva:SpatialArtForm .

cwva:Etching a owl:Class ;
    rdfs:label "Etching" ;
    rdfs:comment "Intaglio technique using acid to cut into metal." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Etching> ;
    rdfs:subClassOf cwva:IntaglioPrinting .

cwva:Fixative a owl:Class ;
    rdfs:label "Fixative" ;
    rdfs:comment "A spray applied to drawings to prevent smudging." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Fixative_(drawing)> ;
    rdfs:subClassOf cwva:ProtectiveFinish .

cwva:FlatBrush a owl:Class ;
    rdfs:label "Flat Brush" ;
    rdfs:comment "A brush with a flat ferrule and straight edge." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Paintbrush> ;
    rdfs:subClassOf cwva:Brush .

cwva:FlatWash a owl:Class ;
    rdfs:label "Flat Wash" ;
    rdfs:comment "An even application of watercolor across an area." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting> ;
    rdfs:subClassOf cwva:WatercolorTechnique .

cwva:FlowAdditive a owl:Class ;
    rdfs:label "Flow Additive" ;
    rdfs:comment "Substances that modify the flow characteristics of oil paint, such as stand oil and Venice turpentine." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Oil_painting> ;
    rdfs:subClassOf cwva:OilPaintingAdditive .

cwva:FlowModifier a owl:Class ;
    rdfs:label "Flow Modifier" ;
    rdfs:comment "Substances that modify how watercolor flows and spreads, such as ox gall and flow improver." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Ox_gall> ;
    rdfs:subClassOf cwva:WatercolorAdditive .

cwva:Form a owl:Class ;
    rdfs:label "Form" ;
    rdfs:comment "A three-dimensional object or its illusion." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Three-dimensional_art> ;
    rdfs:subClassOf cwva:ArtElements .

cwva:Framing a owl:Class ;
    rdfs:label "Framing" ;
    rdfs:comment "Placing artwork in a frame for display and protection." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Picture_frame> ;
    rdfs:subClassOf cwva:FinishingProcess .

cwva:FrescoPainting a owl:Class ;
    rdfs:label "Fresco Painting" ;
    rdfs:comment "Pigments applied to wet plaster." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Buon_fresco> ;
    rdfs:subClassOf cwva:PaintingForm .

cwva:GelMedium a owl:Class ;
    rdfs:label "Gel Medium" ;
    rdfs:comment "An acrylic additive that increases body and transparency. Available in soft, regular, and heavy consistencies." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Acrylic_paint> ;
    rdfs:subClassOf cwva:AcrylicAdditive .

cwva:GessoPanel a owl:Class ;
    rdfs:label "Gesso Panel" ;
    rdfs:comment "A rigid support coated with gesso, a white primer." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Gesso> ;
    rdfs:subClassOf cwva:Ground .

cwva:Giclee a owl:Class ;
    rdfs:label "Giclée" ;
    rdfs:comment "A high-quality inkjet print." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Giclée> ;
    rdfs:subClassOf cwva:DigitalPrintmaking .

cwva:Glazing a owl:Class ;
    rdfs:label "Glazing" ;
    rdfs:comment "Applying thin, transparent layers of paint." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Glaze_(painting_technique)> ;
    rdfs:subClassOf cwva:ApplicationTechnique .

cwva:GlazingAdditive a owl:Class ;
    rdfs:label "Glazing Additive" ;
    rdfs:comment "Mediums used for creating transparent glazing layers in oil painting." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Glaze_(painting_technique)> ;
    rdfs:subClassOf cwva:OilPaintingAdditive .

cwva:GouachePainting a owl:Class ;
    rdfs:label "Gouache Painting" ;
    rdfs:comment "An opaque watercolor painting medium." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Gouache> ;
    rdfs:subClassOf cwva:PaintingForm .

cwva:Gouge a owl:Class ;
    rdfs:label "Gouge" ;
    rdfs:comment "A tool for cutting relief printing blocks." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Gouge_(tool)> ;
    rdfs:subClassOf cwva:PrintmakingTool .

cwva:GradedWash a owl:Class ;
    rdfs:label "Graded Wash" ;
    rdfs:comment "A wash that gradually transitions from dark to light." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting> ;
    rdfs:subClassOf cwva:WatercolorTechnique .

cwva:GranulationMedium a owl:Class ;
    rdfs:label "Granulation Medium" ;
    rdfs:comment "A watercolor additive that enhances the granulating properties of pigments, creating a textured appearance." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting> ;
    rdfs:subClassOf cwva:TextureModifier .

cwva:GraphicsTablet a owl:Class ;
    rdfs:label "Graphics Tablet" ;
    rdfs:comment "A pressure-sensitive input device for digital drawing." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Graphics_tablet> ;
    rdfs:subClassOf cwva:DigitalTool .

cwva:GraphiteMaterial a owl:Class ;
    rdfs:label "Graphite Material" ;
    rdfs:comment "Carbon used in pencils for drawing." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Graphite> ;
    rdfs:subClassOf cwva:DryDrawingMaterial .

cwva:GraphitePencil a owl:Class ;
    rdfs:label "Graphite Pencil" ;
    rdfs:comment "A pencil with a graphite core." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pencil> ;
    rdfs:subClassOf cwva:Pencil .

cwva:GumArabic a owl:Class ;
    rdfs:label "Gum Arabic" ;
    rdfs:comment "Primary binder for watercolor and gouache." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Gum_arabic> ;
    rdfs:subClassOf cwva:WaterBasedBinder .

cwva:Hatching a owl:Class ;
    rdfs:label "Hatching" ;
    rdfs:comment "Using parallel lines to create tone and shading." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Hatching> ;
    rdfs:subClassOf cwva:DrawingTechnique .

cwva:Holograms a owl:Class ;
    rdfs:label "Holograms" ;
    rdfs:comment "Three-dimensional images created by laser light." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Holography> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:HotPressedPaper a owl:Class ;
    rdfs:label "Hot-Pressed Paper" ;
    rdfs:comment "Smooth watercolor paper, ideal for detailed work and illustrations." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting#Paper> ;
    rdfs:subClassOf cwva:WatercolorPaper ;
    skos:altLabel "HP Paper" .

cwva:Hudson_River_School a cwva:School ;
    rdfs:label "Hudson River School" ;
    rdfs:comment "A mid-19th century American art movement of romantic landscape paintings." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Hudson_River_School> .

cwva:Impasto a owl:Class ;
    rdfs:label "Impasto" ;
    rdfs:comment "Thick application of paint creating texture." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Impasto> ;
    rdfs:subClassOf cwva:ApplicationTechnique .

cwva:Impressionism a cwva:School ;
    rdfs:label "Impressionism" ;
    rdfs:comment "A 19th-century art movement characterized by visible brush strokes and emphasis on light." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Impressionism> .

cwva:InkDrawing a owl:Class ;
    rdfs:label "Ink Drawing" ;
    rdfs:comment "A drawing created using ink with pen or brush." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Ink> ;
    rdfs:subClassOf cwva:Drawing .

cwva:InkMaterial a owl:Class ;
    rdfs:label "Ink Material" ;
    rdfs:comment "Liquid pigment for drawing, writing, printing." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Ink> ;
    rdfs:subClassOf cwva:DrawingMaterial .

cwva:InkWashPainting a owl:Class ;
    rdfs:label "Ink Wash Painting" ;
    rdfs:comment "East Asian brush painting using black ink. Includes sumi-e." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Ink_wash_painting> ;
    rdfs:subClassOf cwva:PaintingForm .

cwva:InstallationArt a owl:Class ;
    rdfs:label "Installation Art" ;
    rdfs:comment "Three-dimensional works transforming perception of space." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Installation_art> ;
    rdfs:subClassOf cwva:SpatialArtForm .

cwva:InteractiveArt a owl:Class ;
    rdfs:label "Interactive Art" ;
    rdfs:comment "Viewer actively participates in the artwork experience." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Interactive_art> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:InternetArt a owl:Class ;
    rdfs:label "Internet Art" ;
    rdfs:comment "Art using the internet as its medium." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Internet_art> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:LandArt a owl:Class ;
    rdfs:label "Land Art" ;
    rdfs:comment "Art made directly in the landscape." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Land_art> ;
    rdfs:subClassOf cwva:SpatialArtForm .

cwva:Landscape a owl:Class ;
    rdfs:label "Landscape" ;
    rdfs:comment "A genre depicting natural scenery." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Landscape_painting> ;
    rdfs:subClassOf cwva:Representational .

cwva:Lifting a owl:Class ;
    rdfs:label "Lifting" ;
    rdfs:comment "Removing wet or dried watercolor to create highlights." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting> ;
    rdfs:subClassOf cwva:WatercolorTechnique .

cwva:LindenmayerSystemImage a owl:Class ;
    rdfs:label "Lindenmayer System Image" ;
    rdfs:comment "An image generated by an L-system." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/L-system> ;
    rdfs:subClassOf cwva:GenerativeArt .

cwva:Line a owl:Class ;
    rdfs:label "Line" ;
    rdfs:comment "A mark made by a moving point." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Line_drawing> ;
    rdfs:subClassOf cwva:ArtElements .

cwva:LinenCanvas a owl:Class ;
    rdfs:label "Linen Canvas" ;
    rdfs:comment "Canvas made from linen fibers. Available in fine, medium, and coarse weave." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Canvas> ;
    rdfs:subClassOf cwva:Canvas .

cwva:Linocut a owl:Class ;
    rdfs:label "Linocut" ;
    rdfs:comment "Relief printing using carved linoleum." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Linocut> ;
    rdfs:subClassOf cwva:ReliefPrinting .

cwva:LinseedOil a cwva:OilBinder ;
    rdfs:label "Linseed Oil" ;
    rdfs:comment "Drying oil from flax seeds. Raw, refined, cold-pressed, sun-thickened." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Linseed_oil> .

cwva:Lithography a owl:Class ;
    rdfs:label "Lithography" ;
    rdfs:comment "Based on oil and water not mixing, using stone or metal plate." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Lithography> ;
    rdfs:subClassOf cwva:PlanographicPrinting .

cwva:LsysRules a owl:Class ;
    rdfs:label "Lsys rules" ;
    rdfs:comment "Production rules for Lindenmayer systems." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/L-system> ;
    rdfs:subClassOf cwva:DigitalLanguage .

cwva:Luminism a cwva:School ;
    rdfs:label "Luminism" ;
    rdfs:comment "An American landscape painting style characterized by diffused light." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Luminism_(American_art_style)> .

cwva:MaskingAgent a owl:Class ;
    rdfs:label "Masking Agent" ;
    rdfs:comment "Substances used to protect areas of paper from paint, such as masking fluid and frisket." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting> ;
    rdfs:subClassOf cwva:WatercolorAdditive .

cwva:Matting a owl:Class ;
    rdfs:label "Matting" ;
    rdfs:comment "Adding a mat board around artwork for framing." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Mat_(picture_framing)> ;
    rdfs:subClassOf cwva:FinishingProcess .

cwva:MetalMaterial a owl:Class ;
    rdfs:label "Metal Material" ;
    rdfs:comment "Metal for sculpture: bronze, steel, iron, aluminum, copper." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Bronze_sculpture> ;
    rdfs:subClassOf cwva:SculpturalMaterial .

cwva:MetalSupport a owl:Class ;
    rdfs:label "Metal Support" ;
    rdfs:comment "Metal surfaces used as supports, including copper plates and aluminum panels." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Support_(art)> ;
    rdfs:subClassOf cwva:RigidSupport .

cwva:Mezzotint a owl:Class ;
    rdfs:label "Mezzotint" ;
    rdfs:comment "Intaglio technique creating tonal areas by roughening plate surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Mezzotint> ;
    rdfs:subClassOf cwva:IntaglioPrinting .

cwva:MixingColors a owl:Class ;
    rdfs:label "Mixing Colors" ;
    rdfs:comment "The process of mixing paints to create desired colors." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Color_mixing> ;
    rdfs:subClassOf cwva:PreparationProcess .

cwva:MobileSculpture a owl:Class ;
    rdfs:label "Mobile Sculpture" ;
    rdfs:comment "Suspended elements moving with air currents." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Mobile_(sculpture)> ;
    rdfs:subClassOf cwva:KineticSculpture .

cwva:Modeling a owl:Class ;
    rdfs:label "Modeling" ;
    rdfs:comment "Additive sculpture - material built up." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Sculpture> ;
    rdfs:subClassOf cwva:SculptureForm .

cwva:ModelingTool a owl:Class ;
    rdfs:label "Modeling Tool" ;
    rdfs:comment "Tools for shaping clay and other modeling materials." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Sculpture> ;
    rdfs:subClassOf cwva:ShapingTool .

cwva:MoldMaking a owl:Class ;
    rdfs:label "Mold Making" ;
    rdfs:comment "Creating molds for casting sculpture." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Molding_(process)> ;
    rdfs:subClassOf cwva:SculptureTechnique .

cwva:Monotype a owl:Class ;
    rdfs:label "Monotype" ;
    rdfs:comment "A printmaking technique yielding a unique print." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Monotyping> ;
    rdfs:subClassOf cwva:PlanographicPrinting .

cwva:Movement a owl:Class ;
    rdfs:label "Movement" ;
    rdfs:comment "Creating a sense of action or guiding the eye." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Design_principles> ;
    rdfs:subClassOf cwva:ArtPrinciples .

cwva:NFTBroker a owl:Class ;
    rdfs:label "NFTBroker" ;
    rdfs:comment "A platform facilitating NFT transactions." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Non-fungible_token> ;
    rdfs:subClassOf cwva:NFTMarket .

cwva:NegativePainting a owl:Class ;
    rdfs:label "Negative Painting" ;
    rdfs:comment "Painting around shapes to define them." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting> ;
    rdfs:subClassOf cwva:WatercolorTechnique .

cwva:NonObjective a owl:Class ;
    rdfs:label "Non objective" ;
    rdfs:comment "Art that does not depict recognizable objects from the natural world." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Nonobjective_art> ;
    rdfs:subClassOf cwva:ArtTypes .

cwva:Oeuvre a owl:Class ;
    rdfs:label "Oeuvre" ;
    rdfs:comment "The complete body of work of an artist." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Oeuvre> ;
    rdfs:subClassOf cwva:ArtworkCollection .

cwva:OilPainting a owl:Class ;
    rdfs:label "Oil Painting" ;
    rdfs:comment "A painting medium using pigments bound with drying oils." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Oil_painting> ;
    rdfs:subClassOf cwva:PaintingForm .

cwva:OilSolvent a owl:Class ;
    rdfs:label "Oil Solvent" ;
    rdfs:comment "Substances used to thin oil paint or clean brushes, such as turpentine, odorless mineral spirit (OMS), and spike lavender oil." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Turpentine> ;
    rdfs:subClassOf cwva:OilPaintingAdditive .

cwva:OnlineStore a owl:Class ;
    rdfs:label "Online store" ;
    rdfs:comment "A virtual platform where artists can sell their artworks." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Online_shopping> ;
    rdfs:subClassOf cwva:ArtMarket .

cwva:OrganicPigment a owl:Class ;
    rdfs:label "Organic Pigment" ;
    rdfs:comment "Pigments from carbon-based compounds." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pigment> ;
    rdfs:subClassOf cwva:Pigment .

cwva:Painter a owl:Class ;
    rdfs:label "Painter" ;
    rdfs:comment "An artist who creates paintings." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Painting> ;
    rdfs:subClassOf cwva:VisualArtist .

cwva:Palette a owl:Class ;
    rdfs:label "Palette" ;
    rdfs:comment "A flat surface for mixing and holding paints." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Palette_(painting)> ;
    rdfs:subClassOf cwva:SupportTool .

cwva:PaletteKnife a owl:Class ;
    rdfs:label "Palette Knife" ;
    rdfs:comment "A tool for mixing and applying paint." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Palette_knife> ;
    rdfs:subClassOf cwva:Tool .

cwva:PastelDrawing a owl:Class ;
    rdfs:label "Pastel Drawing" ;
    rdfs:comment "A drawing using pastel sticks." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pastel> ;
    rdfs:subClassOf cwva:Drawing .

cwva:PastelMaterial a owl:Class ;
    rdfs:label "Pastel Material" ;
    rdfs:comment "Powdered pigment bound with non-greasy binder in stick form." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pastel> ;
    rdfs:subClassOf cwva:DryDrawingMaterial .

cwva:PastelPaper a owl:Class ;
    rdfs:label "Pastel Paper" ;
    rdfs:comment "Paper with texture designed to hold pastel pigments." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pastel> ;
    rdfs:subClassOf cwva:PaperSupport .

cwva:Patination a owl:Class ;
    rdfs:label "Patination" ;
    rdfs:comment "Applying or developing a surface patina on sculpture." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Patina> ;
    rdfs:subClassOf cwva:SculptureTechnique .

cwva:PatternElement a owl:Class ;
    rdfs:label "Pattern element" ;
    rdfs:comment "A repeated unit creating a pattern." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Elements_of_art> ;
    rdfs:subClassOf cwva:ArtElements .

cwva:PatternPrinciple a owl:Class ;
    rdfs:label "Pattern principle" ;
    rdfs:comment "Repetition of elements." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pattern> ;
    rdfs:subClassOf cwva:ArtPrinciples .

cwva:PencilDrawing a owl:Class ;
    rdfs:label "Pencil Drawing" ;
    rdfs:comment "A drawing created using graphite or colored pencils." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pencil> ;
    rdfs:subClassOf cwva:Drawing .

cwva:PerformanceArt a owl:Class ;
    rdfs:label "Performance Art" ;
    rdfs:comment "Artwork created through actions performed by the artist." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Performance_art> ;
    rdfs:subClassOf cwva:TimeBasedArtForm .

cwva:PoppySeedOil a cwva:OilBinder ;
    rdfs:label "Poppy Seed Oil" ;
    rdfs:comment "Pale drying oil with slow drying time." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Poppyseed_oil> .

cwva:Portfolio a owl:Class ;
    rdfs:label "Portfolio" ;
    rdfs:comment "A curated collection of an artist's best work." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Artist%27s_portfolio> ;
    rdfs:subClassOf cwva:ArtworkCollection .

cwva:Portrait a owl:Class ;
    rdfs:label "Portrait" ;
    rdfs:comment "An artwork depicting the likeness of an individual or group." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Portrait> ;
    rdfs:subClassOf cwva:Representational .

cwva:PouringMedium a owl:Class ;
    rdfs:label "Pouring Medium" ;
    rdfs:comment "An acrylic additive that creates fluid consistency suitable for pour painting techniques." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Acrylic_paint> ;
    rdfs:subClassOf cwva:AcrylicAdditive .

cwva:PrimedCanvas a owl:Class ;
    rdfs:label "Primed Canvas" ;
    rdfs:comment "A canvas treated with a preparatory coating (primer, often gesso)." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Canvas> ;
    rdfs:subClassOf cwva:Surface .

cwva:PrintMaker a owl:Class ;
    rdfs:label "Printmaker" ;
    rdfs:comment "An artist who creates prints." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Printmaking> ;
    rdfs:subClassOf cwva:VisualArtist .

cwva:Printing3d a owl:Class ;
    rdfs:label "3D Printing" ;
    rdfs:comment "An additive manufacturing process building objects layer by layer." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/3D_printing> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:PrintingForm a owl:Class ;
    rdfs:label "Printing Form" ;
    rdfs:comment "The matrix or surface used to transfer an image (e.g., woodblock, etching plate, screen)." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Printmaking> ;
    rdfs:subClassOf cwva:PrintingMaterial .

cwva:PrintmakingPaper a owl:Class ;
    rdfs:label "Printmaking Paper" ;
    rdfs:comment "Paper designed for printmaking processes." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Printmaking> ;
    rdfs:subClassOf cwva:PaperSupport .

cwva:PrintmakingTechnique a owl:Class ;
    rdfs:label "Printmaking Technique" ;
    rdfs:comment "Techniques specific to printmaking." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Printmaking> ;
    rdfs:subClassOf cwva:Technique .

cwva:Provenance a owl:Class ;
    rdfs:label "provenance" ;
    rdfs:comment "The chronology of the ownership, custody or location of a historical object." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Provenance> ;
    rdfs:subClassOf cwva:ContextualAnalysis .

cwva:Refining a owl:Class ;
    rdfs:label "Refining" ;
    rdfs:comment "Developing and improving the artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Painting> ;
    rdfs:subClassOf cwva:CreationProcess .

cwva:Rendering a owl:Class ;
    rdfs:label "Rendering" ;
    rdfs:comment "Creating an image from a model or data." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Non-photorealistic_rendering> ;
    rdfs:subClassOf cwva:Process .

cwva:Restoration a owl:Class ;
    rdfs:label "Restoration" ;
    rdfs:comment "Restoring damaged artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_restoration> ;
    rdfs:subClassOf cwva:PreservationProcess .

cwva:RetarderMedium a owl:Class ;
    rdfs:label "Retarder Medium" ;
    rdfs:comment "An acrylic additive that slows drying time, allowing longer working time for blending." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Acrylic_paint> ;
    rdfs:subClassOf cwva:AcrylicAdditive .

cwva:RetrospectiveExhibit a owl:Class ;
    rdfs:label "Retrospective exhibit" ;
    rdfs:comment "An exhibition showcasing an artist's work across their career." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://simple.wikipedia.org/wiki/Retrospective_(art)> ;
    rdfs:subClassOf cwva:ArtExhibition .

cwva:Rhythm a owl:Class ;
    rdfs:label "Rhythm" ;
    rdfs:comment "Visual movement through repetition and variation." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Composition_(visual_arts)> ;
    rdfs:subClassOf cwva:ArtPrinciples .

cwva:Robotics a owl:Class ;
    rdfs:label "Robotics" ;
    rdfs:comment "Robots used in art installations." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Robotics> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:RoughPaper a owl:Class ;
    rdfs:label "Rough Paper" ;
    rdfs:comment "The most heavily textured watercolor paper." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting#Paper> ;
    rdfs:subClassOf cwva:WatercolorPaper .

cwva:RoundBrush a owl:Class ;
    rdfs:label "Round Brush" ;
    rdfs:comment "A brush with a round ferrule and pointed tip." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Paintbrush> ;
    rdfs:subClassOf cwva:Brush .

cwva:SafflowerOil a cwva:OilBinder ;
    rdfs:label "Safflower Oil" ;
    rdfs:comment "Drying oil similar to poppy seed oil." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Oil_painting> .

cwva:Sculptor a owl:Class ;
    rdfs:label "Sculptor" ;
    rdfs:comment "An artist who creates sculptures." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Sculptor> ;
    rdfs:subClassOf cwva:VisualArtist .

cwva:Scumbling a owl:Class ;
    rdfs:label "Scumbling" ;
    rdfs:comment "Applying a thin, opaque layer over dried paint." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Scumbling> ;
    rdfs:subClassOf cwva:ApplicationTechnique .

cwva:Series a owl:Class ;
    rdfs:label "Series" ;
    rdfs:comment "A group of related artworks." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Category:Painting_series> ;
    rdfs:subClassOf cwva:ArtworkCollection ;
    owl:sameAs cwva:ArtSeries .

cwva:Serigraphy a owl:Class ;
    rdfs:label "Serigraphy" ;
    rdfs:comment "Silkscreen printing - ink forced through a stencil on a screen." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Screen_printing> ;
    rdfs:subClassOf cwva:StencilPrinting ;
    skos:altLabel "Screen printing" .

cwva:Sfumato a owl:Class ;
    rdfs:label "Sfumato" ;
    rdfs:comment "Soft, gradual blending of tones and colors." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Sfumato> ;
    rdfs:subClassOf cwva:ApplicationTechnique .

cwva:Shape a owl:Class ;
    rdfs:label "Shape" ;
    rdfs:comment "A two-dimensional area." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Elements_of_art> ;
    rdfs:subClassOf cwva:ArtElements .

cwva:Sizing a owl:Class ;
    rdfs:label "Sizing" ;
    rdfs:comment "Treatment that controls absorbency, preventing media from soaking in too much." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Sizing> ;
    rdfs:subClassOf cwva:Surface .

cwva:Sketching a owl:Class ;
    rdfs:label "Sketching" ;
    rdfs:comment "Creating preliminary drawings." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Sketch_(drawing)> ;
    rdfs:subClassOf cwva:CreationProcess .

cwva:Space a owl:Class ;
    rdfs:label "Space" ;
    rdfs:comment "The area around, within, or between elements." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Elements_of_art> ;
    rdfs:subClassOf cwva:ArtElements .

cwva:StillLife a owl:Class ;
    rdfs:label "Still life" ;
    rdfs:comment "A genre depicting inanimate objects." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Still_life> ;
    rdfs:subClassOf cwva:Representational .

cwva:Stippling a owl:Class ;
    rdfs:label "Stippling" ;
    rdfs:comment "Using dots to create tone and texture." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Stippling> ;
    rdfs:subClassOf cwva:DrawingTechnique .

cwva:StoneMaterial a owl:Class ;
    rdfs:label "Stone Material" ;
    rdfs:comment "Stone for sculpture: marble, granite, limestone, soapstone." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Stone_sculpture> ;
    rdfs:subClassOf cwva:SculpturalMaterial .

cwva:StretchingCanvas a owl:Class ;
    rdfs:label "Stretching Canvas" ;
    rdfs:comment "The process of stretching canvas over a frame." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Canvas> ;
    rdfs:subClassOf cwva:PreparationProcess .

cwva:Texture a owl:Class ;
    rdfs:label "Texture" ;
    rdfs:comment "The surface quality of an artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Texture_(visual_arts)> ;
    rdfs:subClassOf cwva:ArtElements .

cwva:TextureAdditive a owl:Class ;
    rdfs:label "Texture Additive" ;
    rdfs:comment "Substances that modify the texture of paint, such as cold wax medium, impasto medium, and sand texture medium." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Impasto> ;
    rdfs:subClassOf cwva:OilPaintingAdditive .

cwva:ToningSurface a owl:Class ;
    rdfs:label "Toning Surface" ;
    rdfs:comment "Applying a toned ground to a surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Ground_(art)> ;
    rdfs:subClassOf cwva:PreparationProcess .

cwva:Trend a owl:Class ;
    rdfs:label "Trend" ;
    rdfs:comment "A prevailing style or direction in art during a particular period." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_movement> ;
    rdfs:subClassOf cwva:ArtMovement .

cwva:Underpainting a owl:Class ;
    rdfs:label "Underpainting" ;
    rdfs:comment "Creating an initial layer to establish values and composition." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Underpainting> ;
    rdfs:subClassOf cwva:CreationProcess .

cwva:Unity-Variety a owl:Class ;
    rdfs:label "Unity-Variety" ;
    rdfs:comment "Unity creates coherence; variety adds interest." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Unity_in_variety> ;
    rdfs:subClassOf cwva:ArtPrinciples .

cwva:Value a owl:Class ;
    rdfs:label "Value" ;
    rdfs:comment "The lightness or darkness of a color." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Elements_of_art> ;
    rdfs:subClassOf cwva:ArtElements .

cwva:Varnish a owl:Class ;
    rdfs:label "Varnish" ;
    rdfs:comment "A protective coating applied to finished paintings." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Varnish> ;
    rdfs:subClassOf cwva:ProtectiveFinish .

cwva:Varnishing a owl:Class ;
    rdfs:label "Varnishing" ;
    rdfs:comment "Applying protective varnish to finished artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Varnish> ;
    rdfs:subClassOf cwva:FinishingProcess .

cwva:Vermilion a cwva:MineralPigment ;
    rdfs:label "Vermillion" ;
    rdfs:comment "Brilliant red pigment from cinnabar (mercury sulfide)." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Vermilion> .

cwva:VideoArt a owl:Class ;
    rdfs:label "Video Art" ;
    rdfs:comment "Art using video technology." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Video_art> ;
    rdfs:subClassOf cwva:TimeBasedArtForm .

cwva:VideoGames a owl:Class ;
    rdfs:label "Video games" ;
    rdfs:comment "Interactive digital entertainment as visual art." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Video_game> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:VirtualRealityArt a owl:Class ;
    rdfs:label "Virtual Reality Art" ;
    rdfs:comment "Art created using VR technology." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Virtual_reality> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:WalnutOil a cwva:OilBinder ;
    rdfs:label "Walnut Oil" ;
    rdfs:comment "Drying oil with less yellowing than linseed." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Walnut_oil> .

cwva:Watercolor a owl:Class ;
    rdfs:label "Watercolor Painting" ;
    rdfs:comment "A painting medium using pigments suspended in a water-soluble binder." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting> ;
    rdfs:subClassOf cwva:PaintingForm .

cwva:WaxMaterial a owl:Class ;
    rdfs:label "Wax Material" ;
    rdfs:comment "Wax for sculpture: beeswax, paraffin, microcrystalline wax." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Wax_sculpture> ;
    rdfs:subClassOf cwva:SculpturalMaterial .

cwva:Welding a owl:Class ;
    rdfs:label "Welding" ;
    rdfs:comment "Joining metal pieces using heat." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Welding> ;
    rdfs:subClassOf cwva:SculptureTechnique .

cwva:WetOnWet a owl:Class ;
    rdfs:label "Wet-on-Wet" ;
    rdfs:comment "Applying wet paint onto still-wet paint." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Wet-on-wet> ;
    rdfs:subClassOf cwva:ApplicationTechnique ;
    skos:altLabel "Alla Prima",
        "Wet-in-Wet" .

cwva:WoodMaterial a owl:Class ;
    rdfs:label "Wood Material" ;
    rdfs:comment "Wood for sculpture and carving." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Wood_carving> ;
    rdfs:subClassOf cwva:SculpturalMaterial .

cwva:WoodPanel a owl:Class ;
    rdfs:label "Wood Panel" ;
    rdfs:comment "A panel made from wood, including hardboard, MDF, and plywood." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Panel_painting> ;
    rdfs:subClassOf cwva:Panel .

cwva:Woodcut a owl:Class ;
    rdfs:label "Woodcut" ;
    rdfs:comment "Relief printing using a carved wooden block." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Woodcut> ;
    rdfs:subClassOf cwva:ReliefPrinting .

cwva:artist a owl:ObjectProperty ;
    rdfs:label "artist" ;
    rdfs:comment "The artist responsible for producing a given work of art." ;
    rdfs:domain cwva:Art ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:VisualArtist ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Artist> .

cwva:background a owl:ObjectProperty ;
    rdfs:label "background" ;
    rdfs:comment "Reference to a background resource." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range rdfs:Resource .

cwva:collaboratesWith a owl:ObjectProperty ;
    rdfs:label "collaborates with" ;
    rdfs:comment "Another artist collaborating on a project." ;
    rdfs:domain cwva:VisualArtist ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:VisualArtist ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Collaborator> .

cwva:containsPaint a owl:ObjectProperty ;
    rdfs:label "contains paint" ;
    rdfs:comment "A paint combined with another paint." ;
    rdfs:domain cwva:PaintingMaterial ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Paint ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Paint> .

cwva:fileFormat a owl:DatatypeProperty ;
    rdfs:label "file format" ;
    rdfs:comment "Indicates a specific file format." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/File_format> .

cwva:filePath a owl:DatatypeProperty ;
    rdfs:label "file path" ;
    rdfs:comment "An absolute directory file location." ;
    rdfs:domain cwva:JPG ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Path_(computing)> .

cwva:hasAdditive a owl:ObjectProperty ;
    rdfs:label "has additive" ;
    rdfs:comment "An additive (what practitioners call 'medium') used in this work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Additive ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Paint#Additives> .

cwva:hasArtistProfile a owl:ObjectProperty ;
    rdfs:label "has artist profile" ;
    rdfs:comment "Links to an artist profile." ;
    rdfs:domain rdfs:Resource ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:ArtistProfile ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Profile> .

cwva:hasAssistant a owl:ObjectProperty ;
    rdfs:label "has assistant" ;
    rdfs:comment "An artist who assists in production." ;
    rdfs:domain cwva:VisualArtist ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:VisualArtist ;
    rdfs:seeAlso <https://www.merriam-webster.com/dictionary/assistant> .

cwva:hasBindingAgent a owl:ObjectProperty ;
    rdfs:label "has binding agent" ;
    rdfs:comment "The binding agent used in the paint." ;
    rdfs:domain cwva:Paint ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:BindingAgent ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Binder_(material)> .

cwva:hasCollection a owl:ObjectProperty ;
    rdfs:label "has collection" ;
    rdfs:comment "A collection of the artist's works." ;
    rdfs:domain cwva:Artist ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:ArtworkCollection ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Category:Art_collections> .

cwva:hasComposition a owl:ObjectProperty ;
    rdfs:label "has composition" ;
    rdfs:comment "The arrangement of elements in this artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Composition ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Composition_(visual_arts)> .

cwva:hasCriticism a owl:ObjectProperty ;
    rdfs:label "has criticism" ;
    rdfs:comment "Art criticism abou this work." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:ArtCriticism ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_criticism> .

cwva:hasElement a owl:ObjectProperty ;
    rdfs:label "has element" ;
    rdfs:comment "Art elements present in this work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:ArtElements ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Elements_of_art> .

cwva:hasEtherscanNS a owl:ObjectProperty ;
    rdfs:label "has Etherscan NS" ;
    rdfs:comment "NFT related" ;
    rdfs:domain cwva:NFT ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range rdfs:Resource ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Non-fungible_token> .

cwva:hasMarketPlace a owl:DatatypeProperty ;
    rdfs:label "has market place" ;
    rdfs:comment "NFT related" ;
    rdfs:domain cwva:NFT ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Non-fungible_token> .

cwva:hasMarketPlaceNS a owl:ObjectProperty ;
    rdfs:label "has Market Place NS" ;
    rdfs:comment "NFT related" ;
    rdfs:domain cwva:NFT ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range rdfs:Resource ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Non-fungible_token> .

cwva:hasMaterial a owl:ObjectProperty ;
    rdfs:label "has material" ;
    rdfs:comment "The specific material used in this work." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:ArtMaterial ;
    rdfs:seeAlso <https://en.wikipedia.org/?title=Art_materials> .

cwva:hasNFT a owl:ObjectProperty ;
    rdfs:label "has NFT" ;
    rdfs:comment "A digital certificate of ownership for this artwork." ;
    rdfs:domain cwva:Art ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:NFT ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Non-fungible_token> .

cwva:hasNFTContractAddress a owl:ObjectProperty ;
    rdfs:label "has NFT Contract Address" ;
    rdfs:comment "NFT related" ;
    rdfs:domain cwva:NFT ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range rdfs:Resource ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Non-fungible_token> .

cwva:hasNFTTokenID a owl:DatatypeProperty ;
    rdfs:label "has NFT token ID" ;
    rdfs:comment "NFT related" ;
    rdfs:domain cwva:NFT ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Non-fungible_token> .

cwva:hasNFTUri a owl:ObjectProperty ;
    rdfs:label "has NFT URI" ;
    rdfs:comment "NFT related" ;
    rdfs:domain cwva:NFT ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range rdfs:Resource ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Non-fungible_token> .

cwva:hasPaint a owl:ObjectProperty ;
    rdfs:label "has paint" ;
    rdfs:comment "The specific paint used." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Paint ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Paint> .

cwva:hasPaper a owl:ObjectProperty ;
    rdfs:label "has paper" ;
    rdfs:comment "The specific paper for this work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:PaperSupport ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_Papers> .

cwva:hasPaperFinish a owl:DatatypeProperty ;
    rdfs:label "has paper finish" ;
    rdfs:comment "The finish of the paper." ;
    rdfs:domain cwva:PaperSupport ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_Papers> .

cwva:hasPaperWeight a owl:DatatypeProperty ;
    rdfs:label "has paper weight" ;
    rdfs:comment "The weight of the paper in pounds (lb) or gsm." ;
    rdfs:domain cwva:PaperSupport ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_Papers> .

cwva:hasPerspective a owl:ObjectProperty ;
    rdfs:label "has perspective" ;
    rdfs:comment "The perspective used in this work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Perspective ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Perspective_(graphical)> .

cwva:hasPigment a owl:ObjectProperty ;
    rdfs:label "has pigment" ;
    rdfs:comment "Reference to pigment in the paint." ;
    rdfs:domain cwva:Paint ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Pigment ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pigment> .

cwva:hasPrinciple a owl:ObjectProperty ;
    rdfs:label "has principle" ;
    rdfs:comment "Art principles applied to this artwork." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:ArtPrinciples ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Design_principles> .

cwva:hasProcess a owl:ObjectProperty ;
    rdfs:label "has process" ;
    rdfs:comment "A process used in producing this work." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Process ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_methodology> .

cwva:hasProcessStep a owl:ObjectProperty ;
    rdfs:label "has process step" ;
    rdfs:comment "A specific process step in creating this work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Wikipedia:Processes> .

cwva:hasProtectiveFinish a owl:ObjectProperty ;
    rdfs:label "has protective finish" ;
    rdfs:comment "A protective finish applied to this work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:ProtectiveFinish ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Varnish> .

cwva:hasRendition a owl:ObjectProperty ;
    rdfs:label "has rendition" ;
    rdfs:comment "An artist's unique interpretation of a subject." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Rendition ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Artist%27s_impression> .

cwva:hasSculptureTerm a owl:ObjectProperty ;
    rdfs:label "has sculpture term" ;
    rdfs:comment "Links to sculpture terms." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:SculptureTerm .

cwva:hasSurface a owl:ObjectProperty ;
    rdfs:label "has surface" ;
    rdfs:comment "The surface type for this work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Surface ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Ground_(art)> .

cwva:hasTechnique a owl:ObjectProperty ;
    rdfs:label "has technique" ;
    rdfs:comment "Techniques employed on this artwork." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Technique ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Category:Artistic_techniques> .

cwva:hasTensegrityApplication a owl:ObjectProperty ;
    rdfs:label "has tensegrity application" ;
    rdfs:comment "Links to tensegrity applications." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:TensegrityApplication .

cwva:hasTensegrityArtPrinciple a owl:ObjectProperty ;
    rdfs:label "has tensegrity art principle" ;
    rdfs:comment "Links to tensegrity art principles." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:TensegrityArtPrinciple .

cwva:hasTensegrityPrinciple a owl:ObjectProperty ;
    rdfs:label "has tensegrity principle" ;
    rdfs:comment "Links to tensegrity principles." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:TensegrityPrinciple .

cwva:hasTool a owl:ObjectProperty ;
    rdfs:label "has tool" ;
    rdfs:comment "A tool used in creating this work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Tool ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Tool> .

cwva:hasVisualAnalysis a owl:ObjectProperty ;
    rdfs:label "has visual analysis" ;
    rdfs:comment "A foundational, structured method of interpreting art by closely observing and breaking down its visual elements." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:VisualAnalysis ;
    rdfs:seeAlso <https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf> .

cwva:hasVisualImagery a owl:AnnotationProperty ;
    rdfs:label "has visual imagery" ;
    rdfs:comment "Description of the visual imagery in the work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Imagery> .

cwva:hasWatercolorPaint a owl:ObjectProperty ;
    rdfs:label "has watercolor paint" ;
    rdfs:comment "The specific watercolor paint used." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:WatercolorPaint ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Paint> .

cwva:hasWatercolorTechnique a owl:ObjectProperty ;
    rdfs:label "has technique" ;
    rdfs:comment "Techniques employed on this artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:WatercolorTechnique ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Category:Artistic_techniques> .

cwva:image3d a owl:ObjectProperty ;
    rdfs:label "3D image" ;
    rdfs:comment "A URI reference to a GLB file." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range rdfs:Resource ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/3D_computer_graphics> .

cwva:inspiredByWork a owl:ObjectProperty ;
    rdfs:label "inspired by work" ;
    rdfs:comment "A work that inspired this creative work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range rdfs:Resource ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Artistic_inspiration> .

cwva:measurementSystem a owl:ObjectProperty ;
    rdfs:label "measurement system" ;
    rdfs:comment "The measurement system used by the artist." ;
    rdfs:domain cwva:ArtistProfile ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range rdfs:Resource ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/System_of_units_of_measurement> .

cwva:pseudonymFor a owl:ObjectProperty ;
    rdfs:label "pseudonym for" ;
    rdfs:comment "Links an artist pseudonym to the actual artist." ;
    rdfs:domain cwva:Artist ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range cwva:Artist ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pseudonym> .

cwva:qrcode a owl:ObjectProperty ;
    rdfs:label "QRcode" ;
    rdfs:comment "A QRcode image associated with this work." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/QR_code> .

cwva:renditionOf a owl:ObjectProperty ;
    rdfs:label "rendition of" ;
    rdfs:comment "The source work or subject that this rendition interprets or derives from." ;
    rdfs:domain cwva:Rendition ;
    rdfs:range cwva:CreativeWork .

cwva:status a owl:ObjectProperty ;
    rdfs:label "status" ;
    rdfs:comment "Status state of the work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range rdfs:Resource ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Status> .

cwva:workOnSite a owl:ObjectProperty ;
    rdfs:label "work on site" ;
    rdfs:comment "Internet location referencing the creative work." ;
    rdfs:domain cwva:CreativeWork ;
    rdfs:isDefinedBy cwva: ;
    rdfs:range rdfs:Resource ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Category:Art_websites> .

tko:created a owl:DatatypeProperty ;
    rdfs:label "created" ;
    rdfs:comment "The creation date for a concept.  Typically used on notes, interpretations and entities" ;
    rdfs:domain skos:Concept ;
    rdfs:range xsd:date .

tko:edited a owl:DatatypeProperty ;
    rdfs:label "created" ;
    rdfs:comment "The edit date for a concept.  Typically used on notes, interpretations and entities" ;
    rdfs:domain skos:Concept ;
    rdfs:range xsd:dateTime .

tko:link a owl:ObjectProperty ;
    rdfs:label "link" ;
    rdfs:comment "A reference to a external URI, typically a link captured in a google keep note " ;
    rdfs:domain skos:Concept ;
    rdfs:range rdfs:Resource .

tko:url a owl:ObjectProperty ;
    rdfs:label "url" ;
    rdfs:comment "A fully-qualified URL.  An element of a URI tko:link reference." ;
    rdfs:domain rdfs:Resource ;
    rdfs:range rdfs:Resource .

tko:urlDescription a owl:DatatypeProperty ;
    rdfs:label "url description" ;
    rdfs:comment "Text describing the content at the URL.  An element of a URI tko:link reference." ;
    rdfs:range xsd:string .

tko:urlTitle a owl:DatatypeProperty ;
    rdfs:label "url title" ;
    rdfs:comment "The title of the content at the URL.  An element of a URI tko:link reference." ;
    rdfs:range xsd:string .

the: a owl:Ontology ;
    rdfs:label "A knowledge organization model for vocabulary" ;
    dc:contributor <http://visualartsdna.org> ;
    dc:description "A knowledge organization model for vocabulary used with the cwva ontology and data" ;
    dc:issued "2022-08-17T12:00:00+00:00"^^xsd:dateTime ;
    dc:license <http://creativecommons.org/licenses/by/4.0> ;
    dc:modified "2022-08-17T12:00:00+00:00"^^xsd:dateTime ;
    dc:publisher <http://visualartsdna.org> ;
    dc:rights <http://visualartsdna.org/copyright> ;
    dc:title "A knowledge organization model" ;
    rdfs:comment "A skos-like structure supporting topic and tag management." ;
    rdfs:seeAlso <http://visualartsdna.org> ;
    owl:versionInfo "v 1.2" .

the:AI a owl:Class ;
    rdfs:label "AI" ;
    rdfs:comment "The result of an interaction with an AI platform typically for interpretation of a work." ;
    rdfs:subClassOf the:Entity .

the:ARGB a owl:DatatypeProperty ;
    rdfs:label "ARGB" ;
    rdfs:comment "Hexadecimal representation of ARGB image color identifier" ;
    rdfs:domain cwva:Paint ;
    rdfs:range xsd:string .

the:Article a owl:Class ;
    rdfs:label "Article" ;
    rdfs:comment "A response to an online article and related links." ;
    rdfs:subClassOf the:Entity .

the:Artist a owl:Class ;
    rdfs:label "Artist" ;
    rdfs:comment "a person who creates works in the visual arts as a profession or hobby." ;
    rdfs:subClassOf the:Entity .

the:Collection a owl:Class ;
    rdfs:label "Collection" ;
    rdfs:comment "a group of artworks that are curated and held by an individual, institution, or government." ;
    rdfs:subClassOf the:Entity .

the:Concept a owl:Class ;
    rdfs:label "Concept" ;
    rdfs:comment "It represents a distinct idea or abstraction that can be identified and discussed as a separate unit.  Basically equivalent to skos:Concept with a few more operational properties" ;
    rdfs:subClassOf the:Entity .

the:Image a owl:Class ;
    rdfs:label "Image" ;
    rdfs:comment "A digital image for any type of purpose or format." ;
    rdfs:subClassOf the:Entity .

the:KeepNote a owl:Class ;
    rdfs:label "Keep Note" ;
    rdfs:comment "A concept originating as a Google Keep Note" ;
    rdfs:subClassOf skos:Concept .

the:Operation a owl:Class ;
    rdfs:label "Operation" ;
    rdfs:comment "Typically a reference document on the management of the software system." ;
    rdfs:subClassOf the:Entity .

the:Organization a owl:Class ;
    rdfs:label "Organization" ;
    rdfs:comment "an organized body of people with a particular purpose, especially a business, society, association, etc." ;
    rdfs:subClassOf the:Entity .

the:Posting a owl:Class ;
    rdfs:label "Posting" ;
    rdfs:comment "a document distributed with the system RDF data." ;
    rdfs:subClassOf the:Entity .

the:Series a owl:Class ;
    rdfs:label "Series" ;
    rdfs:comment "A collection of creative work instances that are intentionally related by a common theme.  This can also serve the operational purpose of associating specific non-creative-work items to a given series of works." ;
    rdfs:subClassOf the:Entity .

the:Study a owl:Class ;
    rdfs:label "Study" ;
    rdfs:comment "a preliminary work or practice piece that an artist creates to help them plan their final piece." ;
    rdfs:subClassOf the:Entity .

the:Work a owl:Class ;
    rdfs:label "Work" ;
    rdfs:comment "paintings, drawings, or other artistic works." ;
    rdfs:subClassOf the:Entity .

the:conceptsExtracted a owl:DatatypeProperty ;
    rdfs:label "derived" ;
    rdfs:comment "an operational property" ;
    rdfs:domain the:Entity ;
    rdfs:range xsd:boolean .

the:contains a owl:ObjectProperty ;
    rdfs:label "contains" ;
    owl:inverseOf skos:inScheme .

the:dbpedia a owl:ObjectProperty ;
    rdfs:label "dbpedia" ;
    rdfs:comment "range is any valid URI, but intended to be a dbpedia link" ;
    rdfs:domain the:Entity .

the:document a owl:ObjectProperty ;
    rdfs:label "document" ;
    rdfs:comment "range is any valid URI, but intended to be a google docs link" ;
    rdfs:domain the:Entity .

the:head a owl:ObjectProperty ;
    rdfs:label "head" ;
    rdfs:comment "The concept corresponding to the topic's title.  Expected to be a single concept, but not constrained." ;
    rdfs:domain the:Topic ;
    rdfs:range skos:Concept .

the:mdDocument a owl:ObjectProperty ;
    rdfs:label "markdown document" ;
    rdfs:comment "a locally-stored markdown document link" ;
    rdfs:domain the:Entity ;
    rdfs:range rdfs:Resource .

the:pdfDocument a owl:ObjectProperty ;
    rdfs:label "pdf document" ;
    rdfs:comment "a locally-stored pdf document link" ;
    rdfs:domain the:Entity ;
    rdfs:range rdfs:Resource .

the:source a owl:ObjectProperty ;
    rdfs:label "source" ;
    rdfs:comment "An object from an enumeration of source instances.  Currently AI platforms." ;
    rdfs:range rdfs:Resource .

the:summary a owl:DatatypeProperty ;
    rdfs:label "summary" ;
    rdfs:comment "a summary of the markdown document" ;
    rdfs:domain the:Entity ;
    rdfs:range xsd:string .

the:symbol a owl:DatatypeProperty ;
    rdfs:label "symbol" ;
    rdfs:comment "A symbol derived from the pigment name and source.  This enables an interface to the very physical world of the artist selecting paints, where entering complete pigment names, especially with mixed paints, is not expedient." ;
    rdfs:domain cwva:Paint ;
    rdfs:range xsd:string .

the:tag a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "tag" ;
    rdfs:comment "A symmetric semantic relation between a resource and a resource." ;
    rdfs:domain rdfs:Resource .

the:topic a owl:DatatypeProperty ;
    rdfs:label "topic" ;
    rdfs:comment "The subject matter of the entity" ;
    rdfs:domain the:Entity ;
    rdfs:range xsd:string .

the:wikipedia a owl:ObjectProperty ;
    rdfs:label "wikipedia" ;
    rdfs:comment "range is any valid URI, but intended to be a wikipedia link" ;
    rdfs:domain the:Entity .

rdf:type a owl:ObjectProperty ;
    rdfs:label "type" ;
    rdfs:comment "The type of an object." ;
    rdfs:domain rdfs:Resource ;
    rdfs:range rdfs:Class .

rdfs:comment a owl:DatatypeProperty ;
    rdfs:label "comment" ;
    rdfs:comment "A description of the resource." ;
    rdfs:domain rdfs:Resource ;
    rdfs:range rdfs:Literal .

rdfs:isDefinedBy a owl:ObjectProperty ;
    rdfs:label "is defined by" ;
    rdfs:comment "Indicates a resource defining the subject resource." ;
    rdfs:domain rdfs:Resource ;
    rdfs:range rdfs:Resource .

rdfs:label a owl:DatatypeProperty ;
    rdfs:label "label" ;
    rdfs:comment "A version of the resource's name." ;
    rdfs:domain rdfs:Resource ;
    rdfs:range rdfs:Literal .

rdfs:seeAlso a owl:ObjectProperty ;
    rdfs:label "see also" ;
    rdfs:comment "A resource that might provide additional information about the subject resource." ;
    rdfs:domain rdfs:Resource ;
    rdfs:range rdfs:Resource .

rdfs:subClassOf a owl:ObjectProperty ;
    rdfs:label "subclass of" ;
    rdfs:comment "States that all the instances of one class are instances of another." ;
    rdfs:domain rdfs:Class ;
    rdfs:range rdfs:Class .

skos:broader a owl:ObjectProperty ;
    rdfs:label "broader" .

skos:changeNote a owl:DatatypeProperty ;
    rdfs:label "change note" .

skos:definition a owl:DatatypeProperty ;
    rdfs:label "definition" .

skos:editorialNote a owl:DatatypeProperty ;
    rdfs:label "editorial note" .

skos:example a owl:DatatypeProperty ;
    rdfs:label "example" .

skos:historyNote a owl:DatatypeProperty ;
    rdfs:label "history note" .

skos:member a owl:ObjectProperty ;
    rdfs:label "member" .

skos:narrower a owl:ObjectProperty ;
    rdfs:label "narrower" .

skos:note a owl:DatatypeProperty ;
    rdfs:label "note" .

skos:related a owl:ObjectProperty ;
    rdfs:label "related" .

skos:scopeNote a owl:DatatypeProperty ;
    rdfs:label "scope note" .

schema:contentUrl a owl:ObjectProperty ;
    rdfs:label "content" ;
    rdfs:comment "A URL location for a content store." ;
    rdfs:range rdfs:Resource .

schema:copyrightNotice a owl:DatatypeProperty ;
    rdfs:label "copyright notice" ;
    rdfs:range xsd:string .

schema:dateCreated a owl:DatatypeProperty ;
    rdfs:label "created date" ;
    rdfs:comment "The date the work was completed." ;
    rdfs:range xsd:dateTime .

schema:datePublished a owl:DatatypeProperty ;
    rdfs:label "published date" ;
    rdfs:comment "The date the work was published." ;
    rdfs:range xsd:dateTime .

schema:depth a owl:ObjectProperty ;
    rdfs:label "depth" ;
    rdfs:range schema:QuantitativeValue .

schema:description a owl:DatatypeProperty ;
    rdfs:label "description" ;
    rdfs:comment "A description of a work." ;
    rdfs:range xsd:string .

schema:height a owl:ObjectProperty ;
    rdfs:label "height" ;
    rdfs:range schema:QuantitativeValue .

schema:identifier a owl:DatatypeProperty ;
    rdfs:label "identifier" ;
    rdfs:comment "A GUID" ;
    rdfs:range xsd:string .

schema:image a owl:ObjectProperty ;
    rdfs:label "image" ;
    rdfs:comment "An image URL." ;
    rdfs:range rdfs:Resource .

schema:license a owl:DatatypeProperty ;
    rdfs:label "license" ;
    rdfs:range xsd:string .

schema:location a owl:DatatypeProperty ;
    rdfs:label "location" ;
    rdfs:comment "The location of the work." ;
    rdfs:range xsd:string .

schema:unitCode a owl:DatatypeProperty ;
    rdfs:label "unit code" ;
    rdfs:comment "The unit of measure." ;
    rdfs:range xsd:string .

schema:value a owl:DatatypeProperty ;
    rdfs:label "measure value" ;
    rdfs:comment "The value of the measure." ;
    rdfs:range xsd:decimal .

schema:width a owl:ObjectProperty ;
    rdfs:label "width" ;
    rdfs:range schema:QuantitativeValue .

cwva:ArtCriticism a owl:Class ;
    rdfs:label "Art criticism" ;
    rdfs:comment "The practice of analyzing, interpreting, and evaluating art." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_criticism> ;
    rdfs:subClassOf cwva:ArtHistory .

cwva:ArtExhibition a owl:Class ;
    rdfs:label "Art exhibition" ;
    rdfs:comment "A public display of artworks." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_exhibition> ;
    rdfs:subClassOf cwva:ArtworkCollection ;
    skos:altLabel "Art exhibit" .

cwva:ArtSeries a owl:Class ;
    rdfs:label "Art Series" ;
    rdfs:comment "A unified collection sharing a common theme." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://www.dictionary.com/browse/series> ;
    rdfs:subClassOf cwva:ArtworkCollection .

cwva:Composition a owl:Class ;
    rdfs:label "Composition" ;
    rdfs:comment "The arrangement of visual elements in an artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Composition_(visual_arts)> ;
    rdfs:subClassOf cwva:FormalAnalysis .

cwva:ComputerGraphics a owl:Class ;
    rdfs:label "Computer Graphics" ;
    rdfs:comment "Visual content created using computers." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Computer_graphics> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:DigitalLanguage a owl:Class ;
    rdfs:label "Digital language" ;
    rdfs:comment "Codes and symbols used in digital art creation." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Programming_language> ;
    rdfs:subClassOf cwva:Vocabulary .

cwva:DigitalPrintmaking a owl:Class ;
    rdfs:label "Digital Printmaking" ;
    rdfs:comment "Printmaking using digital technology." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Giclée> ;
    rdfs:subClassOf cwva:PrintmakingForm .

cwva:DigitalSculpture a owl:Class ;
    rdfs:label "Digital Sculpture" ;
    rdfs:comment "Using software to shape 3D models." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Digital_sculpting> ;
    rdfs:subClassOf cwva:SculptureForm .

cwva:FabricSupport a owl:Class ;
    rdfs:label "Fabric Support" ;
    rdfs:comment "Fabric used as a support for artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Canvas> ;
    rdfs:subClassOf cwva:Support .

cwva:GenerativeArt a owl:Class ;
    rdfs:label "Generative Art" ;
    rdfs:comment "Art created using autonomous systems or algorithms." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Generative_art> ;
    rdfs:subClassOf cwva:DigitalArtForm .

cwva:Ground a owl:Class ;
    rdfs:label "Ground" ;
    rdfs:comment "The foundational layer applied to a support before painting or drawing begins." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Ground_(art)> ;
    rdfs:subClassOf cwva:Surface .

cwva:Image a owl:Class ;
    rdfs:label "Image" ;
    rdfs:comment "A visual representation of something, such as a photograph, painting, or drawing." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Image> ;
    rdfs:subClassOf cwva:ArtMaterial .

cwva:InorganicPigment a owl:Class ;
    rdfs:label "Inorganic Pigment" ;
    rdfs:comment "Pigments from mineral sources or synthesized inorganic compounds." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pigment> ;
    rdfs:subClassOf cwva:Pigment .

cwva:JPG a owl:Class ;
    rdfs:label "JPG" ;
    rdfs:comment "A common file format for digital images." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/JPEG> ;
    rdfs:subClassOf cwva:Photograph .

cwva:KineticSculpture a owl:Class ;
    rdfs:label "Kinetic Sculpture" ;
    rdfs:comment "Sculpture with moving parts." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Kinetic_art> ;
    rdfs:subClassOf cwva:SculptureForm .

cwva:MineralPigment a owl:Class ;
    rdfs:label "Mineral Pigment" ;
    rdfs:comment "Natural earth pigments such as ochre, ultramarine, cadmium." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pigment> ;
    rdfs:subClassOf cwva:InorganicPigment .

cwva:MixedMediaForm a owl:Class ;
    rdfs:label "Mixed Media Form" ;
    rdfs:comment "Combines different artistic media and materials." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Mixed_media> ;
    rdfs:subClassOf cwva:VisualArtForm .

cwva:Panel a owl:Class ;
    rdfs:label "Panel" ;
    rdfs:comment "A rigid painting support, often wood or hardboard, providing a durable, warp-resistant surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Panel_painting> ;
    rdfs:subClassOf cwva:RigidSupport .

cwva:Pen a owl:Class ;
    rdfs:label "Pen" ;
    rdfs:comment "A tool for writing or drawing with ink." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pen> ;
    rdfs:subClassOf cwva:MarkMakingTool .

cwva:Perspective a owl:Class ;
    rdfs:label "Perspective" ;
    rdfs:comment "A technique to create the illusion of depth." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Perspective_(graphical)> ;
    rdfs:subClassOf cwva:FormalAnalysis .

cwva:Photograph a owl:Class ;
    rdfs:label "Photograph" ;
    rdfs:comment "An image created by light falling on a photosensitive surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Photograph> ;
    rdfs:subClassOf cwva:Image .

cwva:PrintingMaterial a owl:Class ;
    rdfs:label "Printing Material" ;
    rdfs:comment "Materials used in printmaking and 3D printing." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Printing> ;
    rdfs:subClassOf cwva:ArtMaterial .

cwva:SciArt a owl:Class ;
    rdfs:label "SciArt" ;
    rdfs:comment "Art blending artistic and scientific practices." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://www.emergingcreativesofscience.com/post/what-is-sciart> ;
    rdfs:subClassOf cwva:VisualArtForm .

cwva:StencilPrinting a owl:Class ;
    rdfs:label "Stencil Printing" ;
    rdfs:comment "Using stencils to apply ink." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Stencil> ;
    rdfs:subClassOf cwva:PrintmakingForm .

cwva:TechnologyEngineering a owl:Class ;
    rdfs:label "Technology and Engineering" ;
    rdfs:comment "Technology is the application of knowledge to solve problems, while engineering is the profession that uses scientific, mathematical, and empirical methods to design and build those technological solutions." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Engineering#:~:text=Engineering%20is%20the%20practice%20of%20using%20natural,design%20process%20to%20solve%20problems%20within%20technology%2C>,
        <https://en.wikipedia.org/wiki/Technology#:~:text=Technology%20is%20the%20application%20of%20conceptual%20knowledge,practical%20goals%2C%20especially%20in%20a%20reproducible%20way.> ;
    rdfs:subClassOf cwva:ContextualAnalysis .

cwva:TemperaBinder a owl:Class ;
    rdfs:label "Tempera Binder" ;
    rdfs:comment "Binders for tempera: egg yolk, casein." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Tempera> ;
    rdfs:subClassOf cwva:BindingAgent .

cwva:TemperaPainting a owl:Class ;
    rdfs:label "Tempera Painting" ;
    rdfs:comment "A painting medium using pigments bound with egg yolk or other emulsions." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Tempera> ;
    rdfs:subClassOf cwva:PaintingForm .

cwva:TensegrityApplication a owl:Class ;
    rdfs:label "Tensegrity Application" ;
    rdfs:comment "Applications of tensegrity structures are found in architecture, biochemistry, anatomy, robotics and art." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,portmanteau%20of%20%22tensional%20integrity%22.> ;
    rdfs:subClassOf cwva:ContextualAnalysis .

cwva:TensegrityArtPrinciple a owl:Class ;
    rdfs:label "Tensegrity Art Principle" ;
    rdfs:comment "Concepts in the artistic application of tensegrity structures." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,portmanteau%20of%20%22tensional%20integrity%22.> ;
    rdfs:subClassOf cwva:FormalAnalysis .

cwva:TensegrityPrinciple a owl:Class ;
    rdfs:label "Tensegrity Principle" ;
    rdfs:comment "A structural principle where isolated compression components (struts) are suspended within a continuous network of tension members (cables/tendons)." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,tendons)%20constrain%20the%20system%20spatially.> ;
    rdfs:subClassOf cwva:TechnologyEngineering .

cwva:TextureModifier a owl:Class ;
    rdfs:label "Texture Modifier" ;
    rdfs:comment "Substances that create texture effects in watercolor, such as granulation medium." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting> ;
    rdfs:subClassOf cwva:WatercolorAdditive .

cwva:Vocabulary a owl:Class ;
    rdfs:label "Vocabulary" ;
    rdfs:comment "The specialized terms used to discuss art." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Vocabulary> ;
    rdfs:subClassOf cwva:VisualArts .

cwva:WatercolorPaint a owl:Class ;
    rdfs:label "Watercolor Paint" ;
    rdfs:comment "Pigments in a water-soluble binder, typically gum arabic." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting> ;
    rdfs:subClassOf cwva:Paint .

the:Topic a owl:Class ;
    rdfs:label "Topic" ;
    rdfs:comment "Supports document outlining",
        "the main subject, theme, or area of focus of a discussion, text, artwork, or field of study." ;
    rdfs:subClassOf skos:OrderedCollection .

skos:inScheme a owl:ObjectProperty ;
    rdfs:label "inScheme" .

cwva:ArtHistory a owl:Class ;
    rdfs:label "Art history" ;
    rdfs:comment "The academic study of the development of art from its origins to the present day." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_history> ;
    rdfs:subClassOf cwva:ContextualAnalysis .

cwva:ArtMovement a owl:Class ;
    rdfs:label "Art movement" ;
    rdfs:comment "A tendency or style in art involving a group of artists with shared aims." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_movement> ;
    rdfs:subClassOf cwva:ArtHistory .

cwva:ArtistProfile a owl:Class ;
    rdfs:label "Artist's profile" ;
    rdfs:comment "A biographical summary and the artist's creative process preferences." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Artist_Profile> ;
    rdfs:subClassOf cwva:ArtsPersonRole .

cwva:Brush a owl:Class ;
    rdfs:label "Brush" ;
    rdfs:comment "A tool with bristles used for applying paint." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Paintbrush> ;
    rdfs:subClassOf cwva:MarkMakingTool .

cwva:Canvas a owl:Class ;
    rdfs:label "Canvas" ;
    rdfs:comment "A durable, woven fabric (usually cotton or linen) stretched over a wooden frame, serving as a sturdy, popular surface for painting." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Canvas> ;
    rdfs:subClassOf cwva:FabricSupport .

cwva:DigitalTool a owl:Class ;
    rdfs:label "Digital Tool" ;
    rdfs:comment "Digital devices used for creating art." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Digital_art> ;
    rdfs:subClassOf cwva:Tool .

cwva:DrawingMaterial a owl:Class ;
    rdfs:label "Drawing Material" ;
    rdfs:comment "Materials for drawings: pencils, charcoal, ink, pastels." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Drawing> ;
    rdfs:subClassOf cwva:PrimaryMaterial .

cwva:NFTMarket a owl:Class ;
    rdfs:label "NFTMarket" ;
    rdfs:comment "An online marketplace dedicated to the trading of non-fungible tokens." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Non-fungible_token> ;
    rdfs:subClassOf cwva:ArtMarket .

cwva:PaintingTechnique a owl:Class ;
    rdfs:label "Painting Technique" ;
    rdfs:comment "Techniques specific to painting." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Painting> ;
    rdfs:subClassOf cwva:Technique .

cwva:Pencil a owl:Class ;
    rdfs:label "Pencil" ;
    rdfs:comment "A drawing implement with a core of graphite or colored material." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pencil> ;
    rdfs:subClassOf cwva:MarkMakingTool .

cwva:PhotographyForm a owl:Class ;
    rdfs:label "Photography Form" ;
    rdfs:comment "Creating durable images by recording light." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Photography> ;
    rdfs:subClassOf cwva:VisualArtForm .

cwva:PlanographicPrinting a owl:Class ;
    rdfs:label "Planographic Printing" ;
    rdfs:comment "Image created on a flat surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Planographic_printing> ;
    rdfs:subClassOf cwva:PrintmakingForm .

cwva:PrintmakingTool a owl:Class ;
    rdfs:label "Printmaking Tool" ;
    rdfs:comment "Tools used in printmaking processes." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Printmaking> ;
    rdfs:subClassOf cwva:Tool .

cwva:ReliefPrinting a owl:Class ;
    rdfs:label "Relief Printing" ;
    rdfs:comment "The raised surface of the matrix is inked." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Relief_print> ;
    rdfs:subClassOf cwva:PrintmakingForm .

cwva:RigidSupport a owl:Class ;
    rdfs:label "Rigid Support" ;
    rdfs:comment "Rigid surfaces used as supports for artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Panel_painting> ;
    rdfs:subClassOf cwva:Support .

cwva:SculptureTerm a owl:Class ;
    rdfs:label "Sculpture Term" ;
    rdfs:comment "Terminology applied to the creation or appreciation of sculpture." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Sculpture> ;
    rdfs:subClassOf cwva:FormalAnalysis .

cwva:ShapingTool a owl:Class ;
    rdfs:label "Shaping Tool" ;
    rdfs:comment "Tools used to shape sculptural materials." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Sculpture> ;
    rdfs:subClassOf cwva:Tool .

cwva:SupportTool a owl:Class ;
    rdfs:label "Support Tool" ;
    rdfs:comment "Tools that support the artwork or artist during creation." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Easel> ;
    rdfs:subClassOf cwva:Tool .

cwva:TimeBasedArtForm a owl:Class ;
    rdfs:label "Time-Based Art Form" ;
    rdfs:comment "Art forms that unfold over time." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Time-based_art> ;
    rdfs:subClassOf cwva:ArtForm .

cwva:WaterBasedBinder a owl:Class ;
    rdfs:label "Water-Based Binder" ;
    rdfs:comment "Water-soluble binders for watercolor, gouache, acrylic." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Binder_(material)> ;
    rdfs:subClassOf cwva:BindingAgent .

cwva:AcrylicAdditive a owl:Class ;
    rdfs:label "Acrylic Additive" ;
    rdfs:comment "Substances added to acrylic paint to modify its working properties, such as retarder medium, gel medium, molding paste, and pouring medium." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Acrylic_paint> ;
    rdfs:subClassOf cwva:Additive ;
    skos:altLabel "Acrylic Medium" .

cwva:ArtExpert a owl:Class ;
    rdfs:label "Art expert" ;
    rdfs:comment "An individual with authority in art history or practice." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Connoisseur> ;
    rdfs:subClassOf cwva:ArtsPersonRole .

cwva:ArtForm a owl:Class ;
    rdfs:label "Art Form" ;
    rdfs:comment "Category or channel of artistic expression. Replaces the ambiguous 'Medium' class." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/List_of_art_media> ;
    rdfs:subClassOf cwva:ArtRealization ;
    skos:altLabel "Art Category",
        "Art Media (broad sense)" .

cwva:ArtMarket a owl:Class ;
    rdfs:label "Art market" ;
    rdfs:comment "The economic system surrounding the buying and selling of artworks." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_market> ;
    rdfs:subClassOf cwva:Art .

cwva:ArtRealization a owl:Class ;
    rdfs:label "Art Realization" ;
    rdfs:comment "Through a creative process manifesting an idea in a visual form." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art> ;
    rdfs:subClassOf cwva:VisualArts .

cwva:ArtTypes a owl:Class ;
    rdfs:label "Art types" ;
    rdfs:comment "A specific category or form of artistic expression." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/The_arts> ;
    rdfs:subClassOf cwva:VisualAnalysis .

cwva:FinishingProcess a owl:Class ;
    rdfs:label "Finishing Process" ;
    rdfs:comment "Final steps to complete and protect artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_methodology> ;
    rdfs:subClassOf cwva:Process .

cwva:MarkMakingTool a owl:Class ;
    rdfs:label "Mark-Making Tool" ;
    rdfs:comment "Tools used to make marks on a surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Drawing> ;
    rdfs:subClassOf cwva:Tool .

cwva:PaintingMaterial a owl:Class ;
    rdfs:label "Painting Material" ;
    rdfs:comment "Substances used in painting: pigments, binders, solvents." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/List_of_art_media> ;
    rdfs:subClassOf cwva:PrimaryMaterial .

cwva:Pigment a owl:Class ;
    rdfs:label "Pigment" ;
    rdfs:comment "Finely ground powder giving paint its color." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Pigment> ;
    rdfs:subClassOf cwva:PaintingMaterial .

cwva:PreservationProcess a owl:Class ;
    rdfs:label "Preservation Process" ;
    rdfs:comment "Processes for preserving and conserving artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_conservation_and_restoration> ;
    rdfs:subClassOf cwva:Process .

cwva:PrimaryMaterial a owl:Class ;
    rdfs:label "Primary Material" ;
    rdfs:comment "The main substance that becomes or carries the visible artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_materials> ;
    rdfs:subClassOf cwva:ArtMaterial .

cwva:ProtectiveFinish a owl:Class ;
    rdfs:label "Protective Finish" ;
    rdfs:comment "Applied after artwork is complete to protect the surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Varnish> ;
    rdfs:subClassOf cwva:ArtMaterial .

cwva:Rendition a owl:Class ;
    rdfs:label "Rendition" ;
    rdfs:comment "An interpretation or representation of an artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Artist%27s_impression> ;
    rdfs:subClassOf cwva:CreativeWork .

cwva:Representational a owl:Class ;
    rdfs:label "Representational" ;
    rdfs:comment "Art that aims to depict recognizable objects or scenes." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Representation_(arts)> ;
    rdfs:subClassOf cwva:ArtTypes .

cwva:SculptureTechnique a owl:Class ;
    rdfs:label "Sculpture Technique" ;
    rdfs:comment "Techniques specific to sculpture." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Sculpture> ;
    rdfs:subClassOf cwva:Technique .

cwva:SpatialArtForm a owl:Class ;
    rdfs:label "Spatial Art Form" ;
    rdfs:comment "Art forms engaging with three-dimensional space." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Installation_art> ;
    rdfs:subClassOf cwva:ArtForm .

cwva:VisualArts a owl:Class ;
    rdfs:label "Visual Arts" ;
    rdfs:comment "Art forms that create works primarily intended to be visual in nature." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Visual_arts> ;
    rdfs:subClassOf cwva:Art .

cwva:WatercolorAdditive a owl:Class ;
    rdfs:label "Watercolor Additive" ;
    rdfs:comment "Substances added to watercolor paint to modify its working properties. What watercolorists call 'watercolor mediums' - including flow modifiers, texture modifiers, and masking agents." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting> ;
    rdfs:subClassOf cwva:Additive ;
    skos:altLabel "Watercolor Medium" .

cwva:WatercolorPaper a owl:Class ;
    rdfs:label "Watercolor Paper" ;
    rdfs:comment "Paper specifically designed for watercolor painting, available in different textures (hot-pressed, cold-pressed, rough) and weights." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting#Paper> ;
    rdfs:subClassOf cwva:PaperSupport ;
    skos:altLabel "Watercolor Media" ;
    skos:scopeNote "When watercolorists say 'watercolor media,' they typically mean paper types - not the paint itself." .

cwva:Additive a owl:Class ;
    rdfs:label "Additive" ;
    rdfs:comment "Substances mixed with paint or other materials to modify their properties such as flow, texture, drying time, or transparency. THIS IS WHAT PRACTITIONERS OFTEN CALL 'MEDIUM' (e.g., 'glazing medium', 'granulation medium', 'Liquin')." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Paint#Additives> ;
    rdfs:subClassOf cwva:ArtMaterial ;
    skos:altLabel "Medium (practitioner sense)",
        "Painting Medium" ;
    skos:scopeNote "In oil painting, 'oil medium' refers to additives like Liquin or stand oil. In watercolor, 'watercolor medium' refers to additives like granulation medium or ox gall. This class disambiguates that usage from other meanings of 'medium'." .

cwva:ArtProduction a owl:Class ;
    rdfs:label "Art Production" ;
    rdfs:comment "All of the materials, processes, techniques, and factors involved in creating visual art." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Visual_arts> ;
    rdfs:subClassOf cwva:ArtRealization .

cwva:Artist a owl:Class ;
    rdfs:label "Artist in any art form" ;
    rdfs:comment "An individual who creates or practices any of the arts." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Artist> ;
    rdfs:subClassOf cwva:ArtsPersonRole .

cwva:ContextualAnalysis a owl:Class ;
    rdfs:label "contextual analysis" ;
    rdfs:comment "Evaluates a piece by examining the historical, cultural, social, and political circumstances surrounding its creation, rather than just its visual appearance." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://brandmentions.com/wiki/Contextual_Analysis#:~:text=Contextual%20analysis%20is%20employed%20in,essential%20for%20a%20comprehensive%20analysis.> ;
    rdfs:subClassOf cwva:VisualAnalysis ;
    skos:scopeNote "A principled home for vad:CulturalContext and vad:Iconography when the time comes." .

cwva:DryDrawingMaterial a owl:Class ;
    rdfs:label "Dry Drawing Material" ;
    rdfs:comment "Drawing materials not requiring a liquid vehicle." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Drawing> ;
    rdfs:subClassOf cwva:DrawingMaterial .

cwva:OilBinder a owl:Class ;
    rdfs:label "Oil Binder" ;
    rdfs:comment "Drying oils used as binders in oil paints." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Drying_oil> ;
    rdfs:subClassOf cwva:BindingAgent .

cwva:PreparationProcess a owl:Class ;
    rdfs:label "Preparation Process" ;
    rdfs:comment "Steps to prepare materials and surfaces before creating artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_methodology> ;
    rdfs:subClassOf cwva:Process .

cwva:Support a owl:Class ;
    rdfs:label "Support" ;
    rdfs:comment "The surface upon which artwork is created. Replaces Substrate." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Support_(art)> ;
    rdfs:subClassOf cwva:ArtMaterial ;
    skos:altLabel "Substrate" .

cwva:Surface a owl:Class ;
    rdfs:label "Surface" ;
    rdfs:comment "The outer layer or material on which an artwork is created, influencing texture and how media is applied." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://www.dictionary.com/browse/surface> ;
    rdfs:subClassOf cwva:Support .

cwva:VisualAnalysis a owl:Class ;
    rdfs:label "Visual Analysis" ;
    rdfs:comment "A foundational, structured method of interpreting art by closely observing and breaking down its visual elements—such as composition, color, line, texture, and light—to understand how they create meaning or communicate a message." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf> ;
    rdfs:subClassOf cwva:VisualArts .

cwva:ArtsPersonRole a owl:Class ;
    rdfs:label "Role of the person in the arts" ;
    rdfs:comment "Role as applied to the arts",
        "The various functions of individuals within the art world." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://www.dictionary.com/browse/role> ;
    rdfs:subClassOf cwva:Art .

cwva:BindingAgent a owl:Class ;
    rdfs:label "Binding Agent" ;
    rdfs:comment "Substance holding pigment particles together and adhering them to support." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Binder_(material)> ;
    rdfs:subClassOf cwva:ArtMaterial ;
    skos:altLabel "Binder",
        "Vehicle" .

cwva:CreationProcess a owl:Class ;
    rdfs:label "Creation Process" ;
    rdfs:comment "The main creative stages of producing artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_methodology> ;
    rdfs:subClassOf cwva:Process .

cwva:DrawingTechnique a owl:Class ;
    rdfs:label "Drawing Technique" ;
    rdfs:comment "Techniques specific to drawing." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Drawing> ;
    rdfs:subClassOf cwva:Technique .

cwva:IntaglioPrinting a owl:Class ;
    rdfs:label "Intaglio Printing" ;
    rdfs:comment "Image incised into surface, recessed areas hold ink." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Intaglio_(printmaking)> ;
    rdfs:subClassOf cwva:PrintmakingForm .

cwva:OilPaintingAdditive a owl:Class ;
    rdfs:label "Oil Painting Additive" ;
    rdfs:comment "Substances added to oil paint to modify its working properties. What oil painters call 'oil mediums' - including drying agents, flow modifiers, texture additives, and glazing mediums." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Oil_painting#Mediums_and_solvents> ;
    rdfs:subClassOf cwva:Additive ;
    skos:altLabel "Oil Medium" .

cwva:PrintmakingForm a owl:Class ;
    rdfs:label "Printmaking Form" ;
    rdfs:comment "Creating artworks by transferring an image from a matrix." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Printmaking> ;
    rdfs:subClassOf cwva:VisualArtForm .

cwva:SculpturalMaterial a owl:Class ;
    rdfs:label "Sculptural Material" ;
    rdfs:comment "Materials for sculptures: clay, stone, metal, wood, plastic." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Sculpture> ;
    rdfs:subClassOf cwva:PrimaryMaterial .

cwva:Technique a owl:Class ;
    rdfs:label "Technique" ;
    rdfs:comment "The specific methods, skills, and processes an artist employs to manipulate materials and create an artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/List_of_art_techniques> ;
    rdfs:subClassOf cwva:ArtProduction .

cwva:WatercolorTechnique a owl:Class ;
    rdfs:label "Watercolor Technique" ;
    rdfs:comment "Techniques specific to watercolor painting." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting> ;
    rdfs:subClassOf cwva:PaintingTechnique .

cwva:FormalAnalysis a owl:Class ;
    rdfs:label "formal analysis" ;
    rdfs:comment "The systematic study of an artwork's visual components—line, color, shape, texture, and composition to understand how they create meaning, mood, or structure." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Formalism_(art)> ;
    rdfs:subClassOf cwva:VisualAnalysis .

cwva:Process a owl:Class ;
    rdfs:label "Process" ;
    rdfs:comment "Stages and workflows involved in art production." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_methodology> ;
    rdfs:subClassOf cwva:ArtProduction .

cwva:School a owl:Class ;
    rdfs:label "School of Art" ;
    rdfs:comment "A group of artists who share similar styles or are associated by location or time." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Artist_collective> ;
    rdfs:subClassOf cwva:ArtMovement .

cwva:SculptureForm a owl:Class ;
    rdfs:label "Sculpture Form" ;
    rdfs:comment "Three-dimensional art created by shaping materials." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Sculpture> ;
    rdfs:subClassOf cwva:VisualArtForm .

cwva:ApplicationTechnique a owl:Class ;
    rdfs:label "Application Technique" ;
    rdfs:comment "Techniques for applying paint to a surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Painting> ;
    rdfs:subClassOf cwva:PaintingTechnique .

cwva:Art a owl:Class ;
    rdfs:label "Art" ;
    rdfs:comment "The expression or application of human creative skill and imagination." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Art> .

cwva:NFT a owl:Class ;
    rdfs:label "NFT" ;
    rdfs:comment "A unique digital asset representing ownership of content using blockchain." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Non-fungible_token> ;
    rdfs:subClassOf cwva:NFTMarket .

cwva:Paint a owl:Class ;
    rdfs:label "Paint" ;
    rdfs:comment "A mixture of pigments in a binder." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Paint> ;
    rdfs:subClassOf cwva:PaintingMaterial .

cwva:PaperSupport a owl:Class ;
    rdfs:label "Paper Support" ;
    rdfs:comment "Paper used as a support for artwork." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Paper> ;
    rdfs:subClassOf cwva:Support .

cwva:ArtMaterial a owl:Class ;
    rdfs:label "Art Material" ;
    rdfs:comment "Physical substances used to create art." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/?title=Art_materials> ;
    rdfs:subClassOf cwva:ArtProduction .

cwva:ArtPrinciples a owl:Class ;
    rdfs:label "Art principles" ;
    rdfs:comment "Guidelines for organizing art elements: balance, contrast, emphasis, etc." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Design_principles> ;
    rdfs:subClassOf cwva:FormalAnalysis .

cwva:Drawing a owl:Class ;
    rdfs:label "Drawing Form" ;
    rdfs:comment "A visual art form created by making marks on a surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Drawing> ;
    rdfs:subClassOf cwva:VisualArtForm .

cwva:Tool a owl:Class ;
    rdfs:label "Tool" ;
    rdfs:comment "Instruments used to apply or manipulate materials in art production." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Tool> ;
    rdfs:subClassOf cwva:ArtProduction .

cwva:VisualArtForm a owl:Class ;
    rdfs:label "Visual Art Form" ;
    rdfs:comment "The various disciplines within the visual arts." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Visual_arts> ;
    rdfs:subClassOf cwva:ArtForm .

cwva:ArtElements a owl:Class ;
    rdfs:label "Art elements" ;
    rdfs:comment "The fundamental visual components: line, shape, color, value, texture, form, space." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Elements_of_art> ;
    rdfs:subClassOf cwva:FormalAnalysis .

cwva:ArtworkCollection a owl:Class ;
    rdfs:label "Artwork collection" ;
    rdfs:comment "A gathered body of art." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://www.britannica.com/art/art-collection> ;
    rdfs:subClassOf cwva:Art .

cwva:PaintingForm a owl:Class ;
    rdfs:label "Painting Form" ;
    rdfs:comment "The art of applying paint to a surface." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Painting> ;
    rdfs:subClassOf cwva:VisualArtForm .

cwva:VisualArtist a owl:Class ;
    rdfs:label "Artist of the visual arts" ;
    rdfs:comment "An individual who creates visual art." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Visual_arts> ;
    rdfs:subClassOf cwva:Artist ;
    skos:altLabel "Visual Artist" .

cwva:DigitalArtForm a owl:Class ;
    rdfs:label "Digital Art Form" ;
    rdfs:comment "Art created using digital technology." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Digital_art> ;
    rdfs:subClassOf cwva:VisualArtForm .

the:Entity a owl:Class ;
    rdfs:label "Entity" ;
    rdfs:comment "a thing with distinct and independent existence." ;
    rdfs:subClassOf skos:Concept .

cwva:CreativeWork a owl:Class ;
    rdfs:label "Creative work" ;
    rdfs:comment "Any finished original artistic or intellectual creation in the visual arts." ;
    rdfs:isDefinedBy cwva: ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Creative_work> ;
    rdfs:subClassOf cwva:ArtRealization .

cwva: a owl:Ontology ;
    rdfs:label "Information model for the Visual Arts" ;
    dce:contributor <http://visualartsdna.org> ;
    dce:creator <http://visualartsdna.org> ;
    dce:date "2026-02-17"^^xsd:date ;
    dce:description "CWVA organizes the visual arts creative process into an information model. Version 4.0.0 integrates the Art Production Ontology (APO) to disambiguate medium/media terminology." ;
    dce:publisher <http://visualartsdna.org> ;
    dce:rights <http://visualartsdna.org/copyright> ;
    dce:title "Information Model for the Visual Arts" ;
    dc:contributor <http://visualartsdna.org> ;
    dc:creator <http://visualartsdna.org> ;
    dc:date "2026-02-17"^^xsd:date ;
    dc:description "CWVA organizes the visual arts creative process into an information model. Version 4.0.0 integrates the Art Production Ontology (APO) to disambiguate medium/media terminology. Visit visualartsdna.org for more information." ;
    dc:issued "2021-07-16"^^xsd:date ;
    dc:license <http://creativecommons.org/licenses/by/4.0> ;
    dc:modified "2026-02-17"^^xsd:date ;
    dc:publisher <http://visualartsdna.org> ;
    dc:rights <http://visualartsdna.org/copyright> ;
    dc:title "Information Model for the Visual Arts" ;
    rdfs:comment "A proposed creative-process domain ontology for the visual arts. V4.0.0 merges APO to disambiguate 'medium' and 'media' terminology." ;
    rdfs:seeAlso <http://visualartsdna.org> ;
    owl:incompatibleWith <http://visualartsdna.org/2021/07/16/model#> ;
    owl:versionIRI cwva:4.0 ;
    owl:versionInfo "4.0.0" ;
    schema:version "4.0.0" .

