Jump to:
IRI: http://visualartsdna.org/model/Printing3d
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Printing3d">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/3D_printing"/>
<rdfs:comment>An additive manufacturing process building objects layer by layer.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>3D Printing</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Printing3d",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An additive manufacturing process building objects layer by layer."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "3D Printing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/3D_printing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/Printing3d> <http://www.w3.org/2000/01/rdf-schema#label> "3D Printing" .
<http://visualartsdna.org/model/Printing3d> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/Printing3d> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Printing3d> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/3D_printing> .
<http://visualartsdna.org/model/Printing3d> <http://www.w3.org/2000/01/rdf-schema#comment> "An additive manufacturing process building objects layer by layer." .
<http://visualartsdna.org/model/Printing3d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/Abstract
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Abstract">
<rdfs:label>Abstract</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Art that does not attempt to represent external reality.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtTypes"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Abstract_art"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Abstract",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art that does not attempt to represent external reality."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Abstract"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Abstract_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtTypes"
}
]
}
]<http://visualartsdna.org/model/Abstract> <http://www.w3.org/2000/01/rdf-schema#label> "Abstract" .
<http://visualartsdna.org/model/Abstract> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtTypes> .
<http://visualartsdna.org/model/Abstract> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Abstract> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Abstract_art> .
<http://visualartsdna.org/model/Abstract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Abstract> <http://www.w3.org/2000/01/rdf-schema#comment> "Art that does not attempt to represent external reality." .
IRI: http://visualartsdna.org/model/AcrylicAdditive
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/AcrylicAdditive">
<rdfs:comment>Substances added to acrylic paint to modify its working properties, such as retarder medium, gel medium, molding paste, and pouring medium.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Acrylic_paint"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Additive"/>
<rdfs:label>Acrylic Additive</rdfs:label>
<skos:altLabel>Acrylic Medium</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/AcrylicAdditive",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substances added to acrylic paint to modify its working properties, such as retarder medium, gel medium, molding paste, and pouring medium."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Acrylic Additive"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Acrylic_paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Additive"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Acrylic Medium"
}
]
}
]<http://visualartsdna.org/model/AcrylicAdditive> <http://www.w3.org/2000/01/rdf-schema#comment> "Substances added to acrylic paint to modify its working properties, such as retarder medium, gel medium, molding paste, and pouring medium." .
<http://visualartsdna.org/model/AcrylicAdditive> <http://www.w3.org/2004/02/skos/core#altLabel> "Acrylic Medium" .
<http://visualartsdna.org/model/AcrylicAdditive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/AcrylicAdditive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/AcrylicAdditive> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Additive> .
<http://visualartsdna.org/model/AcrylicAdditive> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Acrylic_paint> .
<http://visualartsdna.org/model/AcrylicAdditive> <http://www.w3.org/2000/01/rdf-schema#label> "Acrylic Additive" .
IRI: http://visualartsdna.org/model/AcrylicPainting
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/AcrylicPainting">
<rdfs:comment>A synthetic paint medium with acrylic polymer emulsion.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingForm"/>
<rdfs:label>Acrylic Painting</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Acrylic_paint"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/AcrylicPainting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A synthetic paint medium with acrylic polymer emulsion."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Acrylic Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Acrylic_paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingForm"
}
]
}
]<http://visualartsdna.org/model/AcrylicPainting> <http://www.w3.org/2000/01/rdf-schema#label> "Acrylic Painting" .
<http://visualartsdna.org/model/AcrylicPainting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/AcrylicPainting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Acrylic_paint> .
<http://visualartsdna.org/model/AcrylicPainting> <http://www.w3.org/2000/01/rdf-schema#comment> "A synthetic paint medium with acrylic polymer emulsion." .
<http://visualartsdna.org/model/AcrylicPainting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/AcrylicPainting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingForm> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/AcrylicPolymerEmulsion">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Acrylic_paint"/>
<rdfs:comment>Binder used in acrylic paints.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Acrylic Polymer Emulsion</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WaterBasedBinder"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/AcrylicPolymerEmulsion",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Binder used in acrylic paints."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Acrylic Polymer Emulsion"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Acrylic_paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WaterBasedBinder"
}
]
}
]<http://visualartsdna.org/model/AcrylicPolymerEmulsion> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Acrylic_paint> .
<http://visualartsdna.org/model/AcrylicPolymerEmulsion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WaterBasedBinder> .
<http://visualartsdna.org/model/AcrylicPolymerEmulsion> <http://www.w3.org/2000/01/rdf-schema#comment> "Binder used in acrylic paints." .
<http://visualartsdna.org/model/AcrylicPolymerEmulsion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/AcrylicPolymerEmulsion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/AcrylicPolymerEmulsion> <http://www.w3.org/2000/01/rdf-schema#label> "Acrylic Polymer Emulsion" .
IRI: http://visualartsdna.org/model/Additive
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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'." .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Additive">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Paint#Additives"/>
<rdfs:label>Additive</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMaterial"/>
<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:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<skos:altLabel>Medium (practitioner sense)</skos:altLabel>
<skos:altLabel>Painting Medium</skos:altLabel>
<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'.</skos:scopeNote>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Additive",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "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')."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Additive"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Paint#Additives"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMaterial"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Medium (practitioner sense)"
},
{
"@value": "Painting Medium"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@value": "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'."
}
]
}
]<http://visualartsdna.org/model/Additive> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Paint#Additives> .
<http://visualartsdna.org/model/Additive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Additive> <http://www.w3.org/2000/01/rdf-schema#label> "Additive" .
<http://visualartsdna.org/model/Additive> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMaterial> .
<http://visualartsdna.org/model/Additive> <http://www.w3.org/2004/02/skos/core#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'." .
<http://visualartsdna.org/model/Additive> <http://www.w3.org/2000/01/rdf-schema#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')." .
<http://visualartsdna.org/model/Additive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Additive> <http://www.w3.org/2004/02/skos/core#altLabel> "Painting Medium" .
<http://visualartsdna.org/model/Additive> <http://www.w3.org/2004/02/skos/core#altLabel> "Medium (practitioner sense)" .
IRI: http://visualartsdna.org/model/Aesthetics
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Aesthetics">
<rdfs:comment>The branch of philosophy concerned with the nature and appreciation of beauty, art, and taste.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Aesthetics"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Art"/>
<rdfs:label>Aesthetics</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Aesthetics",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The branch of philosophy concerned with the nature and appreciation of beauty, art, and taste."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Aesthetics"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Aesthetics"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Art"
}
]
}
]<http://visualartsdna.org/model/Aesthetics> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Aesthetics> .
<http://visualartsdna.org/model/Aesthetics> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Aesthetics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Art> .
<http://visualartsdna.org/model/Aesthetics> <http://www.w3.org/2000/01/rdf-schema#comment> "The branch of philosophy concerned with the nature and appreciation of beauty, art, and taste." .
<http://visualartsdna.org/model/Aesthetics> <http://www.w3.org/2000/01/rdf-schema#label> "Aesthetics" .
<http://visualartsdna.org/model/Aesthetics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/thesaurus/AI
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/AI">
<rdfs:comment>The result of an interaction with an AI platform typically for interpretation of a work.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>AI</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/AI",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The result of an interaction with an AI platform typically for interpretation of a work."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "AI"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/AI> <http://www.w3.org/2000/01/rdf-schema#comment> "The result of an interaction with an AI platform typically for interpretation of a work." .
<http://visualartsdna.org/thesaurus/AI> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/AI> <http://www.w3.org/2000/01/rdf-schema#label> "AI" .
<http://visualartsdna.org/thesaurus/AI> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/AIAssistedArt">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:comment>Art created with AI assistance.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Artificial_intelligence_art"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>AI-Assisted Art</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/AIAssistedArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art created with AI assistance."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "AI-Assisted Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Artificial_intelligence_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/AIAssistedArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/AIAssistedArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/AIAssistedArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/AIAssistedArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Art created with AI assistance." .
<http://visualartsdna.org/model/AIAssistedArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Artificial_intelligence_art> .
<http://visualartsdna.org/model/AIAssistedArt> <http://www.w3.org/2000/01/rdf-schema#label> "AI-Assisted Art" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Airbrush">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Airbrush"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Airbrush</rdfs:label>
<rdfs:comment>A tool that sprays paint using compressed air.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Tool"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Airbrush",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A tool that sprays paint using compressed air."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Airbrush"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Airbrush"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Tool"
}
]
}
]<http://visualartsdna.org/model/Airbrush> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Airbrush> .
<http://visualartsdna.org/model/Airbrush> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Airbrush> <http://www.w3.org/2000/01/rdf-schema#label> "Airbrush" .
<http://visualartsdna.org/model/Airbrush> <http://www.w3.org/2000/01/rdf-schema#comment> "A tool that sprays paint using compressed air." .
<http://visualartsdna.org/model/Airbrush> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Airbrush> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Tool> .
IRI: http://visualartsdna.org/model/AnalogPhotography
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/AnalogPhotography">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Film_photography"/>
<rdfs:comment>Photography using film and chemical processes.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Analog Photography</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PhotographyForm"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/AnalogPhotography",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Photography using film and chemical processes."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Analog Photography"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Film_photography"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PhotographyForm"
}
]
}
]<http://visualartsdna.org/model/AnalogPhotography> <http://www.w3.org/2000/01/rdf-schema#comment> "Photography using film and chemical processes." .
<http://visualartsdna.org/model/AnalogPhotography> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/AnalogPhotography> <http://www.w3.org/2000/01/rdf-schema#label> "Analog Photography" .
<http://visualartsdna.org/model/AnalogPhotography> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PhotographyForm> .
<http://visualartsdna.org/model/AnalogPhotography> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/AnalogPhotography> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Film_photography> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
owl:AnnotationProperty a owl:Class ;
rdfs:label "Annotation Property" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#AnnotationProperty">
<rdfs:label>Annotation Property</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#AnnotationProperty",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Annotation Property"
}
]
}
]<http://www.w3.org/2002/07/owl#AnnotationProperty> <http://www.w3.org/2000/01/rdf-schema#label> "Annotation Property" .
<http://www.w3.org/2002/07/owl#AnnotationProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/ApplicationTechnique
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ApplicationTechnique">
<rdfs:label>Application Technique</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Techniques for applying paint to a surface.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingTechnique"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Painting"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ApplicationTechnique",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Techniques for applying paint to a surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Application Technique"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingTechnique"
}
]
}
]<http://visualartsdna.org/model/ApplicationTechnique> <http://www.w3.org/2000/01/rdf-schema#label> "Application Technique" .
<http://visualartsdna.org/model/ApplicationTechnique> <http://www.w3.org/2000/01/rdf-schema#comment> "Techniques for applying paint to a surface." .
<http://visualartsdna.org/model/ApplicationTechnique> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingTechnique> .
<http://visualartsdna.org/model/ApplicationTechnique> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ApplicationTechnique> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ApplicationTechnique> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Painting> .
IRI: http://visualartsdna.org/model/ApplyingGesso
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ApplyingGesso">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PreparationProcess"/>
<rdfs:label>Applying Gesso</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Gesso"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The process of applying gesso primer to a surface.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ApplyingGesso",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The process of applying gesso primer to a surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Applying Gesso"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Gesso"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PreparationProcess"
}
]
}
]<http://visualartsdna.org/model/ApplyingGesso> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ApplyingGesso> <http://www.w3.org/2000/01/rdf-schema#comment> "The process of applying gesso primer to a surface." .
<http://visualartsdna.org/model/ApplyingGesso> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PreparationProcess> .
<http://visualartsdna.org/model/ApplyingGesso> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ApplyingGesso> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Gesso> .
<http://visualartsdna.org/model/ApplyingGesso> <http://www.w3.org/2000/01/rdf-schema#label> "Applying Gesso" .
IRI: http://visualartsdna.org/model/Aquatint
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Aquatint">
<rdfs:label>Aquatint</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/IntaglioPrinting"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Aquatint"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Intaglio technique using acid-resistant resin particles.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Aquatint",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Intaglio technique using acid-resistant resin particles."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Aquatint"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Aquatint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/IntaglioPrinting"
}
]
}
]<http://visualartsdna.org/model/Aquatint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/IntaglioPrinting> .
<http://visualartsdna.org/model/Aquatint> <http://www.w3.org/2000/01/rdf-schema#label> "Aquatint" .
<http://visualartsdna.org/model/Aquatint> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Aquatint> .
<http://visualartsdna.org/model/Aquatint> <http://www.w3.org/2000/01/rdf-schema#comment> "Intaglio technique using acid-resistant resin particles." .
<http://visualartsdna.org/model/Aquatint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Aquatint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/Art
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Art">
<rdfs:label>Art</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The expression or application of human creative skill and imagination.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Art",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The expression or application of human creative skill and imagination."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art"
}
]
}
]<http://visualartsdna.org/model/Art> <http://www.w3.org/2000/01/rdf-schema#comment> "The expression or application of human creative skill and imagination." .
<http://visualartsdna.org/model/Art> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Art> <http://www.w3.org/2000/01/rdf-schema#label> "Art" .
<http://visualartsdna.org/model/Art> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Art> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtAgent">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_agent"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A professional representing artists.</rdfs:comment>
<rdfs:label>Art agent</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtsPersonRole"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtAgent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A professional representing artists."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtsPersonRole"
}
]
}
]<http://visualartsdna.org/model/ArtAgent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtAgent> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_agent> .
<http://visualartsdna.org/model/ArtAgent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtAgent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtsPersonRole> .
<http://visualartsdna.org/model/ArtAgent> <http://www.w3.org/2000/01/rdf-schema#comment> "A professional representing artists." .
<http://visualartsdna.org/model/ArtAgent> <http://www.w3.org/2000/01/rdf-schema#label> "Art agent" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtCollector">
<rdfs:comment>An individual who acquires artworks.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtsPersonRole"/>
<rdfs:label>Art collector</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Private_collection"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtCollector",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An individual who acquires artworks."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art collector"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Private_collection"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtsPersonRole"
}
]
}
]<http://visualartsdna.org/model/ArtCollector> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtCollector> <http://www.w3.org/2000/01/rdf-schema#label> "Art collector" .
<http://visualartsdna.org/model/ArtCollector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtCollector> <http://www.w3.org/2000/01/rdf-schema#comment> "An individual who acquires artworks." .
<http://visualartsdna.org/model/ArtCollector> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Private_collection> .
<http://visualartsdna.org/model/ArtCollector> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtsPersonRole> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtCritic">
<rdfs:comment>A person who analyzes and evaluates art.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtExpert"/>
<rdfs:label>Art critic</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_critic"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtCritic",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A person who analyzes and evaluates art."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art critic"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_critic"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtExpert"
}
]
}
]<http://visualartsdna.org/model/ArtCritic> <http://www.w3.org/2000/01/rdf-schema#comment> "A person who analyzes and evaluates art." .
<http://visualartsdna.org/model/ArtCritic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtCritic> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtCritic> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_critic> .
<http://visualartsdna.org/model/ArtCritic> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtExpert> .
<http://visualartsdna.org/model/ArtCritic> <http://www.w3.org/2000/01/rdf-schema#label> "Art critic" .
IRI: http://visualartsdna.org/model/ArtCriticism
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtCriticism">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtHistory"/>
<rdfs:label>Art criticism</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The practice of analyzing, interpreting, and evaluating art.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_criticism"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtCriticism",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The practice of analyzing, interpreting, and evaluating art."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art criticism"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_criticism"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtHistory"
}
]
}
]<http://visualartsdna.org/model/ArtCriticism> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtCriticism> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtHistory> .
<http://visualartsdna.org/model/ArtCriticism> <http://www.w3.org/2000/01/rdf-schema#label> "Art criticism" .
<http://visualartsdna.org/model/ArtCriticism> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtCriticism> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_criticism> .
<http://visualartsdna.org/model/ArtCriticism> <http://www.w3.org/2000/01/rdf-schema#comment> "The practice of analyzing, interpreting, and evaluating art." .
IRI: http://visualartsdna.org/model/ArtElements
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtElements">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Art elements</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Elements_of_art"/>
<rdfs:comment>The fundamental visual components: line, shape, color, value, texture, form, space.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/FormalAnalysis"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtElements",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The fundamental visual components: line, shape, color, value, texture, form, space."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art elements"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Elements_of_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/FormalAnalysis"
}
]
}
]<http://visualartsdna.org/model/ArtElements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtElements> <http://www.w3.org/2000/01/rdf-schema#comment> "The fundamental visual components: line, shape, color, value, texture, form, space." .
<http://visualartsdna.org/model/ArtElements> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtElements> <http://www.w3.org/2000/01/rdf-schema#label> "Art elements" .
<http://visualartsdna.org/model/ArtElements> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/FormalAnalysis> .
<http://visualartsdna.org/model/ArtElements> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Elements_of_art> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtExhibition">
<rdfs:label>Art exhibition</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtworkCollection"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A public display of artworks.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_exhibition"/>
<skos:altLabel>Art exhibit</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtExhibition",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A public display of artworks."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art exhibition"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_exhibition"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtworkCollection"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Art exhibit"
}
]
}
]<http://visualartsdna.org/model/ArtExhibition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtworkCollection> .
<http://visualartsdna.org/model/ArtExhibition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtExhibition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtExhibition> <http://www.w3.org/2000/01/rdf-schema#comment> "A public display of artworks." .
<http://visualartsdna.org/model/ArtExhibition> <http://www.w3.org/2004/02/skos/core#altLabel> "Art exhibit" .
<http://visualartsdna.org/model/ArtExhibition> <http://www.w3.org/2000/01/rdf-schema#label> "Art exhibition" .
<http://visualartsdna.org/model/ArtExhibition> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_exhibition> .
IRI: http://visualartsdna.org/model/ArtExpert
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtExpert">
<rdfs:comment>An individual with authority in art history or practice.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtsPersonRole"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Connoisseur"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Art expert</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtExpert",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An individual with authority in art history or practice."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art expert"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Connoisseur"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtsPersonRole"
}
]
}
]<http://visualartsdna.org/model/ArtExpert> <http://www.w3.org/2000/01/rdf-schema#comment> "An individual with authority in art history or practice." .
<http://visualartsdna.org/model/ArtExpert> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtExpert> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtsPersonRole> .
<http://visualartsdna.org/model/ArtExpert> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtExpert> <http://www.w3.org/2000/01/rdf-schema#label> "Art expert" .
<http://visualartsdna.org/model/ArtExpert> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Connoisseur> .
IRI: http://visualartsdna.org/model/ArtForm
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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)" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtForm">
<rdfs:comment>Category or channel of artistic expression. Replaces the ambiguous 'Medium' class.</rdfs:comment>
<rdfs:label>Art Form</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtRealization"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/List_of_art_media"/>
<skos:altLabel>Art Media (broad sense)</skos:altLabel>
<skos:altLabel>Art Category</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Category or channel of artistic expression. Replaces the ambiguous 'Medium' class."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/List_of_art_media"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtRealization"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Art Media (broad sense)"
},
{
"@value": "Art Category"
}
]
}
]<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2000/01/rdf-schema#comment> "Category or channel of artistic expression. Replaces the ambiguous 'Medium' class." .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2000/01/rdf-schema#label> "Art Form" .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtRealization> .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2004/02/skos/core#altLabel> "Art Category" .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/List_of_art_media> .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2004/02/skos/core#altLabel> "Art Media (broad sense)" .
IRI: http://visualartsdna.org/model/ArtGallery
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtGallery">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMarket"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_gallery"/>
<rdfs:comment>A commercial space where artworks are exhibited and offered for sale.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Art gallery</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtGallery",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A commercial space where artworks are exhibited and offered for sale."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art gallery"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_gallery"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMarket"
}
]
}
]<http://visualartsdna.org/model/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_gallery> .
<http://visualartsdna.org/model/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMarket> .
<http://visualartsdna.org/model/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#comment> "A commercial space where artworks are exhibited and offered for sale." .
<http://visualartsdna.org/model/ArtGallery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtGallery> <http://www.w3.org/2000/01/rdf-schema#label> "Art gallery" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtHistorian">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtExpert"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_history"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A scholar who studies art history.</rdfs:comment>
<rdfs:label>Art historian</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtHistorian",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A scholar who studies art history."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art historian"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_history"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtExpert"
}
]
}
]<http://visualartsdna.org/model/ArtHistorian> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtHistorian> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholar who studies art history." .
<http://visualartsdna.org/model/ArtHistorian> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtExpert> .
<http://visualartsdna.org/model/ArtHistorian> <http://www.w3.org/2000/01/rdf-schema#label> "Art historian" .
<http://visualartsdna.org/model/ArtHistorian> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_history> .
<http://visualartsdna.org/model/ArtHistorian> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/ArtHistory
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtHistory">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_history"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ContextualAnalysis"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The academic study of the development of art from its origins to the present day.</rdfs:comment>
<rdfs:label>Art history</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtHistory",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The academic study of the development of art from its origins to the present day."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art history"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_history"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ContextualAnalysis"
}
]
}
]<http://visualartsdna.org/model/ArtHistory> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ContextualAnalysis> .
<http://visualartsdna.org/model/ArtHistory> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_history> .
<http://visualartsdna.org/model/ArtHistory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtHistory> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtHistory> <http://www.w3.org/2000/01/rdf-schema#comment> "The academic study of the development of art from its origins to the present day." .
<http://visualartsdna.org/model/ArtHistory> <http://www.w3.org/2000/01/rdf-schema#label> "Art history" .
IRI: http://visualartsdna.org/model/ArtMarket
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtMarket">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_market"/>
<rdfs:label>Art market</rdfs:label>
<rdfs:comment>The economic system surrounding the buying and selling of artworks.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Art"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtMarket",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The economic system surrounding the buying and selling of artworks."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art market"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_market"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Art"
}
]
}
]<http://visualartsdna.org/model/ArtMarket> <http://www.w3.org/2000/01/rdf-schema#label> "Art market" .
<http://visualartsdna.org/model/ArtMarket> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtMarket> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_market> .
<http://visualartsdna.org/model/ArtMarket> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtMarket> <http://www.w3.org/2000/01/rdf-schema#comment> "The economic system surrounding the buying and selling of artworks." .
<http://visualartsdna.org/model/ArtMarket> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Art> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtMaterial">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/?title=Art_materials"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Physical substances used to create art.</rdfs:comment>
<rdfs:label>Art Material</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtProduction"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Physical substances used to create art."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/?title=Art_materials"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtProduction"
}
]
}
]<http://visualartsdna.org/model/ArtMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/?title=Art_materials> .
<http://visualartsdna.org/model/ArtMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Physical substances used to create art." .
<http://visualartsdna.org/model/ArtMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Art Material" .
<http://visualartsdna.org/model/ArtMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtProduction> .
IRI: http://visualartsdna.org/model/ArtMovement
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtMovement">
<rdfs:label>Art movement</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A tendency or style in art involving a group of artists with shared aims.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtHistory"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_movement"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtMovement",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A tendency or style in art involving a group of artists with shared aims."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art movement"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_movement"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtHistory"
}
]
}
]<http://visualartsdna.org/model/ArtMovement> <http://www.w3.org/2000/01/rdf-schema#comment> "A tendency or style in art involving a group of artists with shared aims." .
<http://visualartsdna.org/model/ArtMovement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtHistory> .
<http://visualartsdna.org/model/ArtMovement> <http://www.w3.org/2000/01/rdf-schema#label> "Art movement" .
<http://visualartsdna.org/model/ArtMovement> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_movement> .
<http://visualartsdna.org/model/ArtMovement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtMovement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/ArtPrinciples
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtPrinciples">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/FormalAnalysis"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Design_principles"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Guidelines for organizing art elements: balance, contrast, emphasis, etc.</rdfs:comment>
<rdfs:label>Art principles</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtPrinciples",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Guidelines for organizing art elements: balance, contrast, emphasis, etc."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art principles"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Design_principles"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/FormalAnalysis"
}
]
}
]<http://visualartsdna.org/model/ArtPrinciples> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtPrinciples> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/FormalAnalysis> .
<http://visualartsdna.org/model/ArtPrinciples> <http://www.w3.org/2000/01/rdf-schema#comment> "Guidelines for organizing art elements: balance, contrast, emphasis, etc." .
<http://visualartsdna.org/model/ArtPrinciples> <http://www.w3.org/2000/01/rdf-schema#label> "Art principles" .
<http://visualartsdna.org/model/ArtPrinciples> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Design_principles> .
<http://visualartsdna.org/model/ArtPrinciples> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/ArtProduction
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtProduction">
<rdfs:label>Art Production</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Visual_arts"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>All of the materials, processes, techniques, and factors involved in creating visual art.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtRealization"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtProduction",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "All of the materials, processes, techniques, and factors involved in creating visual art."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art Production"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Visual_arts"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtRealization"
}
]
}
]<http://visualartsdna.org/model/ArtProduction> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Visual_arts> .
<http://visualartsdna.org/model/ArtProduction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtProduction> <http://www.w3.org/2000/01/rdf-schema#label> "Art Production" .
<http://visualartsdna.org/model/ArtProduction> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtProduction> <http://www.w3.org/2000/01/rdf-schema#comment> "All of the materials, processes, techniques, and factors involved in creating visual art." .
<http://visualartsdna.org/model/ArtProduction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtRealization> .
IRI: http://visualartsdna.org/model/ArtRealization
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtRealization">
<rdfs:label>Art Realization</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArts"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art"/>
<rdfs:comment>Through a creative process manifesting an idea in a visual form.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtRealization",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Through a creative process manifesting an idea in a visual form."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art Realization"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArts"
}
]
}
]<http://visualartsdna.org/model/ArtRealization> <http://www.w3.org/2000/01/rdf-schema#label> "Art Realization" .
<http://visualartsdna.org/model/ArtRealization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtRealization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArts> .
<http://visualartsdna.org/model/ArtRealization> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtRealization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art> .
<http://visualartsdna.org/model/ArtRealization> <http://www.w3.org/2000/01/rdf-schema#comment> "Through a creative process manifesting an idea in a visual form." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cwva:ArtSeries rdfs:subClassOf cwva:ArtworkCollection .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtSeries">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtworkCollection"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtSeries",
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtworkCollection"
}
]
}
]<http://visualartsdna.org/model/ArtSeries> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtworkCollection> .
IRI: http://visualartsdna.org/model/ArtTypes
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtTypes">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/The_arts"/>
<rdfs:label>Art types</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualAnalysis"/>
<rdfs:comment>A specific category or form of artistic expression.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtTypes",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A specific category or form of artistic expression."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art types"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/The_arts"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualAnalysis"
}
]
}
]<http://visualartsdna.org/model/ArtTypes> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/The_arts> .
<http://visualartsdna.org/model/ArtTypes> <http://www.w3.org/2000/01/rdf-schema#label> "Art types" .
<http://visualartsdna.org/model/ArtTypes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtTypes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtTypes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualAnalysis> .
<http://visualartsdna.org/model/ArtTypes> <http://www.w3.org/2000/01/rdf-schema#comment> "A specific category or form of artistic expression." .
IRI: http://visualartsdna.org/thesaurus/Article
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:Article a owl:Class ;
rdfs:label "Article" ;
rdfs:comment "A response to an online article and related links." ;
rdfs:subClassOf the:Entity .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Article">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A response to an online article and related links.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:label>Article</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Article",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A response to an online article and related links."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Article"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Article> <http://www.w3.org/2000/01/rdf-schema#comment> "A response to an online article and related links." .
<http://visualartsdna.org/thesaurus/Article> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/Article> <http://www.w3.org/2000/01/rdf-schema#label> "Article" .
IRI: http://visualartsdna.org/thesaurus/Artist
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Artist">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>a person who creates works in the visual arts as a profession or hobby.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:label>Artist</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Artist",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "a person who creates works in the visual arts as a profession or hobby."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Artist"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Artist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Artist> <http://www.w3.org/2000/01/rdf-schema#comment> "a person who creates works in the visual arts as a profession or hobby." .
<http://visualartsdna.org/thesaurus/Artist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/Artist> <http://www.w3.org/2000/01/rdf-schema#label> "Artist" .
IRI: http://visualartsdna.org/model/Artist
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Artist">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtsPersonRole"/>
<rdfs:label>Artist in any art form</rdfs:label>
<rdfs:comment>An individual who creates or practices any of the arts.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Artist"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Artist",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An individual who creates or practices any of the arts."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Artist in any art form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Artist"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtsPersonRole"
}
]
}
]<http://visualartsdna.org/model/Artist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Artist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtsPersonRole> .
<http://visualartsdna.org/model/Artist> <http://www.w3.org/2000/01/rdf-schema#comment> "An individual who creates or practices any of the arts." .
<http://visualartsdna.org/model/Artist> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Artist> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Artist> .
<http://visualartsdna.org/model/Artist> <http://www.w3.org/2000/01/rdf-schema#label> "Artist in any art form" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/VisualArtist">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Artist of the visual arts</rdfs:label>
<rdfs:comment>An individual who creates visual art.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Visual_arts"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Artist"/>
<skos:altLabel>Visual Artist</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/VisualArtist",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An individual who creates visual art."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Artist of the visual arts"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Visual_arts"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Artist"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Visual Artist"
}
]
}
]<http://visualartsdna.org/model/VisualArtist> <http://www.w3.org/2004/02/skos/core#altLabel> "Visual Artist" .
<http://visualartsdna.org/model/VisualArtist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Artist> .
<http://visualartsdna.org/model/VisualArtist> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/VisualArtist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/VisualArtist> <http://www.w3.org/2000/01/rdf-schema#label> "Artist of the visual arts" .
<http://visualartsdna.org/model/VisualArtist> <http://www.w3.org/2000/01/rdf-schema#comment> "An individual who creates visual art." .
<http://visualartsdna.org/model/VisualArtist> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Visual_arts> .
IRI: http://visualartsdna.org/model/ArtistProfile
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtistProfile">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtsPersonRole"/>
<rdfs:label>Artist's profile</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A biographical summary and the artist's creative process preferences.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Artist_Profile"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtistProfile",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A biographical summary and the artist's creative process preferences."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Artist's profile"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Artist_Profile"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtsPersonRole"
}
]
}
]<http://visualartsdna.org/model/ArtistProfile> <http://www.w3.org/2000/01/rdf-schema#comment> "A biographical summary and the artist's creative process preferences." .
<http://visualartsdna.org/model/ArtistProfile> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtsPersonRole> .
<http://visualartsdna.org/model/ArtistProfile> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtistProfile> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Artist_Profile> .
<http://visualartsdna.org/model/ArtistProfile> <http://www.w3.org/2000/01/rdf-schema#label> "Artist's profile" .
<http://visualartsdna.org/model/ArtistProfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtworkCollection">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://www.britannica.com/art/art-collection"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Artwork collection</rdfs:label>
<rdfs:comment>A gathered body of art.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Art"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtworkCollection",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A gathered body of art."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Artwork collection"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://www.britannica.com/art/art-collection"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Art"
}
]
}
]<http://visualartsdna.org/model/ArtworkCollection> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtworkCollection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtworkCollection> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://www.britannica.com/art/art-collection> .
<http://visualartsdna.org/model/ArtworkCollection> <http://www.w3.org/2000/01/rdf-schema#label> "Artwork collection" .
<http://visualartsdna.org/model/ArtworkCollection> <http://www.w3.org/2000/01/rdf-schema#comment> "A gathered body of art." .
<http://visualartsdna.org/model/ArtworkCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Art> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Assemblage">
<rdfs:comment>Joining various materials or found objects.</rdfs:comment>
<rdfs:label>Assemblage</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculptureForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Assemblage_(art)"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Assemblage",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Joining various materials or found objects."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Assemblage"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Assemblage_(art)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculptureForm"
}
]
}
]<http://visualartsdna.org/model/Assemblage> <http://www.w3.org/2000/01/rdf-schema#label> "Assemblage" .
<http://visualartsdna.org/model/Assemblage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculptureForm> .
<http://visualartsdna.org/model/Assemblage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Assemblage> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Assemblage_(art)> .
<http://visualartsdna.org/model/Assemblage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Assemblage> <http://www.w3.org/2000/01/rdf-schema#comment> "Joining various materials or found objects." .
IRI: http://visualartsdna.org/model/Balance
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Balance">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtPrinciples"/>
<rdfs:comment>Distribution of visual weight creating stability.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Formal_balance"/>
<rdfs:label>Balance</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Balance",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Distribution of visual weight creating stability."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Balance"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Formal_balance"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtPrinciples"
}
]
}
]<http://visualartsdna.org/model/Balance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtPrinciples> .
<http://visualartsdna.org/model/Balance> <http://www.w3.org/2000/01/rdf-schema#label> "Balance" .
<http://visualartsdna.org/model/Balance> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Balance> <http://www.w3.org/2000/01/rdf-schema#comment> "Distribution of visual weight creating stability." .
<http://visualartsdna.org/model/Balance> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Formal_balance> .
<http://visualartsdna.org/model/Balance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/BindingAgent
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/BindingAgent">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Binder_(material)"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Binding Agent</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMaterial"/>
<rdfs:comment>Substance holding pigment particles together and adhering them to support.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<skos:altLabel>Binder</skos:altLabel>
<skos:altLabel>Vehicle</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/BindingAgent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substance holding pigment particles together and adhering them to support."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Binding Agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Binder_(material)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMaterial"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Binder"
},
{
"@value": "Vehicle"
}
]
}
]<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2004/02/skos/core#altLabel> "Binder" .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Binder_(material)> .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2004/02/skos/core#altLabel> "Vehicle" .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2000/01/rdf-schema#label> "Binding Agent" .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMaterial> .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2000/01/rdf-schema#comment> "Substance holding pigment particles together and adhering them to support." .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/BioArt">
<rdfs:label>Bio art</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Art using living organisms as its medium.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/BioArt"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SciArt"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/BioArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art using living organisms as its medium."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Bio art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/BioArt"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SciArt"
}
]
}
]<http://visualartsdna.org/model/BioArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/BioArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/BioArt> .
<http://visualartsdna.org/model/BioArt> <http://www.w3.org/2000/01/rdf-schema#label> "Bio art" .
<http://visualartsdna.org/model/BioArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/BioArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Art using living organisms as its medium." .
<http://visualartsdna.org/model/BioArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SciArt> .
IRI: http://visualartsdna.org/model/BlenderComposition
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/BlenderComposition">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Blender_(software)"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalSculpture"/>
<rdfs:label>Blender Composition</rdfs:label>
<rdfs:comment>A composition created with Blender software.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/BlenderComposition",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A composition created with Blender software."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Blender Composition"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Blender_(software)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalSculpture"
}
]
}
]<http://visualartsdna.org/model/BlenderComposition> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Blender_(software)> .
<http://visualartsdna.org/model/BlenderComposition> <http://www.w3.org/2000/01/rdf-schema#comment> "A composition created with Blender software." .
<http://visualartsdna.org/model/BlenderComposition> <http://www.w3.org/2000/01/rdf-schema#label> "Blender Composition" .
<http://visualartsdna.org/model/BlenderComposition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/BlenderComposition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalSculpture> .
<http://visualartsdna.org/model/BlenderComposition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Blending">
<rdfs:label>Blending</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DrawingTechnique"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Drawing"/>
<rdfs:comment>Smoothing transitions between tones.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Blending",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Smoothing transitions between tones."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Blending"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DrawingTechnique"
}
]
}
]<http://visualartsdna.org/model/Blending> <http://www.w3.org/2000/01/rdf-schema#label> "Blending" .
<http://visualartsdna.org/model/Blending> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Blending> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Blending> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Drawing> .
<http://visualartsdna.org/model/Blending> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DrawingTechnique> .
<http://visualartsdna.org/model/Blending> <http://www.w3.org/2000/01/rdf-schema#comment> "Smoothing transitions between tones." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/BlockingIn">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Painting"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/CreationProcess"/>
<rdfs:comment>Establishing the main shapes and color areas.</rdfs:comment>
<rdfs:label>Blocking In</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/BlockingIn",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Establishing the main shapes and color areas."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Blocking In"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/CreationProcess"
}
]
}
]<http://visualartsdna.org/model/BlockingIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/BlockingIn> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/CreationProcess> .
<http://visualartsdna.org/model/BlockingIn> <http://www.w3.org/2000/01/rdf-schema#comment> "Establishing the main shapes and color areas." .
<http://visualartsdna.org/model/BlockingIn> <http://www.w3.org/2000/01/rdf-schema#label> "Blocking In" .
<http://visualartsdna.org/model/BlockingIn> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Painting> .
<http://visualartsdna.org/model/BlockingIn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Brayer">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Brayer"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A roller used to spread ink in printmaking.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrintmakingTool"/>
<rdfs:label>Brayer</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Brayer",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A roller used to spread ink in printmaking."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Brayer"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Brayer"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrintmakingTool"
}
]
}
]<http://visualartsdna.org/model/Brayer> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Brayer> .
<http://visualartsdna.org/model/Brayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Brayer> <http://www.w3.org/2000/01/rdf-schema#comment> "A roller used to spread ink in printmaking." .
<http://visualartsdna.org/model/Brayer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Brayer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrintmakingTool> .
<http://visualartsdna.org/model/Brayer> <http://www.w3.org/2000/01/rdf-schema#label> "Brayer" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Brush">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A tool with bristles used for applying paint.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Paintbrush"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/MarkMakingTool"/>
<rdfs:label>Brush</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Brush",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A tool with bristles used for applying paint."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Brush"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Paintbrush"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/MarkMakingTool"
}
]
}
]<http://visualartsdna.org/model/Brush> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Brush> <http://www.w3.org/2000/01/rdf-schema#comment> "A tool with bristles used for applying paint." .
<http://visualartsdna.org/model/Brush> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/MarkMakingTool> .
<http://visualartsdna.org/model/Brush> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Paintbrush> .
<http://visualartsdna.org/model/Brush> <http://www.w3.org/2000/01/rdf-schema#label> "Brush" .
<http://visualartsdna.org/model/Brush> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/Canvas
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Canvas">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/FabricSupport"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/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:comment>
<rdfs:label>Canvas</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Canvas",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A durable, woven fabric (usually cotton or linen) stretched over a wooden frame, serving as a sturdy, popular surface for painting."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Canvas"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Canvas"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/FabricSupport"
}
]
}
]<http://visualartsdna.org/model/Canvas> <http://www.w3.org/2000/01/rdf-schema#label> "Canvas" .
<http://visualartsdna.org/model/Canvas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Canvas> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/FabricSupport> .
<http://visualartsdna.org/model/Canvas> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Canvas> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Canvas> .
<http://visualartsdna.org/model/Canvas> <http://www.w3.org/2000/01/rdf-schema#comment> "A durable, woven fabric (usually cotton or linen) stretched over a wooden frame, serving as a sturdy, popular surface for painting." .
IRI: http://visualartsdna.org/model/Carving
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Carving">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Carving"/>
<rdfs:comment>Subtractive sculpture - material removed from a block.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Carving</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculptureForm"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Carving",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Subtractive sculpture - material removed from a block."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Carving"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Carving"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculptureForm"
}
]
}
]<http://visualartsdna.org/model/Carving> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Carving> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Carving> .
<http://visualartsdna.org/model/Carving> <http://www.w3.org/2000/01/rdf-schema#comment> "Subtractive sculpture - material removed from a block." .
<http://visualartsdna.org/model/Carving> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Carving> <http://www.w3.org/2000/01/rdf-schema#label> "Carving" .
<http://visualartsdna.org/model/Carving> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculptureForm> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Casting">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Metal_casting"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Casting</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculptureForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Molten material poured into a mold.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Casting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Molten material poured into a mold."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Casting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Metal_casting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculptureForm"
}
]
}
]<http://visualartsdna.org/model/Casting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Casting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculptureForm> .
<http://visualartsdna.org/model/Casting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Metal_casting> .
<http://visualartsdna.org/model/Casting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Casting> <http://www.w3.org/2000/01/rdf-schema#label> "Casting" .
<http://visualartsdna.org/model/Casting> <http://www.w3.org/2000/01/rdf-schema#comment> "Molten material poured into a mold." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Catalog">
<rdfs:label>Catalog</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A publication listing artworks.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtworkCollection"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Exhibition_catalogue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Catalog",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A publication listing artworks."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Catalog"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Exhibition_catalogue"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtworkCollection"
}
]
}
]<http://visualartsdna.org/model/Catalog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Catalog> <http://www.w3.org/2000/01/rdf-schema#label> "Catalog" .
<http://visualartsdna.org/model/Catalog> <http://www.w3.org/2000/01/rdf-schema#comment> "A publication listing artworks." .
<http://visualartsdna.org/model/Catalog> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Catalog> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Exhibition_catalogue> .
<http://visualartsdna.org/model/Catalog> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtworkCollection> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ChalkDrawing">
<rdfs:comment>A drawing created using chalk.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Drawing"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Chalk"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Chalk Drawing</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ChalkDrawing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A drawing created using chalk."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Chalk Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Chalk"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Drawing"
}
]
}
]<http://visualartsdna.org/model/ChalkDrawing> <http://www.w3.org/2000/01/rdf-schema#comment> "A drawing created using chalk." .
<http://visualartsdna.org/model/ChalkDrawing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Drawing> .
<http://visualartsdna.org/model/ChalkDrawing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ChalkDrawing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Chalk> .
<http://visualartsdna.org/model/ChalkDrawing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ChalkDrawing> <http://www.w3.org/2000/01/rdf-schema#label> "Chalk Drawing" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ChalkMaterial">
<rdfs:label>Chalk Material</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Chalk"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DryDrawingMaterial"/>
<rdfs:comment>Soft carbonate rock used for drawing.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ChalkMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Soft carbonate rock used for drawing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Chalk Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Chalk"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DryDrawingMaterial"
}
]
}
]<http://visualartsdna.org/model/ChalkMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Chalk> .
<http://visualartsdna.org/model/ChalkMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ChalkMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DryDrawingMaterial> .
<http://visualartsdna.org/model/ChalkMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Chalk Material" .
<http://visualartsdna.org/model/ChalkMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Soft carbonate rock used for drawing." .
<http://visualartsdna.org/model/ChalkMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/CharcoalDrawing">
<rdfs:label>Charcoal Drawing</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Charcoal_(art)"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Drawing"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A drawing created using charcoal.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/CharcoalDrawing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A drawing created using charcoal."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Charcoal Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Charcoal_(art)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Drawing"
}
]
}
]<http://visualartsdna.org/model/CharcoalDrawing> <http://www.w3.org/2000/01/rdf-schema#comment> "A drawing created using charcoal." .
<http://visualartsdna.org/model/CharcoalDrawing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/CharcoalDrawing> <http://www.w3.org/2000/01/rdf-schema#label> "Charcoal Drawing" .
<http://visualartsdna.org/model/CharcoalDrawing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Charcoal_(art)> .
<http://visualartsdna.org/model/CharcoalDrawing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Drawing> .
<http://visualartsdna.org/model/CharcoalDrawing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/CharcoalMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/CharcoalMaterial">
<rdfs:label>Charcoal Material</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Charcoal_(art)"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DryDrawingMaterial"/>
<rdfs:comment>Carbonized wood for drawing. Vine, compressed, willow charcoal.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/CharcoalMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Carbonized wood for drawing. Vine, compressed, willow charcoal."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Charcoal Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Charcoal_(art)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DryDrawingMaterial"
}
]
}
]<http://visualartsdna.org/model/CharcoalMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Charcoal Material" .
<http://visualartsdna.org/model/CharcoalMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/CharcoalMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DryDrawingMaterial> .
<http://visualartsdna.org/model/CharcoalMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Charcoal_(art)> .
<http://visualartsdna.org/model/CharcoalMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Carbonized wood for drawing. Vine, compressed, willow charcoal." .
<http://visualartsdna.org/model/CharcoalMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Chiaroscuro">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Strong contrast between light and dark.</rdfs:comment>
<rdfs:label>Chiaroscuro</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ApplicationTechnique"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Chiaroscuro"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Chiaroscuro",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Strong contrast between light and dark."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Chiaroscuro"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Chiaroscuro"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ApplicationTechnique"
}
]
}
]<http://visualartsdna.org/model/Chiaroscuro> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Chiaroscuro> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Chiaroscuro> <http://www.w3.org/2000/01/rdf-schema#label> "Chiaroscuro" .
<http://visualartsdna.org/model/Chiaroscuro> <http://www.w3.org/2000/01/rdf-schema#comment> "Strong contrast between light and dark." .
<http://visualartsdna.org/model/Chiaroscuro> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ApplicationTechnique> .
<http://visualartsdna.org/model/Chiaroscuro> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Chiaroscuro> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Chisel">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Chisel</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Chisel"/>
<rdfs:comment>A tool with a cutting edge for carving.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ShapingTool"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Chisel",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A tool with a cutting edge for carving."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Chisel"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Chisel"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ShapingTool"
}
]
}
]<http://visualartsdna.org/model/Chisel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Chisel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Chisel> <http://www.w3.org/2000/01/rdf-schema#label> "Chisel" .
<http://visualartsdna.org/model/Chisel> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Chisel> .
<http://visualartsdna.org/model/Chisel> <http://www.w3.org/2000/01/rdf-schema#comment> "A tool with a cutting edge for carving." .
<http://visualartsdna.org/model/Chisel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ShapingTool> .
IRI: http://visualartsdna.org/model/ClayMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ClayMaterial">
<rdfs:comment>Clay for sculpture: earthenware, stoneware, porcelain bodies.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Clay"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculpturalMaterial"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Clay Material</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ClayMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Clay for sculpture: earthenware, stoneware, porcelain bodies."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Clay Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Clay"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculpturalMaterial"
}
]
}
]<http://visualartsdna.org/model/ClayMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculpturalMaterial> .
<http://visualartsdna.org/model/ClayMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Clay for sculpture: earthenware, stoneware, porcelain bodies." .
<http://visualartsdna.org/model/ClayMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ClayMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Clay> .
<http://visualartsdna.org/model/ClayMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ClayMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Clay Material" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Cleaning">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_conservation_and_restoration"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PreservationProcess"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Cleaning artwork surfaces.</rdfs:comment>
<rdfs:label>Cleaning</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Cleaning",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Cleaning artwork surfaces."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Cleaning"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_conservation_and_restoration"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PreservationProcess"
}
]
}
]<http://visualartsdna.org/model/Cleaning> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Cleaning> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_conservation_and_restoration> .
<http://visualartsdna.org/model/Cleaning> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PreservationProcess> .
<http://visualartsdna.org/model/Cleaning> <http://www.w3.org/2000/01/rdf-schema#comment> "Cleaning artwork surfaces." .
<http://visualartsdna.org/model/Cleaning> <http://www.w3.org/2000/01/rdf-schema#label> "Cleaning" .
<http://visualartsdna.org/model/Cleaning> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/ColdPressedPaper
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ColdPressedPaper">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Textured watercolor paper with a slightly bumpy surface. Also called CP or NOT (Not Hot-Pressed).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WatercolorPaper"/>
<rdfs:label>Cold-Pressed Paper</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting#Paper"/>
<skos:altLabel>CP Paper</skos:altLabel>
<skos:altLabel>NOT Paper</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ColdPressedPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Textured watercolor paper with a slightly bumpy surface. Also called CP or NOT (Not Hot-Pressed)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Cold-Pressed Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting#Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WatercolorPaper"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "CP Paper"
},
{
"@value": "NOT Paper"
}
]
}
]<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "Textured watercolor paper with a slightly bumpy surface. Also called CP or NOT (Not Hot-Pressed)." .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2004/02/skos/core#altLabel> "NOT Paper" .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WatercolorPaper> .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2000/01/rdf-schema#label> "Cold-Pressed Paper" .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2004/02/skos/core#altLabel> "CP Paper" .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting#Paper> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Collage">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Collage"/>
<rdfs:comment>Artwork made by gluing materials onto a surface.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/MixedMediaForm"/>
<rdfs:label>Collage</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Collage",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Artwork made by gluing materials onto a surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Collage"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Collage"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/MixedMediaForm"
}
]
}
]<http://visualartsdna.org/model/Collage> <http://www.w3.org/2000/01/rdf-schema#comment> "Artwork made by gluing materials onto a surface." .
<http://visualartsdna.org/model/Collage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Collage> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Collage> .
<http://visualartsdna.org/model/Collage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/MixedMediaForm> .
<http://visualartsdna.org/model/Collage> <http://www.w3.org/2000/01/rdf-schema#label> "Collage" .
<http://visualartsdna.org/model/Collage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/thesaurus/Collection
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Collection">
<rdfs:comment>a group of artworks that are curated and held by an individual, institution, or government.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:label>Collection</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Collection",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "a group of artworks that are curated and held by an individual, institution, or government."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Collection"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Collection> <http://www.w3.org/2000/01/rdf-schema#comment> "a group of artworks that are curated and held by an individual, institution, or government." .
<http://visualartsdna.org/thesaurus/Collection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Collection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/Collection> <http://www.w3.org/2000/01/rdf-schema#label> "Collection" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:Collection a owl:Class ;
rdfs:label "Collection" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Collection">
<rdfs:label>Collection</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#Collection",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Collection"
}
]
}
]<http://www.w3.org/2004/02/skos/core#Collection> <http://www.w3.org/2000/01/rdf-schema#label> "Collection" .
<http://www.w3.org/2004/02/skos/core#Collection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Color">
<rdfs:label>Color</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtElements"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Color"/>
<rdfs:comment>The visual sensation produced by light waves.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Color",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The visual sensation produced by light waves."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Color"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Color"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtElements"
}
]
}
]<http://visualartsdna.org/model/Color> <http://www.w3.org/2000/01/rdf-schema#label> "Color" .
<http://visualartsdna.org/model/Color> <http://www.w3.org/2000/01/rdf-schema#comment> "The visual sensation produced by light waves." .
<http://visualartsdna.org/model/Color> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Color> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtElements> .
<http://visualartsdna.org/model/Color> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Color> .
<http://visualartsdna.org/model/Color> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ColoredPencil">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Colored_pencil"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A pencil with a colored core.</rdfs:comment>
<rdfs:label>Colored Pencil</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Pencil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ColoredPencil",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A pencil with a colored core."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Colored Pencil"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Colored_pencil"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Pencil"
}
]
}
]<http://visualartsdna.org/model/ColoredPencil> <http://www.w3.org/2000/01/rdf-schema#label> "Colored Pencil" .
<http://visualartsdna.org/model/ColoredPencil> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Colored_pencil> .
<http://visualartsdna.org/model/ColoredPencil> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ColoredPencil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ColoredPencil> <http://www.w3.org/2000/01/rdf-schema#comment> "A pencil with a colored core." .
<http://visualartsdna.org/model/ColoredPencil> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Pencil> .
IRI: http://visualartsdna.org/model/ColoredPencilDrawing
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ColoredPencilDrawing">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A drawing created using colored pencils.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Colored_pencil"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Drawing"/>
<rdfs:label>Colored Pencil Drawing</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ColoredPencilDrawing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A drawing created using colored pencils."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Colored Pencil Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Colored_pencil"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Drawing"
}
]
}
]<http://visualartsdna.org/model/ColoredPencilDrawing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ColoredPencilDrawing> <http://www.w3.org/2000/01/rdf-schema#comment> "A drawing created using colored pencils." .
<http://visualartsdna.org/model/ColoredPencilDrawing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ColoredPencilDrawing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Colored_pencil> .
<http://visualartsdna.org/model/ColoredPencilDrawing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Drawing> .
<http://visualartsdna.org/model/ColoredPencilDrawing> <http://www.w3.org/2000/01/rdf-schema#label> "Colored Pencil Drawing" .
IRI: http://visualartsdna.org/model/Composition
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Composition">
<rdfs:comment>The arrangement of visual elements in an artwork.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Composition</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Composition_(visual_arts)"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/FormalAnalysis"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Composition",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The arrangement of visual elements in an artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Composition"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Composition_(visual_arts)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/FormalAnalysis"
}
]
}
]<http://visualartsdna.org/model/Composition> <http://www.w3.org/2000/01/rdf-schema#label> "Composition" .
<http://visualartsdna.org/model/Composition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Composition> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Composition_(visual_arts)> .
<http://visualartsdna.org/model/Composition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/FormalAnalysis> .
<http://visualartsdna.org/model/Composition> <http://www.w3.org/2000/01/rdf-schema#comment> "The arrangement of visual elements in an artwork." .
<http://visualartsdna.org/model/Composition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/ComputerAnimation
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ComputerAnimation">
<rdfs:label>Computer Animation</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Computer_animation"/>
<rdfs:comment>Creating moving images using computer software.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ComputerAnimation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Creating moving images using computer software."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Computer Animation"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Computer_animation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/ComputerAnimation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ComputerAnimation> <http://www.w3.org/2000/01/rdf-schema#label> "Computer Animation" .
<http://visualartsdna.org/model/ComputerAnimation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/ComputerAnimation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ComputerAnimation> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Computer_animation> .
<http://visualartsdna.org/model/ComputerAnimation> <http://www.w3.org/2000/01/rdf-schema#comment> "Creating moving images using computer software." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ComputerGraphics">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Computer_graphics"/>
<rdfs:label>Computer Graphics</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:comment>Visual content created using computers.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ComputerGraphics",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Visual content created using computers."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Computer Graphics"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Computer_graphics"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/ComputerGraphics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ComputerGraphics> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ComputerGraphics> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Computer_graphics> .
<http://visualartsdna.org/model/ComputerGraphics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/ComputerGraphics> <http://www.w3.org/2000/01/rdf-schema#comment> "Visual content created using computers." .
<http://visualartsdna.org/model/ComputerGraphics> <http://www.w3.org/2000/01/rdf-schema#label> "Computer Graphics" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ComputerRendition">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Computer rendition</rdfs:label>
<rdfs:comment>A digital interpretation of an image.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Rendition"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Rendering_(computer_graphics)"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ComputerRendition",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A digital interpretation of an image."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Computer rendition"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Rendering_(computer_graphics)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Rendition"
}
]
}
]<http://visualartsdna.org/model/ComputerRendition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Rendition> .
<http://visualartsdna.org/model/ComputerRendition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ComputerRendition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ComputerRendition> <http://www.w3.org/2000/01/rdf-schema#label> "Computer rendition" .
<http://visualartsdna.org/model/ComputerRendition> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Rendering_(computer_graphics)> .
<http://visualartsdna.org/model/ComputerRendition> <http://www.w3.org/2000/01/rdf-schema#comment> "A digital interpretation of an image." .
IRI: http://visualartsdna.org/thesaurus/Concept
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Concept">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:label>Concept</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Concept",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "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"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Concept"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Concept> <http://www.w3.org/2000/01/rdf-schema#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" .
<http://visualartsdna.org/thesaurus/Concept> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/Concept> <http://www.w3.org/2000/01/rdf-schema#label> "Concept" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:Concept a owl:Class ;
rdfs:label "Concept" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Concept</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Concept"
}
]
}
]<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "Concept" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:ConceptScheme a owl:Class ;
rdfs:label "Concept Scheme" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#ConceptScheme">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Concept Scheme</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Concept Scheme"
}
]
}
]<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2000/01/rdf-schema#label> "Concept Scheme" .
IRI: http://visualartsdna.org/model/Conservation
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Conservation">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Conservation</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_conservation_and_restoration"/>
<rdfs:comment>Preserving artwork to prevent deterioration.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PreservationProcess"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Conservation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Preserving artwork to prevent deterioration."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Conservation"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_conservation_and_restoration"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PreservationProcess"
}
]
}
]<http://visualartsdna.org/model/Conservation> <http://www.w3.org/2000/01/rdf-schema#label> "Conservation" .
<http://visualartsdna.org/model/Conservation> <http://www.w3.org/2000/01/rdf-schema#comment> "Preserving artwork to prevent deterioration." .
<http://visualartsdna.org/model/Conservation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Conservation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PreservationProcess> .
<http://visualartsdna.org/model/Conservation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Conservation> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_conservation_and_restoration> .
IRI: http://visualartsdna.org/model/ContextualAnalysis
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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." .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ContextualAnalysis">
<rdfs:comment>Evaluates a piece by examining the historical, cultural, social, and political circumstances surrounding its creation, rather than just its visual appearance.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://brandmentions.com/wiki/Contextual_Analysis#:~:text=Contextual%20analysis%20is%20employed%20in,essential%20for%20a%20comprehensive%20analysis."/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualAnalysis"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>contextual analysis</rdfs:label>
<skos:scopeNote>A principled home for vad:CulturalContext and vad:Iconography when the time comes.</skos:scopeNote>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ContextualAnalysis",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Evaluates a piece by examining the historical, cultural, social, and political circumstances surrounding its creation, rather than just its visual appearance."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "contextual analysis"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://brandmentions.com/wiki/Contextual_Analysis#:~:text=Contextual%20analysis%20is%20employed%20in,essential%20for%20a%20comprehensive%20analysis."
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualAnalysis"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@value": "A principled home for vad:CulturalContext and vad:Iconography when the time comes."
}
]
}
]<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2000/01/rdf-schema#comment> "Evaluates a piece by examining the historical, cultural, social, and political circumstances surrounding its creation, rather than just its visual appearance." .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2004/02/skos/core#scopeNote> "A principled home for vad:CulturalContext and vad:Iconography when the time comes." .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualAnalysis> .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2000/01/rdf-schema#label> "contextual analysis" .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://brandmentions.com/wiki/Contextual_Analysis#:~:text=Contextual%20analysis%20is%20employed%20in,essential%20for%20a%20comprehensive%20analysis.> .
IRI: http://visualartsdna.org/model/ContourDrawing
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ContourDrawing">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DrawingTechnique"/>
<rdfs:label>Contour Drawing</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Contour_drawing"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Drawing the outline or contours of a subject.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ContourDrawing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Drawing the outline or contours of a subject."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Contour Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Contour_drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DrawingTechnique"
}
]
}
]<http://visualartsdna.org/model/ContourDrawing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DrawingTechnique> .
<http://visualartsdna.org/model/ContourDrawing> <http://www.w3.org/2000/01/rdf-schema#label> "Contour Drawing" .
<http://visualartsdna.org/model/ContourDrawing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Contour_drawing> .
<http://visualartsdna.org/model/ContourDrawing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ContourDrawing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ContourDrawing> <http://www.w3.org/2000/01/rdf-schema#comment> "Drawing the outline or contours of a subject." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Contrast">
<rdfs:comment>Juxtaposition of different elements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Contrast_(vision)"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtPrinciples"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Contrast</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Contrast",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Juxtaposition of different elements."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Contrast"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Contrast_(vision)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtPrinciples"
}
]
}
]<http://visualartsdna.org/model/Contrast> <http://www.w3.org/2000/01/rdf-schema#comment> "Juxtaposition of different elements." .
<http://visualartsdna.org/model/Contrast> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Contrast_(vision)> .
<http://visualartsdna.org/model/Contrast> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtPrinciples> .
<http://visualartsdna.org/model/Contrast> <http://www.w3.org/2000/01/rdf-schema#label> "Contrast" .
<http://visualartsdna.org/model/Contrast> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Contrast> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/CottonCanvas">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Canvas"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Canvas"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Canvas made from cotton fibers.</rdfs:comment>
<rdfs:label>Cotton Canvas</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<skos:altLabel>Cotton Duck</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/CottonCanvas",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Canvas made from cotton fibers."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Cotton Canvas"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Canvas"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Canvas"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Cotton Duck"
}
]
}
]<http://visualartsdna.org/model/CottonCanvas> <http://www.w3.org/2004/02/skos/core#altLabel> "Cotton Duck" .
<http://visualartsdna.org/model/CottonCanvas> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Canvas> .
<http://visualartsdna.org/model/CottonCanvas> <http://www.w3.org/2000/01/rdf-schema#label> "Cotton Canvas" .
<http://visualartsdna.org/model/CottonCanvas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/CottonCanvas> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Canvas> .
<http://visualartsdna.org/model/CottonCanvas> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/CottonCanvas> <http://www.w3.org/2000/01/rdf-schema#comment> "Canvas made from cotton fibers." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/CrayonDrawing">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Crayon Drawing</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Crayon"/>
<rdfs:comment>A drawing created using crayons.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Drawing"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/CrayonDrawing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A drawing created using crayons."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Crayon Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Crayon"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Drawing"
}
]
}
]<http://visualartsdna.org/model/CrayonDrawing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/CrayonDrawing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/CrayonDrawing> <http://www.w3.org/2000/01/rdf-schema#label> "Crayon Drawing" .
<http://visualartsdna.org/model/CrayonDrawing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Crayon> .
<http://visualartsdna.org/model/CrayonDrawing> <http://www.w3.org/2000/01/rdf-schema#comment> "A drawing created using crayons." .
<http://visualartsdna.org/model/CrayonDrawing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Drawing> .
IRI: http://visualartsdna.org/model/CreationProcess
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/CreationProcess">
<rdfs:label>Creation Process</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The main creative stages of producing artwork.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_methodology"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Process"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/CreationProcess",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The main creative stages of producing artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Creation Process"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_methodology"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Process"
}
]
}
]<http://visualartsdna.org/model/CreationProcess> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Process> .
<http://visualartsdna.org/model/CreationProcess> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/CreationProcess> <http://www.w3.org/2000/01/rdf-schema#label> "Creation Process" .
<http://visualartsdna.org/model/CreationProcess> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/CreationProcess> <http://www.w3.org/2000/01/rdf-schema#comment> "The main creative stages of producing artwork." .
<http://visualartsdna.org/model/CreationProcess> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_methodology> .
IRI: http://visualartsdna.org/model/CreativeWork
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/CreativeWork">
<rdfs:label>Creative work</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtRealization"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Creative_work"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Any finished original artistic or intellectual creation in the visual arts.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/CreativeWork",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Any finished original artistic or intellectual creation in the visual arts."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Creative work"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Creative_work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtRealization"
}
]
}
]<http://visualartsdna.org/model/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Creative_work> .
<http://visualartsdna.org/model/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#label> "Creative work" .
<http://visualartsdna.org/model/CreativeWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#comment> "Any finished original artistic or intellectual creation in the visual arts." .
<http://visualartsdna.org/model/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/CreativeWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtRealization> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/CrossHatching">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DrawingTechnique"/>
<rdfs:label>Cross-Hatching</rdfs:label>
<rdfs:comment>Overlapping sets of hatched lines.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Hatching"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/CrossHatching",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Overlapping sets of hatched lines."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Cross-Hatching"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Hatching"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DrawingTechnique"
}
]
}
]<http://visualartsdna.org/model/CrossHatching> <http://www.w3.org/2000/01/rdf-schema#comment> "Overlapping sets of hatched lines." .
<http://visualartsdna.org/model/CrossHatching> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/CrossHatching> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/CrossHatching> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DrawingTechnique> .
<http://visualartsdna.org/model/CrossHatching> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Hatching> .
<http://visualartsdna.org/model/CrossHatching> <http://www.w3.org/2000/01/rdf-schema#label> "Cross-Hatching" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtCurator">
<rdfs:label>Curator</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Curator"/>
<rdfs:comment>A person overseeing a collection of artworks.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtExpert"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtCurator",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A person overseeing a collection of artworks."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Curator"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Curator"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtExpert"
}
]
}
]<http://visualartsdna.org/model/ArtCurator> <http://www.w3.org/2000/01/rdf-schema#label> "Curator" .
<http://visualartsdna.org/model/ArtCurator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtExpert> .
<http://visualartsdna.org/model/ArtCurator> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Curator> .
<http://visualartsdna.org/model/ArtCurator> <http://www.w3.org/2000/01/rdf-schema#comment> "A person overseeing a collection of artworks." .
<http://visualartsdna.org/model/ArtCurator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtCurator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/CyborgArt">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Cyborg_art"/>
<rdfs:comment>Art exploring technology and the human body.</rdfs:comment>
<rdfs:label>Cyborg art</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/CyborgArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art exploring technology and the human body."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Cyborg art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Cyborg_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/CyborgArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Art exploring technology and the human body." .
<http://visualartsdna.org/model/CyborgArt> <http://www.w3.org/2000/01/rdf-schema#label> "Cyborg art" .
<http://visualartsdna.org/model/CyborgArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/CyborgArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/CyborgArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/CyborgArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Cyborg_art> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
owl:DatatypeProperty a owl:Class ;
rdfs:label "Datatype Property" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#DatatypeProperty">
<rdfs:label>Datatype Property</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Datatype Property"
}
]
}
]<http://www.w3.org/2002/07/owl#DatatypeProperty> <http://www.w3.org/2000/01/rdf-schema#label> "Datatype Property" .
<http://www.w3.org/2002/07/owl#DatatypeProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Detailing">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/CreationProcess"/>
<rdfs:label>Detailing</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Painting"/>
<rdfs:comment>Adding fine details to the artwork.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Detailing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Adding fine details to the artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Detailing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/CreationProcess"
}
]
}
]<http://visualartsdna.org/model/Detailing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Detailing> <http://www.w3.org/2000/01/rdf-schema#label> "Detailing" .
<http://visualartsdna.org/model/Detailing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Detailing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Painting> .
<http://visualartsdna.org/model/Detailing> <http://www.w3.org/2000/01/rdf-schema#comment> "Adding fine details to the artwork." .
<http://visualartsdna.org/model/Detailing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/CreationProcess> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalArtForm">
<rdfs:label>Digital Art Form</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Digital_art"/>
<rdfs:comment>Art created using digital technology.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalArtForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art created using digital technology."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Art Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Digital_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtForm"
}
]
}
]<http://visualartsdna.org/model/DigitalArtForm> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Art Form" .
<http://visualartsdna.org/model/DigitalArtForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalArtForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalArtForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Digital_art> .
<http://visualartsdna.org/model/DigitalArtForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtForm> .
<http://visualartsdna.org/model/DigitalArtForm> <http://www.w3.org/2000/01/rdf-schema#comment> "Art created using digital technology." .
IRI: http://visualartsdna.org/model/DigitalArtist
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalArtist">
<rdfs:comment>An artist who uses digital tools as their primary medium.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Digital artist</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtist"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Digital_art"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalArtist",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An artist who uses digital tools as their primary medium."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital artist"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Digital_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtist"
}
]
}
]<http://visualartsdna.org/model/DigitalArtist> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtist> .
<http://visualartsdna.org/model/DigitalArtist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalArtist> <http://www.w3.org/2000/01/rdf-schema#comment> "An artist who uses digital tools as their primary medium." .
<http://visualartsdna.org/model/DigitalArtist> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalArtist> <http://www.w3.org/2000/01/rdf-schema#label> "Digital artist" .
<http://visualartsdna.org/model/DigitalArtist> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Digital_art> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalDrawing">
<rdfs:label>Digital Drawing</rdfs:label>
<rdfs:comment>A drawing created using digital tools.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Digital_art"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Drawing"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalDrawing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A drawing created using digital tools."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Digital_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Drawing"
}
]
}
]<http://visualartsdna.org/model/DigitalDrawing> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Drawing" .
<http://visualartsdna.org/model/DigitalDrawing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalDrawing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Digital_art> .
<http://visualartsdna.org/model/DigitalDrawing> <http://www.w3.org/2000/01/rdf-schema#comment> "A drawing created using digital tools." .
<http://visualartsdna.org/model/DigitalDrawing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalDrawing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Drawing> .
IRI: http://visualartsdna.org/model/DigitalGraphicImage
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalGraphicImage">
<rdfs:comment>A visual representation created using digital tools.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Digital_image"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ComputerGraphics"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Digital Graphic Image</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalGraphicImage",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A visual representation created using digital tools."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Graphic Image"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Digital_image"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ComputerGraphics"
}
]
}
]<http://visualartsdna.org/model/DigitalGraphicImage> <http://www.w3.org/2000/01/rdf-schema#comment> "A visual representation created using digital tools." .
<http://visualartsdna.org/model/DigitalGraphicImage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ComputerGraphics> .
<http://visualartsdna.org/model/DigitalGraphicImage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalGraphicImage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalGraphicImage> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Graphic Image" .
<http://visualartsdna.org/model/DigitalGraphicImage> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Digital_image> .
IRI: http://visualartsdna.org/model/DigitalIllustration
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalIllustration">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Digital_illustration"/>
<rdfs:label>Digital Illustration</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:comment>Illustration created using digital tools.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalIllustration",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Illustration created using digital tools."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Illustration"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Digital_illustration"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/DigitalIllustration> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Digital_illustration> .
<http://visualartsdna.org/model/DigitalIllustration> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Illustration" .
<http://visualartsdna.org/model/DigitalIllustration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalIllustration> <http://www.w3.org/2000/01/rdf-schema#comment> "Illustration created using digital tools." .
<http://visualartsdna.org/model/DigitalIllustration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalIllustration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
IRI: http://visualartsdna.org/model/DigitalLanguage
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalLanguage">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Codes and symbols used in digital art creation.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Digital language</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Vocabulary"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Programming_language"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalLanguage",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Codes and symbols used in digital art creation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital language"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Programming_language"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Vocabulary"
}
]
}
]<http://visualartsdna.org/model/DigitalLanguage> <http://www.w3.org/2000/01/rdf-schema#comment> "Codes and symbols used in digital art creation." .
<http://visualartsdna.org/model/DigitalLanguage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalLanguage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalLanguage> <http://www.w3.org/2000/01/rdf-schema#label> "Digital language" .
<http://visualartsdna.org/model/DigitalLanguage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Vocabulary> .
<http://visualartsdna.org/model/DigitalLanguage> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Programming_language> .
IRI: http://visualartsdna.org/model/DigitalPainting
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalPainting">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Pictorial art made with pixels on a computer screen.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Digital_painting"/>
<rdfs:label>Digital Painting</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalPainting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Pictorial art made with pixels on a computer screen."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Digital_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingForm"
}
]
}
]<http://visualartsdna.org/model/DigitalPainting> <http://www.w3.org/2000/01/rdf-schema#comment> "Pictorial art made with pixels on a computer screen." .
<http://visualartsdna.org/model/DigitalPainting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingForm> .
<http://visualartsdna.org/model/DigitalPainting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalPainting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Digital_painting> .
<http://visualartsdna.org/model/DigitalPainting> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Painting" .
<http://visualartsdna.org/model/DigitalPainting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalPhotography">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Digital Photography</rdfs:label>
<rdfs:comment>Photography using digital sensors.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PhotographyForm"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Digital_photography"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalPhotography",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Photography using digital sensors."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Photography"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Digital_photography"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PhotographyForm"
}
]
}
]<http://visualartsdna.org/model/DigitalPhotography> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Photography" .
<http://visualartsdna.org/model/DigitalPhotography> <http://www.w3.org/2000/01/rdf-schema#comment> "Photography using digital sensors." .
<http://visualartsdna.org/model/DigitalPhotography> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PhotographyForm> .
<http://visualartsdna.org/model/DigitalPhotography> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalPhotography> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalPhotography> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Digital_photography> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalPrintmaking">
<rdfs:label>Digital Printmaking</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrintmakingForm"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Giclée"/>
<rdfs:comment>Printmaking using digital technology.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalPrintmaking",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Printmaking using digital technology."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Printmaking"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Giclée"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrintmakingForm"
}
]
}
]<http://visualartsdna.org/model/DigitalPrintmaking> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Printmaking" .
<http://visualartsdna.org/model/DigitalPrintmaking> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrintmakingForm> .
<http://visualartsdna.org/model/DigitalPrintmaking> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalPrintmaking> <http://www.w3.org/2000/01/rdf-schema#comment> "Printmaking using digital technology." .
<http://visualartsdna.org/model/DigitalPrintmaking> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Giclée> .
<http://visualartsdna.org/model/DigitalPrintmaking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalSculpture">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Digital_sculpting"/>
<rdfs:label>Digital Sculpture</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Using software to shape 3D models.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculptureForm"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalSculpture",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Using software to shape 3D models."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Digital_sculpting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculptureForm"
}
]
}
]<http://visualartsdna.org/model/DigitalSculpture> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Digital_sculpting> .
<http://visualartsdna.org/model/DigitalSculpture> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Sculpture" .
<http://visualartsdna.org/model/DigitalSculpture> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalSculpture> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalSculpture> <http://www.w3.org/2000/01/rdf-schema#comment> "Using software to shape 3D models." .
<http://visualartsdna.org/model/DigitalSculpture> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculptureForm> .
IRI: http://visualartsdna.org/model/DigitalSculptureTerm
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalSculptureTerm">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Digital_sculpting"/>
<rdfs:label>Digital Sculpture Term</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Terminology applied to the creation or appreciation of digital sculpture.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculptureTerm"/>
<skos:altLabel>sculpt modeling</skos:altLabel>
<skos:altLabel>3D sculpting</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalSculptureTerm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Terminology applied to the creation or appreciation of digital sculpture."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Sculpture Term"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Digital_sculpting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculptureTerm"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "sculpt modeling"
},
{
"@value": "3D sculpting"
}
]
}
]<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Digital_sculpting> .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Sculpture Term" .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2004/02/skos/core#altLabel> "sculpt modeling" .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2004/02/skos/core#altLabel> "3D sculpting" .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#comment> "Terminology applied to the creation or appreciation of digital sculpture." .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculptureTerm> .
IRI: http://visualartsdna.org/model/DigitalStylus
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalStylus">
<rdfs:label>Digital Stylus</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Stylus_(computing)"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalTool"/>
<rdfs:comment>A pen-like input device for digital drawing.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalStylus",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A pen-like input device for digital drawing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Stylus"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Stylus_(computing)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalTool"
}
]
}
]<http://visualartsdna.org/model/DigitalStylus> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Stylus" .
<http://visualartsdna.org/model/DigitalStylus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalStylus> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Stylus_(computing)> .
<http://visualartsdna.org/model/DigitalStylus> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalTool> .
<http://visualartsdna.org/model/DigitalStylus> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalStylus> <http://www.w3.org/2000/01/rdf-schema#comment> "A pen-like input device for digital drawing." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DigitalTool">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Tool"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Digital_art"/>
<rdfs:label>Digital Tool</rdfs:label>
<rdfs:comment>Digital devices used for creating art.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalTool",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Digital devices used for creating art."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Tool"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Digital_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Tool"
}
]
}
]<http://visualartsdna.org/model/DigitalTool> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Tool" .
<http://visualartsdna.org/model/DigitalTool> <http://www.w3.org/2000/01/rdf-schema#comment> "Digital devices used for creating art." .
<http://visualartsdna.org/model/DigitalTool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Tool> .
<http://visualartsdna.org/model/DigitalTool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalTool> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalTool> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Digital_art> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DipPen">
<rdfs:comment>A pen with a nib that is dipped in ink.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Dip_pen"/>
<rdfs:label>Dip Pen</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Pen"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DipPen",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A pen with a nib that is dipped in ink."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Dip Pen"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Dip_pen"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Pen"
}
]
}
]<http://visualartsdna.org/model/DipPen> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DipPen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DipPen> <http://www.w3.org/2000/01/rdf-schema#comment> "A pen with a nib that is dipped in ink." .
<http://visualartsdna.org/model/DipPen> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Dip_pen> .
<http://visualartsdna.org/model/DipPen> <http://www.w3.org/2000/01/rdf-schema#label> "Dip Pen" .
<http://visualartsdna.org/model/DipPen> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Pen> .
IRI: http://visualartsdna.org/model/Drawing
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Drawing">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtForm"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A visual art form created by making marks on a surface.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Drawing"/>
<rdfs:label>Drawing Form</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Drawing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A visual art form created by making marks on a surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Drawing Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtForm"
}
]
}
]<http://visualartsdna.org/model/Drawing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtForm> .
<http://visualartsdna.org/model/Drawing> <http://www.w3.org/2000/01/rdf-schema#comment> "A visual art form created by making marks on a surface." .
<http://visualartsdna.org/model/Drawing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Drawing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Drawing> .
<http://visualartsdna.org/model/Drawing> <http://www.w3.org/2000/01/rdf-schema#label> "Drawing Form" .
<http://visualartsdna.org/model/Drawing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/DrawingMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DrawingMaterial">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Drawing"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Drawing Material</rdfs:label>
<rdfs:comment>Materials for drawings: pencils, charcoal, ink, pastels.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrimaryMaterial"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DrawingMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Materials for drawings: pencils, charcoal, ink, pastels."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Drawing Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrimaryMaterial"
}
]
}
]<http://visualartsdna.org/model/DrawingMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Drawing> .
<http://visualartsdna.org/model/DrawingMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Drawing Material" .
<http://visualartsdna.org/model/DrawingMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Materials for drawings: pencils, charcoal, ink, pastels." .
<http://visualartsdna.org/model/DrawingMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrimaryMaterial> .
<http://visualartsdna.org/model/DrawingMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DrawingMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/DrawingPaper
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DrawingPaper">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaperSupport"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Paper"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Drawing Paper</rdfs:label>
<rdfs:comment>Paper designed for dry media like pencil, charcoal, and pastels.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DrawingPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Paper designed for dry media like pencil, charcoal, and pastels."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Drawing Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaperSupport"
}
]
}
]<http://visualartsdna.org/model/DrawingPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaperSupport> .
<http://visualartsdna.org/model/DrawingPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DrawingPaper> <http://www.w3.org/2000/01/rdf-schema#label> "Drawing Paper" .
<http://visualartsdna.org/model/DrawingPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "Paper designed for dry media like pencil, charcoal, and pastels." .
<http://visualartsdna.org/model/DrawingPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DrawingPaper> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Paper> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DrawingTechnique">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Drawing"/>
<rdfs:comment>Techniques specific to drawing.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Technique"/>
<rdfs:label>Drawing Technique</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DrawingTechnique",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Techniques specific to drawing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Drawing Technique"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Technique"
}
]
}
]<http://visualartsdna.org/model/DrawingTechnique> <http://www.w3.org/2000/01/rdf-schema#comment> "Techniques specific to drawing." .
<http://visualartsdna.org/model/DrawingTechnique> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DrawingTechnique> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DrawingTechnique> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Drawing> .
<http://visualartsdna.org/model/DrawingTechnique> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Technique> .
<http://visualartsdna.org/model/DrawingTechnique> <http://www.w3.org/2000/01/rdf-schema#label> "Drawing Technique" .
IRI: http://visualartsdna.org/model/DryBrush
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DryBrush">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ApplicationTechnique"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Drybrush"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Dry Brush</rdfs:label>
<rdfs:comment>Using a brush with minimal paint for textured effects.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DryBrush",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Using a brush with minimal paint for textured effects."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Dry Brush"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Drybrush"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ApplicationTechnique"
}
]
}
]<http://visualartsdna.org/model/DryBrush> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DryBrush> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DryBrush> <http://www.w3.org/2000/01/rdf-schema#label> "Dry Brush" .
<http://visualartsdna.org/model/DryBrush> <http://www.w3.org/2000/01/rdf-schema#comment> "Using a brush with minimal paint for textured effects." .
<http://visualartsdna.org/model/DryBrush> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ApplicationTechnique> .
<http://visualartsdna.org/model/DryBrush> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Drybrush> .
IRI: http://visualartsdna.org/model/DryDrawingMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DryDrawingMaterial">
<rdfs:comment>Drawing materials not requiring a liquid vehicle.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DrawingMaterial"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Dry Drawing Material</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Drawing"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DryDrawingMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Drawing materials not requiring a liquid vehicle."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Dry Drawing Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DrawingMaterial"
}
]
}
]<http://visualartsdna.org/model/DryDrawingMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DryDrawingMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DrawingMaterial> .
<http://visualartsdna.org/model/DryDrawingMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Drawing materials not requiring a liquid vehicle." .
<http://visualartsdna.org/model/DryDrawingMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DryDrawingMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Drawing> .
<http://visualartsdna.org/model/DryDrawingMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Dry Drawing Material" .
IRI: http://visualartsdna.org/model/DryingAdditive
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/DryingAdditive">
<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:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/OilPaintingAdditive"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Drying Additive</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Siccative"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DryingAdditive",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substances that accelerate the drying time of oil paints, such as cobalt drier, Japan drier, and alkyd mediums like Liquin or Galkyd."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Drying Additive"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Siccative"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/OilPaintingAdditive"
}
]
}
]<http://visualartsdna.org/model/DryingAdditive> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Siccative> .
<http://visualartsdna.org/model/DryingAdditive> <http://www.w3.org/2000/01/rdf-schema#comment> "Substances that accelerate the drying time of oil paints, such as cobalt drier, Japan drier, and alkyd mediums like Liquin or Galkyd." .
<http://visualartsdna.org/model/DryingAdditive> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/OilPaintingAdditive> .
<http://visualartsdna.org/model/DryingAdditive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DryingAdditive> <http://www.w3.org/2000/01/rdf-schema#label> "Drying Additive" .
<http://visualartsdna.org/model/DryingAdditive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/Drypoint
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Drypoint">
<rdfs:comment>Intaglio technique using a needle to scratch the plate.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/IntaglioPrinting"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Drypoint"/>
<rdfs:label>Drypoint</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Drypoint",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Intaglio technique using a needle to scratch the plate."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Drypoint"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Drypoint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/IntaglioPrinting"
}
]
}
]<http://visualartsdna.org/model/Drypoint> <http://www.w3.org/2000/01/rdf-schema#comment> "Intaglio technique using a needle to scratch the plate." .
<http://visualartsdna.org/model/Drypoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Drypoint> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Drypoint> .
<http://visualartsdna.org/model/Drypoint> <http://www.w3.org/2000/01/rdf-schema#label> "Drypoint" .
<http://visualartsdna.org/model/Drypoint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Drypoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/IntaglioPrinting> .
IRI: http://visualartsdna.org/model/Easel
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Easel">
<rdfs:comment>A stand for holding a canvas or panel during painting.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Easel"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SupportTool"/>
<rdfs:label>Easel</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Easel",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A stand for holding a canvas or panel during painting."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Easel"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Easel"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SupportTool"
}
]
}
]<http://visualartsdna.org/model/Easel> <http://www.w3.org/2000/01/rdf-schema#comment> "A stand for holding a canvas or panel during painting." .
<http://visualartsdna.org/model/Easel> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Easel> .
<http://visualartsdna.org/model/Easel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Easel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Easel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SupportTool> .
<http://visualartsdna.org/model/Easel> <http://www.w3.org/2000/01/rdf-schema#label> "Easel" .
IRI: http://visualartsdna.org/model/Edition
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Edition">
<rdfs:comment>A set of multiple original artworks from the same source.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtworkCollection"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Artist%27s_Edition"/>
<rdfs:label>Edition</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Edition",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A set of multiple original artworks from the same source."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Edition"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Artist%27s_Edition"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtworkCollection"
}
]
}
]<http://visualartsdna.org/model/Edition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Edition> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of multiple original artworks from the same source." .
<http://visualartsdna.org/model/Edition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtworkCollection> .
<http://visualartsdna.org/model/Edition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Edition> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Artist%27s_Edition> .
<http://visualartsdna.org/model/Edition> <http://www.w3.org/2000/01/rdf-schema#label> "Edition" .
IRI: http://visualartsdna.org/model/EggTempera
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/EggTempera">
<rdfs:comment>A painting medium in which pigments are bound with egg yolk.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/TemperaPainting"/>
<rdfs:label>Egg Tempera</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Tempera"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/EggTempera",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A painting medium in which pigments are bound with egg yolk."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Egg Tempera"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Tempera"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/TemperaPainting"
}
]
}
]<http://visualartsdna.org/model/EggTempera> <http://www.w3.org/2000/01/rdf-schema#comment> "A painting medium in which pigments are bound with egg yolk." .
<http://visualartsdna.org/model/EggTempera> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/EggTempera> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/EggTempera> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Tempera> .
<http://visualartsdna.org/model/EggTempera> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/TemperaPainting> .
<http://visualartsdna.org/model/EggTempera> <http://www.w3.org/2000/01/rdf-schema#label> "Egg Tempera" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Emphasis">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtPrinciples"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Creating a focal point.</rdfs:comment>
<rdfs:label>Emphasis</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Composition_(visual_arts)"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Emphasis",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Creating a focal point."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Emphasis"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Composition_(visual_arts)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtPrinciples"
}
]
}
]<http://visualartsdna.org/model/Emphasis> <http://www.w3.org/2000/01/rdf-schema#label> "Emphasis" .
<http://visualartsdna.org/model/Emphasis> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Composition_(visual_arts)> .
<http://visualartsdna.org/model/Emphasis> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtPrinciples> .
<http://visualartsdna.org/model/Emphasis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Emphasis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Emphasis> <http://www.w3.org/2000/01/rdf-schema#comment> "Creating a focal point." .
IRI: http://visualartsdna.org/model/EncausticBinder
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/EncausticBinder">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Encaustic_painting"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/BindingAgent"/>
<rdfs:label>Encaustic Binder</rdfs:label>
<rdfs:comment>Beeswax-based binder, often with damar resin.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/EncausticBinder",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Beeswax-based binder, often with damar resin."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Encaustic Binder"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Encaustic_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/BindingAgent"
}
]
}
]<http://visualartsdna.org/model/EncausticBinder> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/BindingAgent> .
<http://visualartsdna.org/model/EncausticBinder> <http://www.w3.org/2000/01/rdf-schema#label> "Encaustic Binder" .
<http://visualartsdna.org/model/EncausticBinder> <http://www.w3.org/2000/01/rdf-schema#comment> "Beeswax-based binder, often with damar resin." .
<http://visualartsdna.org/model/EncausticBinder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/EncausticBinder> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Encaustic_painting> .
<http://visualartsdna.org/model/EncausticBinder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/EncausticPainting
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/EncausticPainting">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Encaustic_painting"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Encaustic Painting</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A painting technique using heated beeswax mixed with pigments.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/EncausticPainting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A painting technique using heated beeswax mixed with pigments."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Encaustic Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Encaustic_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingForm"
}
]
}
]<http://visualartsdna.org/model/EncausticPainting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Encaustic_painting> .
<http://visualartsdna.org/model/EncausticPainting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingForm> .
<http://visualartsdna.org/model/EncausticPainting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/EncausticPainting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/EncausticPainting> <http://www.w3.org/2000/01/rdf-schema#label> "Encaustic Painting" .
<http://visualartsdna.org/model/EncausticPainting> <http://www.w3.org/2000/01/rdf-schema#comment> "A painting technique using heated beeswax mixed with pigments." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Engraving">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Engraving</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/IntaglioPrinting"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Engraving"/>
<rdfs:comment>Intaglio technique using a burin to cut metal.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Engraving",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Intaglio technique using a burin to cut metal."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Engraving"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Engraving"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/IntaglioPrinting"
}
]
}
]<http://visualartsdna.org/model/Engraving> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Engraving> <http://www.w3.org/2000/01/rdf-schema#label> "Engraving" .
<http://visualartsdna.org/model/Engraving> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Engraving> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/IntaglioPrinting> .
<http://visualartsdna.org/model/Engraving> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Engraving> .
<http://visualartsdna.org/model/Engraving> <http://www.w3.org/2000/01/rdf-schema#comment> "Intaglio technique using a burin to cut metal." .
IRI: http://visualartsdna.org/thesaurus/Entity
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:Entity a owl:Class ;
rdfs:label "Entity" ;
rdfs:comment "a thing with distinct and independent existence." ;
rdfs:subClassOf skos:Concept .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Entity">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:comment>a thing with distinct and independent existence.</rdfs:comment>
<rdfs:label>Entity</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Entity",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "a thing with distinct and independent existence."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
]
}
]<http://visualartsdna.org/thesaurus/Entity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://visualartsdna.org/thesaurus/Entity> <http://www.w3.org/2000/01/rdf-schema#comment> "a thing with distinct and independent existence." .
<http://visualartsdna.org/thesaurus/Entity> <http://www.w3.org/2000/01/rdf-schema#label> "Entity" .
<http://visualartsdna.org/thesaurus/Entity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/EnvironmentalArt
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/EnvironmentalArt">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Environmental_art"/>
<rdfs:label>Environmental Art</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SpatialArtForm"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Art addressing environmental issues or using natural materials.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/EnvironmentalArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art addressing environmental issues or using natural materials."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Environmental Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Environmental_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SpatialArtForm"
}
]
}
]<http://visualartsdna.org/model/EnvironmentalArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/EnvironmentalArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Environmental_art> .
<http://visualartsdna.org/model/EnvironmentalArt> <http://www.w3.org/2000/01/rdf-schema#label> "Environmental Art" .
<http://visualartsdna.org/model/EnvironmentalArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SpatialArtForm> .
<http://visualartsdna.org/model/EnvironmentalArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/EnvironmentalArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Art addressing environmental issues or using natural materials." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Etching">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Etching"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Intaglio technique using acid to cut into metal.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/IntaglioPrinting"/>
<rdfs:label>Etching</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Etching",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Intaglio technique using acid to cut into metal."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Etching"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Etching"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/IntaglioPrinting"
}
]
}
]<http://visualartsdna.org/model/Etching> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Etching> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/IntaglioPrinting> .
<http://visualartsdna.org/model/Etching> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Etching> .
<http://visualartsdna.org/model/Etching> <http://www.w3.org/2000/01/rdf-schema#comment> "Intaglio technique using acid to cut into metal." .
<http://visualartsdna.org/model/Etching> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Etching> <http://www.w3.org/2000/01/rdf-schema#label> "Etching" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/FabricSupport">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Canvas"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Fabric used as a support for artwork.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Support"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Fabric Support</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/FabricSupport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Fabric used as a support for artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Fabric Support"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Canvas"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Support"
}
]
}
]<http://visualartsdna.org/model/FabricSupport> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Canvas> .
<http://visualartsdna.org/model/FabricSupport> <http://www.w3.org/2000/01/rdf-schema#comment> "Fabric used as a support for artwork." .
<http://visualartsdna.org/model/FabricSupport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/FabricSupport> <http://www.w3.org/2000/01/rdf-schema#label> "Fabric Support" .
<http://visualartsdna.org/model/FabricSupport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Support> .
<http://visualartsdna.org/model/FabricSupport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/FinishingProcess
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/FinishingProcess">
<rdfs:label>Finishing Process</rdfs:label>
<rdfs:comment>Final steps to complete and protect artwork.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Process"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_methodology"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/FinishingProcess",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Final steps to complete and protect artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Finishing Process"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_methodology"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Process"
}
]
}
]<http://visualartsdna.org/model/FinishingProcess> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_methodology> .
<http://visualartsdna.org/model/FinishingProcess> <http://www.w3.org/2000/01/rdf-schema#label> "Finishing Process" .
<http://visualartsdna.org/model/FinishingProcess> <http://www.w3.org/2000/01/rdf-schema#comment> "Final steps to complete and protect artwork." .
<http://visualartsdna.org/model/FinishingProcess> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/FinishingProcess> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Process> .
<http://visualartsdna.org/model/FinishingProcess> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/Fixative
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Fixative">
<rdfs:comment>A spray applied to drawings to prevent smudging.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Fixative_(drawing)"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ProtectiveFinish"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Fixative</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Fixative",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A spray applied to drawings to prevent smudging."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Fixative"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Fixative_(drawing)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ProtectiveFinish"
}
]
}
]<http://visualartsdna.org/model/Fixative> <http://www.w3.org/2000/01/rdf-schema#comment> "A spray applied to drawings to prevent smudging." .
<http://visualartsdna.org/model/Fixative> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ProtectiveFinish> .
<http://visualartsdna.org/model/Fixative> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Fixative> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Fixative> <http://www.w3.org/2000/01/rdf-schema#label> "Fixative" .
<http://visualartsdna.org/model/Fixative> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Fixative_(drawing)> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/FlatBrush">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Brush"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Paintbrush"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A brush with a flat ferrule and straight edge.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Flat Brush</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/FlatBrush",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A brush with a flat ferrule and straight edge."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Flat Brush"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Paintbrush"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Brush"
}
]
}
]<http://visualartsdna.org/model/FlatBrush> <http://www.w3.org/2000/01/rdf-schema#comment> "A brush with a flat ferrule and straight edge." .
<http://visualartsdna.org/model/FlatBrush> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Brush> .
<http://visualartsdna.org/model/FlatBrush> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Paintbrush> .
<http://visualartsdna.org/model/FlatBrush> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/FlatBrush> <http://www.w3.org/2000/01/rdf-schema#label> "Flat Brush" .
<http://visualartsdna.org/model/FlatBrush> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/FlatWash
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/FlatWash">
<rdfs:comment>An even application of watercolor across an area.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WatercolorTechnique"/>
<rdfs:label>Flat Wash</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/FlatWash",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An even application of watercolor across an area."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Flat Wash"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WatercolorTechnique"
}
]
}
]<http://visualartsdna.org/model/FlatWash> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/FlatWash> <http://www.w3.org/2000/01/rdf-schema#comment> "An even application of watercolor across an area." .
<http://visualartsdna.org/model/FlatWash> <http://www.w3.org/2000/01/rdf-schema#label> "Flat Wash" .
<http://visualartsdna.org/model/FlatWash> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/FlatWash> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting> .
<http://visualartsdna.org/model/FlatWash> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WatercolorTechnique> .
IRI: http://visualartsdna.org/model/FlowAdditive
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/FlowAdditive">
<rdfs:label>Flow Additive</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/OilPaintingAdditive"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Substances that modify the flow characteristics of oil paint, such as stand oil and Venice turpentine.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Oil_painting"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/FlowAdditive",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substances that modify the flow characteristics of oil paint, such as stand oil and Venice turpentine."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Flow Additive"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Oil_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/OilPaintingAdditive"
}
]
}
]<http://visualartsdna.org/model/FlowAdditive> <http://www.w3.org/2000/01/rdf-schema#comment> "Substances that modify the flow characteristics of oil paint, such as stand oil and Venice turpentine." .
<http://visualartsdna.org/model/FlowAdditive> <http://www.w3.org/2000/01/rdf-schema#label> "Flow Additive" .
<http://visualartsdna.org/model/FlowAdditive> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/OilPaintingAdditive> .
<http://visualartsdna.org/model/FlowAdditive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/FlowAdditive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/FlowAdditive> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Oil_painting> .
IRI: http://visualartsdna.org/model/FlowModifier
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/FlowModifier">
<rdfs:label>Flow Modifier</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WatercolorAdditive"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Substances that modify how watercolor flows and spreads, such as ox gall and flow improver.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Ox_gall"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/FlowModifier",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substances that modify how watercolor flows and spreads, such as ox gall and flow improver."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Flow Modifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Ox_gall"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WatercolorAdditive"
}
]
}
]<http://visualartsdna.org/model/FlowModifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/FlowModifier> <http://www.w3.org/2000/01/rdf-schema#comment> "Substances that modify how watercolor flows and spreads, such as ox gall and flow improver." .
<http://visualartsdna.org/model/FlowModifier> <http://www.w3.org/2000/01/rdf-schema#label> "Flow Modifier" .
<http://visualartsdna.org/model/FlowModifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/FlowModifier> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Ox_gall> .
<http://visualartsdna.org/model/FlowModifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WatercolorAdditive> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Form">
<rdfs:comment>A three-dimensional object or its illusion.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Three-dimensional_art"/>
<rdfs:label>Form</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtElements"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Form",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A three-dimensional object or its illusion."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Three-dimensional_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtElements"
}
]
}
]<http://visualartsdna.org/model/Form> <http://www.w3.org/2000/01/rdf-schema#label> "Form" .
<http://visualartsdna.org/model/Form> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Three-dimensional_art> .
<http://visualartsdna.org/model/Form> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Form> <http://www.w3.org/2000/01/rdf-schema#comment> "A three-dimensional object or its illusion." .
<http://visualartsdna.org/model/Form> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtElements> .
<http://visualartsdna.org/model/Form> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/FormalAnalysis
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/FormalAnalysis">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualAnalysis"/>
<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:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Formalism_(art)"/>
<rdfs:label>formal analysis</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/FormalAnalysis",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The systematic study of an artwork's visual components—line, color, shape, texture, and composition to understand how they create meaning, mood, or structure."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "formal analysis"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Formalism_(art)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualAnalysis"
}
]
}
]<http://visualartsdna.org/model/FormalAnalysis> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Formalism_(art)> .
<http://visualartsdna.org/model/FormalAnalysis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/FormalAnalysis> <http://www.w3.org/2000/01/rdf-schema#label> "formal analysis" .
<http://visualartsdna.org/model/FormalAnalysis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/FormalAnalysis> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualAnalysis> .
<http://visualartsdna.org/model/FormalAnalysis> <http://www.w3.org/2000/01/rdf-schema#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." .
IRI: http://visualartsdna.org/model/Framing
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Framing">
<rdfs:label>Framing</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/FinishingProcess"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Picture_frame"/>
<rdfs:comment>Placing artwork in a frame for display and protection.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Framing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Placing artwork in a frame for display and protection."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Framing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Picture_frame"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/FinishingProcess"
}
]
}
]<http://visualartsdna.org/model/Framing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Framing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Picture_frame> .
<http://visualartsdna.org/model/Framing> <http://www.w3.org/2000/01/rdf-schema#label> "Framing" .
<http://visualartsdna.org/model/Framing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Framing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/FinishingProcess> .
<http://visualartsdna.org/model/Framing> <http://www.w3.org/2000/01/rdf-schema#comment> "Placing artwork in a frame for display and protection." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/FrescoPainting">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Pigments applied to wet plaster.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Fresco Painting</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Buon_fresco"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/FrescoPainting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Pigments applied to wet plaster."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Fresco Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Buon_fresco"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingForm"
}
]
}
]<http://visualartsdna.org/model/FrescoPainting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingForm> .
<http://visualartsdna.org/model/FrescoPainting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/FrescoPainting> <http://www.w3.org/2000/01/rdf-schema#comment> "Pigments applied to wet plaster." .
<http://visualartsdna.org/model/FrescoPainting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/FrescoPainting> <http://www.w3.org/2000/01/rdf-schema#label> "Fresco Painting" .
<http://visualartsdna.org/model/FrescoPainting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Buon_fresco> .
IRI: http://visualartsdna.org/model/GelMedium
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/GelMedium">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Acrylic_paint"/>
<rdfs:comment>An acrylic additive that increases body and transparency. Available in soft, regular, and heavy consistencies.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Gel Medium</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/AcrylicAdditive"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/GelMedium",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An acrylic additive that increases body and transparency. Available in soft, regular, and heavy consistencies."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Gel Medium"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Acrylic_paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/AcrylicAdditive"
}
]
}
]<http://visualartsdna.org/model/GelMedium> <http://www.w3.org/2000/01/rdf-schema#comment> "An acrylic additive that increases body and transparency. Available in soft, regular, and heavy consistencies." .
<http://visualartsdna.org/model/GelMedium> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Acrylic_paint> .
<http://visualartsdna.org/model/GelMedium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/GelMedium> <http://www.w3.org/2000/01/rdf-schema#label> "Gel Medium" .
<http://visualartsdna.org/model/GelMedium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/AcrylicAdditive> .
<http://visualartsdna.org/model/GelMedium> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/GenerativeArt
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/GenerativeArt">
<rdfs:label>Generative Art</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Generative_art"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:comment>Art created using autonomous systems or algorithms.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/GenerativeArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art created using autonomous systems or algorithms."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Generative Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Generative_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/GenerativeArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Generative_art> .
<http://visualartsdna.org/model/GenerativeArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/GenerativeArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/GenerativeArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Art created using autonomous systems or algorithms." .
<http://visualartsdna.org/model/GenerativeArt> <http://www.w3.org/2000/01/rdf-schema#label> "Generative Art" .
<http://visualartsdna.org/model/GenerativeArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/GessoPanel
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/GessoPanel">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Ground"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Gesso"/>
<rdfs:label>Gesso Panel</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A rigid support coated with gesso, a white primer.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/GessoPanel",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A rigid support coated with gesso, a white primer."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Gesso Panel"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Gesso"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Ground"
}
]
}
]<http://visualartsdna.org/model/GessoPanel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Ground> .
<http://visualartsdna.org/model/GessoPanel> <http://www.w3.org/2000/01/rdf-schema#label> "Gesso Panel" .
<http://visualartsdna.org/model/GessoPanel> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Gesso> .
<http://visualartsdna.org/model/GessoPanel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/GessoPanel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/GessoPanel> <http://www.w3.org/2000/01/rdf-schema#comment> "A rigid support coated with gesso, a white primer." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Giclee">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalPrintmaking"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A high-quality inkjet print.</rdfs:comment>
<rdfs:label>Giclée</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Giclée"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Giclee",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A high-quality inkjet print."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Giclée"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Giclée"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalPrintmaking"
}
]
}
]<http://visualartsdna.org/model/Giclee> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Giclee> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalPrintmaking> .
<http://visualartsdna.org/model/Giclee> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Giclée> .
<http://visualartsdna.org/model/Giclee> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Giclee> <http://www.w3.org/2000/01/rdf-schema#comment> "A high-quality inkjet print." .
<http://visualartsdna.org/model/Giclee> <http://www.w3.org/2000/01/rdf-schema#label> "Giclée" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Glazing">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Glaze_(painting_technique)"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Glazing</rdfs:label>
<rdfs:comment>Applying thin, transparent layers of paint.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ApplicationTechnique"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Glazing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Applying thin, transparent layers of paint."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Glazing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Glaze_(painting_technique)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ApplicationTechnique"
}
]
}
]<http://visualartsdna.org/model/Glazing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Glazing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Glazing> <http://www.w3.org/2000/01/rdf-schema#label> "Glazing" .
<http://visualartsdna.org/model/Glazing> <http://www.w3.org/2000/01/rdf-schema#comment> "Applying thin, transparent layers of paint." .
<http://visualartsdna.org/model/Glazing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Glaze_(painting_technique)> .
<http://visualartsdna.org/model/Glazing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ApplicationTechnique> .
IRI: http://visualartsdna.org/model/GlazingAdditive
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/GlazingAdditive">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Mediums used for creating transparent glazing layers in oil painting.</rdfs:comment>
<rdfs:label>Glazing Additive</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/OilPaintingAdditive"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Glaze_(painting_technique)"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/GlazingAdditive",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Mediums used for creating transparent glazing layers in oil painting."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Glazing Additive"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Glaze_(painting_technique)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/OilPaintingAdditive"
}
]
}
]<http://visualartsdna.org/model/GlazingAdditive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/GlazingAdditive> <http://www.w3.org/2000/01/rdf-schema#label> "Glazing Additive" .
<http://visualartsdna.org/model/GlazingAdditive> <http://www.w3.org/2000/01/rdf-schema#comment> "Mediums used for creating transparent glazing layers in oil painting." .
<http://visualartsdna.org/model/GlazingAdditive> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/OilPaintingAdditive> .
<http://visualartsdna.org/model/GlazingAdditive> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Glaze_(painting_technique)> .
<http://visualartsdna.org/model/GlazingAdditive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/GouachePainting">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Gouache"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>An opaque watercolor painting medium.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingForm"/>
<rdfs:label>Gouache Painting</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/GouachePainting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An opaque watercolor painting medium."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Gouache Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Gouache"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingForm"
}
]
}
]<http://visualartsdna.org/model/GouachePainting> <http://www.w3.org/2000/01/rdf-schema#comment> "An opaque watercolor painting medium." .
<http://visualartsdna.org/model/GouachePainting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingForm> .
<http://visualartsdna.org/model/GouachePainting> <http://www.w3.org/2000/01/rdf-schema#label> "Gouache Painting" .
<http://visualartsdna.org/model/GouachePainting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Gouache> .
<http://visualartsdna.org/model/GouachePainting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/GouachePainting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Gouge">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Gouge_(tool)"/>
<rdfs:label>Gouge</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrintmakingTool"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A tool for cutting relief printing blocks.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Gouge",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A tool for cutting relief printing blocks."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Gouge"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Gouge_(tool)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrintmakingTool"
}
]
}
]<http://visualartsdna.org/model/Gouge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Gouge> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrintmakingTool> .
<http://visualartsdna.org/model/Gouge> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Gouge_(tool)> .
<http://visualartsdna.org/model/Gouge> <http://www.w3.org/2000/01/rdf-schema#label> "Gouge" .
<http://visualartsdna.org/model/Gouge> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Gouge> <http://www.w3.org/2000/01/rdf-schema#comment> "A tool for cutting relief printing blocks." .
IRI: http://visualartsdna.org/model/GradedWash
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/GradedWash">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WatercolorTechnique"/>
<rdfs:label>Graded Wash</rdfs:label>
<rdfs:comment>A wash that gradually transitions from dark to light.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/GradedWash",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A wash that gradually transitions from dark to light."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Graded Wash"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WatercolorTechnique"
}
]
}
]<http://visualartsdna.org/model/GradedWash> <http://www.w3.org/2000/01/rdf-schema#label> "Graded Wash" .
<http://visualartsdna.org/model/GradedWash> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WatercolorTechnique> .
<http://visualartsdna.org/model/GradedWash> <http://www.w3.org/2000/01/rdf-schema#comment> "A wash that gradually transitions from dark to light." .
<http://visualartsdna.org/model/GradedWash> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting> .
<http://visualartsdna.org/model/GradedWash> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/GradedWash> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/GranulationMedium
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/GranulationMedium">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/TextureModifier"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Granulation Medium</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting"/>
<rdfs:comment>A watercolor additive that enhances the granulating properties of pigments, creating a textured appearance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/GranulationMedium",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A watercolor additive that enhances the granulating properties of pigments, creating a textured appearance."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Granulation Medium"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/TextureModifier"
}
]
}
]<http://visualartsdna.org/model/GranulationMedium> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/GranulationMedium> <http://www.w3.org/2000/01/rdf-schema#comment> "A watercolor additive that enhances the granulating properties of pigments, creating a textured appearance." .
<http://visualartsdna.org/model/GranulationMedium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/TextureModifier> .
<http://visualartsdna.org/model/GranulationMedium> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting> .
<http://visualartsdna.org/model/GranulationMedium> <http://www.w3.org/2000/01/rdf-schema#label> "Granulation Medium" .
<http://visualartsdna.org/model/GranulationMedium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/GraphicsTablet
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/GraphicsTablet">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Graphics_tablet"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalTool"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A pressure-sensitive input device for digital drawing.</rdfs:comment>
<rdfs:label>Graphics Tablet</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/GraphicsTablet",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A pressure-sensitive input device for digital drawing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Graphics Tablet"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Graphics_tablet"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalTool"
}
]
}
]<http://visualartsdna.org/model/GraphicsTablet> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Graphics_tablet> .
<http://visualartsdna.org/model/GraphicsTablet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/GraphicsTablet> <http://www.w3.org/2000/01/rdf-schema#comment> "A pressure-sensitive input device for digital drawing." .
<http://visualartsdna.org/model/GraphicsTablet> <http://www.w3.org/2000/01/rdf-schema#label> "Graphics Tablet" .
<http://visualartsdna.org/model/GraphicsTablet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/GraphicsTablet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalTool> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/GraphiteMaterial">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Carbon used in pencils for drawing.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DryDrawingMaterial"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Graphite"/>
<rdfs:label>Graphite Material</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/GraphiteMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Carbon used in pencils for drawing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Graphite Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Graphite"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DryDrawingMaterial"
}
]
}
]<http://visualartsdna.org/model/GraphiteMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DryDrawingMaterial> .
<http://visualartsdna.org/model/GraphiteMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/GraphiteMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/GraphiteMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Carbon used in pencils for drawing." .
<http://visualartsdna.org/model/GraphiteMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Graphite> .
<http://visualartsdna.org/model/GraphiteMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Graphite Material" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/GraphitePencil">
<rdfs:comment>A pencil with a graphite core.</rdfs:comment>
<rdfs:label>Graphite Pencil</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Pencil"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pencil"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/GraphitePencil",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A pencil with a graphite core."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Graphite Pencil"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pencil"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Pencil"
}
]
}
]<http://visualartsdna.org/model/GraphitePencil> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/GraphitePencil> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Pencil> .
<http://visualartsdna.org/model/GraphitePencil> <http://www.w3.org/2000/01/rdf-schema#comment> "A pencil with a graphite core." .
<http://visualartsdna.org/model/GraphitePencil> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pencil> .
<http://visualartsdna.org/model/GraphitePencil> <http://www.w3.org/2000/01/rdf-schema#label> "Graphite Pencil" .
<http://visualartsdna.org/model/GraphitePencil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/Ground
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Ground">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Ground_(art)"/>
<rdfs:comment>The foundational layer applied to a support before painting or drawing begins.</rdfs:comment>
<rdfs:label>Ground</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Surface"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Ground",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The foundational layer applied to a support before painting or drawing begins."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Ground"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Ground_(art)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Surface"
}
]
}
]<http://visualartsdna.org/model/Ground> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Ground_(art)> .
<http://visualartsdna.org/model/Ground> <http://www.w3.org/2000/01/rdf-schema#comment> "The foundational layer applied to a support before painting or drawing begins." .
<http://visualartsdna.org/model/Ground> <http://www.w3.org/2000/01/rdf-schema#label> "Ground" .
<http://visualartsdna.org/model/Ground> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Ground> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Ground> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Surface> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/GumArabic">
<rdfs:comment>Primary binder for watercolor and gouache.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WaterBasedBinder"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Gum_arabic"/>
<rdfs:label>Gum Arabic</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/GumArabic",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Primary binder for watercolor and gouache."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Gum Arabic"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Gum_arabic"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WaterBasedBinder"
}
]
}
]<http://visualartsdna.org/model/GumArabic> <http://www.w3.org/2000/01/rdf-schema#comment> "Primary binder for watercolor and gouache." .
<http://visualartsdna.org/model/GumArabic> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/GumArabic> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Gum_arabic> .
<http://visualartsdna.org/model/GumArabic> <http://www.w3.org/2000/01/rdf-schema#label> "Gum Arabic" .
<http://visualartsdna.org/model/GumArabic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/GumArabic> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WaterBasedBinder> .
IRI: http://visualartsdna.org/model/Hatching
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Hatching">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Using parallel lines to create tone and shading.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DrawingTechnique"/>
<rdfs:label>Hatching</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Hatching"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Hatching",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Using parallel lines to create tone and shading."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Hatching"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Hatching"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DrawingTechnique"
}
]
}
]<http://visualartsdna.org/model/Hatching> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Hatching> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Hatching> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DrawingTechnique> .
<http://visualartsdna.org/model/Hatching> <http://www.w3.org/2000/01/rdf-schema#comment> "Using parallel lines to create tone and shading." .
<http://visualartsdna.org/model/Hatching> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Hatching> .
<http://visualartsdna.org/model/Hatching> <http://www.w3.org/2000/01/rdf-schema#label> "Hatching" .
IRI: http://visualartsdna.org/model/Holograms
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Holograms">
<rdfs:label>Holograms</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Holography"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Three-dimensional images created by laser light.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Holograms",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Three-dimensional images created by laser light."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Holograms"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Holography"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/Holograms> <http://www.w3.org/2000/01/rdf-schema#label> "Holograms" .
<http://visualartsdna.org/model/Holograms> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/Holograms> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Holography> .
<http://visualartsdna.org/model/Holograms> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Holograms> <http://www.w3.org/2000/01/rdf-schema#comment> "Three-dimensional images created by laser light." .
<http://visualartsdna.org/model/Holograms> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/HotPressedPaper
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/HotPressedPaper">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting#Paper"/>
<rdfs:label>Hot-Pressed Paper</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WatercolorPaper"/>
<rdfs:comment>Smooth watercolor paper, ideal for detailed work and illustrations.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<skos:altLabel>HP Paper</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/HotPressedPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Smooth watercolor paper, ideal for detailed work and illustrations."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Hot-Pressed Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting#Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WatercolorPaper"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "HP Paper"
}
]
}
]<http://visualartsdna.org/model/HotPressedPaper> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting#Paper> .
<http://visualartsdna.org/model/HotPressedPaper> <http://www.w3.org/2004/02/skos/core#altLabel> "HP Paper" .
<http://visualartsdna.org/model/HotPressedPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "Smooth watercolor paper, ideal for detailed work and illustrations." .
<http://visualartsdna.org/model/HotPressedPaper> <http://www.w3.org/2000/01/rdf-schema#label> "Hot-Pressed Paper" .
<http://visualartsdna.org/model/HotPressedPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/HotPressedPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/HotPressedPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WatercolorPaper> .
IRI: http://visualartsdna.org/thesaurus/Image
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:Image a owl:Class ;
rdfs:label "Image" ;
rdfs:comment "A digital image for any type of purpose or format." ;
rdfs:subClassOf the:Entity .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Image">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A digital image for any type of purpose or format.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:label>Image</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Image",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A digital image for any type of purpose or format."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Image"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Image> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Image> <http://www.w3.org/2000/01/rdf-schema#comment> "A digital image for any type of purpose or format." .
<http://visualartsdna.org/thesaurus/Image> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/Image> <http://www.w3.org/2000/01/rdf-schema#label> "Image" .
IRI: http://visualartsdna.org/model/Image
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Image">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMaterial"/>
<rdfs:label>Image</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A visual representation of something, such as a photograph, painting, or drawing.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Image"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Image",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A visual representation of something, such as a photograph, painting, or drawing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Image"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Image"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMaterial"
}
]
}
]<http://visualartsdna.org/model/Image> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Image> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMaterial> .
<http://visualartsdna.org/model/Image> <http://www.w3.org/2000/01/rdf-schema#label> "Image" .
<http://visualartsdna.org/model/Image> <http://www.w3.org/2000/01/rdf-schema#comment> "A visual representation of something, such as a photograph, painting, or drawing." .
<http://visualartsdna.org/model/Image> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Image> .
<http://visualartsdna.org/model/Image> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Impasto">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Impasto"/>
<rdfs:label>Impasto</rdfs:label>
<rdfs:comment>Thick application of paint creating texture.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ApplicationTechnique"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Impasto",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Thick application of paint creating texture."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Impasto"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Impasto"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ApplicationTechnique"
}
]
}
]<http://visualartsdna.org/model/Impasto> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Impasto> <http://www.w3.org/2000/01/rdf-schema#comment> "Thick application of paint creating texture." .
<http://visualartsdna.org/model/Impasto> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ApplicationTechnique> .
<http://visualartsdna.org/model/Impasto> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Impasto> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Impasto> .
<http://visualartsdna.org/model/Impasto> <http://www.w3.org/2000/01/rdf-schema#label> "Impasto" .
IRI: http://visualartsdna.org/model/InkDrawing
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/InkDrawing">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Ink"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Drawing"/>
<rdfs:label>Ink Drawing</rdfs:label>
<rdfs:comment>A drawing created using ink with pen or brush.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/InkDrawing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A drawing created using ink with pen or brush."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Ink Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Ink"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Drawing"
}
]
}
]<http://visualartsdna.org/model/InkDrawing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Drawing> .
<http://visualartsdna.org/model/InkDrawing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Ink> .
<http://visualartsdna.org/model/InkDrawing> <http://www.w3.org/2000/01/rdf-schema#label> "Ink Drawing" .
<http://visualartsdna.org/model/InkDrawing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/InkDrawing> <http://www.w3.org/2000/01/rdf-schema#comment> "A drawing created using ink with pen or brush." .
<http://visualartsdna.org/model/InkDrawing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/InkMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/InkMaterial">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Ink"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DrawingMaterial"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Liquid pigment for drawing, writing, printing.</rdfs:comment>
<rdfs:label>Ink Material</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/InkMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Liquid pigment for drawing, writing, printing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Ink Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Ink"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DrawingMaterial"
}
]
}
]<http://visualartsdna.org/model/InkMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/InkMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/InkMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Liquid pigment for drawing, writing, printing." .
<http://visualartsdna.org/model/InkMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Ink> .
<http://visualartsdna.org/model/InkMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DrawingMaterial> .
<http://visualartsdna.org/model/InkMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Ink Material" .
IRI: http://visualartsdna.org/model/InkWashPainting
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/InkWashPainting">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Ink_wash_painting"/>
<rdfs:label>Ink Wash Painting</rdfs:label>
<rdfs:comment>East Asian brush painting using black ink. Includes sumi-e.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/InkWashPainting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "East Asian brush painting using black ink. Includes sumi-e."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Ink Wash Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Ink_wash_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingForm"
}
]
}
]<http://visualartsdna.org/model/InkWashPainting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingForm> .
<http://visualartsdna.org/model/InkWashPainting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/InkWashPainting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/InkWashPainting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Ink_wash_painting> .
<http://visualartsdna.org/model/InkWashPainting> <http://www.w3.org/2000/01/rdf-schema#label> "Ink Wash Painting" .
<http://visualartsdna.org/model/InkWashPainting> <http://www.w3.org/2000/01/rdf-schema#comment> "East Asian brush painting using black ink. Includes sumi-e." .
IRI: http://visualartsdna.org/model/InorganicPigment
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/InorganicPigment">
<rdfs:comment>Pigments from mineral sources or synthesized inorganic compounds.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Pigment"/>
<rdfs:label>Inorganic Pigment</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pigment"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/InorganicPigment",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Pigments from mineral sources or synthesized inorganic compounds."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Inorganic Pigment"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pigment"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Pigment"
}
]
}
]<http://visualartsdna.org/model/InorganicPigment> <http://www.w3.org/2000/01/rdf-schema#comment> "Pigments from mineral sources or synthesized inorganic compounds." .
<http://visualartsdna.org/model/InorganicPigment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Pigment> .
<http://visualartsdna.org/model/InorganicPigment> <http://www.w3.org/2000/01/rdf-schema#label> "Inorganic Pigment" .
<http://visualartsdna.org/model/InorganicPigment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/InorganicPigment> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pigment> .
<http://visualartsdna.org/model/InorganicPigment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/InstallationArt
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/InstallationArt">
<rdfs:comment>Three-dimensional works transforming perception of space.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Installation Art</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SpatialArtForm"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Installation_art"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/InstallationArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Three-dimensional works transforming perception of space."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Installation Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Installation_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SpatialArtForm"
}
]
}
]<http://visualartsdna.org/model/InstallationArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SpatialArtForm> .
<http://visualartsdna.org/model/InstallationArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/InstallationArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Three-dimensional works transforming perception of space." .
<http://visualartsdna.org/model/InstallationArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/InstallationArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Installation_art> .
<http://visualartsdna.org/model/InstallationArt> <http://www.w3.org/2000/01/rdf-schema#label> "Installation Art" .
IRI: http://visualartsdna.org/model/IntaglioPrinting
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/IntaglioPrinting">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrintmakingForm"/>
<rdfs:label>Intaglio Printing</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Intaglio_(printmaking)"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Image incised into surface, recessed areas hold ink.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/IntaglioPrinting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Image incised into surface, recessed areas hold ink."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Intaglio Printing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Intaglio_(printmaking)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrintmakingForm"
}
]
}
]<http://visualartsdna.org/model/IntaglioPrinting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrintmakingForm> .
<http://visualartsdna.org/model/IntaglioPrinting> <http://www.w3.org/2000/01/rdf-schema#comment> "Image incised into surface, recessed areas hold ink." .
<http://visualartsdna.org/model/IntaglioPrinting> <http://www.w3.org/2000/01/rdf-schema#label> "Intaglio Printing" .
<http://visualartsdna.org/model/IntaglioPrinting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/IntaglioPrinting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Intaglio_(printmaking)> .
<http://visualartsdna.org/model/IntaglioPrinting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/InteractiveArt
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/InteractiveArt">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Interactive_art"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Interactive Art</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Viewer actively participates in the artwork experience.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/InteractiveArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Viewer actively participates in the artwork experience."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Interactive Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Interactive_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/InteractiveArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/InteractiveArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Interactive_art> .
<http://visualartsdna.org/model/InteractiveArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/InteractiveArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/InteractiveArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Viewer actively participates in the artwork experience." .
<http://visualartsdna.org/model/InteractiveArt> <http://www.w3.org/2000/01/rdf-schema#label> "Interactive Art" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/InternetArt">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:label>Internet Art</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Internet_art"/>
<rdfs:comment>Art using the internet as its medium.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/InternetArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art using the internet as its medium."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Internet Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Internet_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/InternetArt> <http://www.w3.org/2000/01/rdf-schema#label> "Internet Art" .
<http://visualartsdna.org/model/InternetArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/InternetArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/InternetArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Internet_art> .
<http://visualartsdna.org/model/InternetArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/InternetArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Art using the internet as its medium." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/JPG">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A common file format for digital images.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Photograph"/>
<rdfs:label>JPG</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/JPEG"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/JPG",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A common file format for digital images."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "JPG"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/JPEG"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Photograph"
}
]
}
]<http://visualartsdna.org/model/JPG> <http://www.w3.org/2000/01/rdf-schema#label> "JPG" .
<http://visualartsdna.org/model/JPG> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/JPG> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/JPEG> .
<http://visualartsdna.org/model/JPG> <http://www.w3.org/2000/01/rdf-schema#comment> "A common file format for digital images." .
<http://visualartsdna.org/model/JPG> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/JPG> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Photograph> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:KeepNote a owl:Class ;
rdfs:label "Keep Note" ;
rdfs:comment "A concept originating as a Google Keep Note" ;
rdfs:subClassOf skos:Concept .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/KeepNote">
<rdfs:label>Keep Note</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:comment>A concept originating as a Google Keep Note</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/KeepNote",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A concept originating as a Google Keep Note"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Keep Note"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
]
}
]<http://visualartsdna.org/thesaurus/KeepNote> <http://www.w3.org/2000/01/rdf-schema#label> "Keep Note" .
<http://visualartsdna.org/thesaurus/KeepNote> <http://www.w3.org/2000/01/rdf-schema#comment> "A concept originating as a Google Keep Note" .
<http://visualartsdna.org/thesaurus/KeepNote> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://visualartsdna.org/thesaurus/KeepNote> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/KineticSculpture">
<rdfs:label>Kinetic Sculpture</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculptureForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Sculpture with moving parts.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Kinetic_art"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/KineticSculpture",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Sculpture with moving parts."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Kinetic Sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Kinetic_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculptureForm"
}
]
}
]<http://visualartsdna.org/model/KineticSculpture> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculptureForm> .
<http://visualartsdna.org/model/KineticSculpture> <http://www.w3.org/2000/01/rdf-schema#label> "Kinetic Sculpture" .
<http://visualartsdna.org/model/KineticSculpture> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Kinetic_art> .
<http://visualartsdna.org/model/KineticSculpture> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/KineticSculpture> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/KineticSculpture> <http://www.w3.org/2000/01/rdf-schema#comment> "Sculpture with moving parts." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/LandArt">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Land_art"/>
<rdfs:label>Land Art</rdfs:label>
<rdfs:comment>Art made directly in the landscape.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SpatialArtForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/LandArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art made directly in the landscape."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Land Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Land_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SpatialArtForm"
}
]
}
]<http://visualartsdna.org/model/LandArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Art made directly in the landscape." .
<http://visualartsdna.org/model/LandArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/LandArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Land_art> .
<http://visualartsdna.org/model/LandArt> <http://www.w3.org/2000/01/rdf-schema#label> "Land Art" .
<http://visualartsdna.org/model/LandArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SpatialArtForm> .
<http://visualartsdna.org/model/LandArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Landscape">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A genre depicting natural scenery.</rdfs:comment>
<rdfs:label>Landscape</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Representational"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Landscape_painting"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Landscape",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A genre depicting natural scenery."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Landscape"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Landscape_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Representational"
}
]
}
]<http://visualartsdna.org/model/Landscape> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Representational> .
<http://visualartsdna.org/model/Landscape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Landscape> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Landscape_painting> .
<http://visualartsdna.org/model/Landscape> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Landscape> <http://www.w3.org/2000/01/rdf-schema#comment> "A genre depicting natural scenery." .
<http://visualartsdna.org/model/Landscape> <http://www.w3.org/2000/01/rdf-schema#label> "Landscape" .
IRI: http://visualartsdna.org/model/Lifting
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Lifting">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WatercolorTechnique"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Removing wet or dried watercolor to create highlights.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Lifting</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Lifting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Removing wet or dried watercolor to create highlights."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Lifting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WatercolorTechnique"
}
]
}
]<http://visualartsdna.org/model/Lifting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Lifting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Lifting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WatercolorTechnique> .
<http://visualartsdna.org/model/Lifting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting> .
<http://visualartsdna.org/model/Lifting> <http://www.w3.org/2000/01/rdf-schema#comment> "Removing wet or dried watercolor to create highlights." .
<http://visualartsdna.org/model/Lifting> <http://www.w3.org/2000/01/rdf-schema#label> "Lifting" .
IRI: http://visualartsdna.org/model/LindenmayerSystemImage
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/LindenmayerSystemImage">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/GenerativeArt"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/L-system"/>
<rdfs:comment>An image generated by an L-system.</rdfs:comment>
<rdfs:label>Lindenmayer System Image</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/LindenmayerSystemImage",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An image generated by an L-system."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Lindenmayer System Image"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/L-system"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/GenerativeArt"
}
]
}
]<http://visualartsdna.org/model/LindenmayerSystemImage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/GenerativeArt> .
<http://visualartsdna.org/model/LindenmayerSystemImage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/LindenmayerSystemImage> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/L-system> .
<http://visualartsdna.org/model/LindenmayerSystemImage> <http://www.w3.org/2000/01/rdf-schema#comment> "An image generated by an L-system." .
<http://visualartsdna.org/model/LindenmayerSystemImage> <http://www.w3.org/2000/01/rdf-schema#label> "Lindenmayer System Image" .
<http://visualartsdna.org/model/LindenmayerSystemImage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Line">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtElements"/>
<rdfs:comment>A mark made by a moving point.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Line_drawing"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Line</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Line",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A mark made by a moving point."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Line"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Line_drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtElements"
}
]
}
]<http://visualartsdna.org/model/Line> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Line> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtElements> .
<http://visualartsdna.org/model/Line> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Line_drawing> .
<http://visualartsdna.org/model/Line> <http://www.w3.org/2000/01/rdf-schema#comment> "A mark made by a moving point." .
<http://visualartsdna.org/model/Line> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Line> <http://www.w3.org/2000/01/rdf-schema#label> "Line" .
IRI: http://visualartsdna.org/model/LinenCanvas
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/LinenCanvas">
<rdfs:comment>Canvas made from linen fibers. Available in fine, medium, and coarse weave.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Canvas"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Canvas"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Linen Canvas</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/LinenCanvas",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Canvas made from linen fibers. Available in fine, medium, and coarse weave."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Linen Canvas"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Canvas"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Canvas"
}
]
}
]<http://visualartsdna.org/model/LinenCanvas> <http://www.w3.org/2000/01/rdf-schema#comment> "Canvas made from linen fibers. Available in fine, medium, and coarse weave." .
<http://visualartsdna.org/model/LinenCanvas> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/LinenCanvas> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Canvas> .
<http://visualartsdna.org/model/LinenCanvas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/LinenCanvas> <http://www.w3.org/2000/01/rdf-schema#label> "Linen Canvas" .
<http://visualartsdna.org/model/LinenCanvas> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Canvas> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Linocut">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Relief printing using carved linoleum.</rdfs:comment>
<rdfs:label>Linocut</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ReliefPrinting"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Linocut"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Linocut",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Relief printing using carved linoleum."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Linocut"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Linocut"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ReliefPrinting"
}
]
}
]<http://visualartsdna.org/model/Linocut> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Linocut> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Linocut> <http://www.w3.org/2000/01/rdf-schema#comment> "Relief printing using carved linoleum." .
<http://visualartsdna.org/model/Linocut> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Linocut> .
<http://visualartsdna.org/model/Linocut> <http://www.w3.org/2000/01/rdf-schema#label> "Linocut" .
<http://visualartsdna.org/model/Linocut> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ReliefPrinting> .
IRI: http://visualartsdna.org/model/Lithography
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Lithography">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Lithography</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Lithography"/>
<rdfs:comment>Based on oil and water not mixing, using stone or metal plate.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PlanographicPrinting"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Lithography",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Based on oil and water not mixing, using stone or metal plate."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Lithography"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Lithography"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PlanographicPrinting"
}
]
}
]<http://visualartsdna.org/model/Lithography> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Lithography> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Lithography> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Lithography> .
<http://visualartsdna.org/model/Lithography> <http://www.w3.org/2000/01/rdf-schema#label> "Lithography" .
<http://visualartsdna.org/model/Lithography> <http://www.w3.org/2000/01/rdf-schema#comment> "Based on oil and water not mixing, using stone or metal plate." .
<http://visualartsdna.org/model/Lithography> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PlanographicPrinting> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/LsysRules">
<rdfs:comment>Production rules for Lindenmayer systems.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/L-system"/>
<rdfs:label>Lsys rules</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalLanguage"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/LsysRules",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Production rules for Lindenmayer systems."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Lsys rules"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/L-system"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalLanguage"
}
]
}
]<http://visualartsdna.org/model/LsysRules> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/LsysRules> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/L-system> .
<http://visualartsdna.org/model/LsysRules> <http://www.w3.org/2000/01/rdf-schema#label> "Lsys rules" .
<http://visualartsdna.org/model/LsysRules> <http://www.w3.org/2000/01/rdf-schema#comment> "Production rules for Lindenmayer systems." .
<http://visualartsdna.org/model/LsysRules> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/LsysRules> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalLanguage> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/MarkMakingTool">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Tool"/>
<rdfs:label>Mark-Making Tool</rdfs:label>
<rdfs:comment>Tools used to make marks on a surface.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Drawing"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/MarkMakingTool",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Tools used to make marks on a surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Mark-Making Tool"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Tool"
}
]
}
]<http://visualartsdna.org/model/MarkMakingTool> <http://www.w3.org/2000/01/rdf-schema#comment> "Tools used to make marks on a surface." .
<http://visualartsdna.org/model/MarkMakingTool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/MarkMakingTool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Tool> .
<http://visualartsdna.org/model/MarkMakingTool> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Drawing> .
<http://visualartsdna.org/model/MarkMakingTool> <http://www.w3.org/2000/01/rdf-schema#label> "Mark-Making Tool" .
<http://visualartsdna.org/model/MarkMakingTool> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/MaskingAgent
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/MaskingAgent">
<rdfs:label>Masking Agent</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting"/>
<rdfs:comment>Substances used to protect areas of paper from paint, such as masking fluid and frisket.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WatercolorAdditive"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/MaskingAgent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substances used to protect areas of paper from paint, such as masking fluid and frisket."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Masking Agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WatercolorAdditive"
}
]
}
]<http://visualartsdna.org/model/MaskingAgent> <http://www.w3.org/2000/01/rdf-schema#label> "Masking Agent" .
<http://visualartsdna.org/model/MaskingAgent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/MaskingAgent> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting> .
<http://visualartsdna.org/model/MaskingAgent> <http://www.w3.org/2000/01/rdf-schema#comment> "Substances used to protect areas of paper from paint, such as masking fluid and frisket." .
<http://visualartsdna.org/model/MaskingAgent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/MaskingAgent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WatercolorAdditive> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Matting">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Mat_(picture_framing)"/>
<rdfs:comment>Adding a mat board around artwork for framing.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/FinishingProcess"/>
<rdfs:label>Matting</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Matting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Adding a mat board around artwork for framing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Matting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Mat_(picture_framing)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/FinishingProcess"
}
]
}
]<http://visualartsdna.org/model/Matting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Mat_(picture_framing)> .
<http://visualartsdna.org/model/Matting> <http://www.w3.org/2000/01/rdf-schema#comment> "Adding a mat board around artwork for framing." .
<http://visualartsdna.org/model/Matting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/FinishingProcess> .
<http://visualartsdna.org/model/Matting> <http://www.w3.org/2000/01/rdf-schema#label> "Matting" .
<http://visualartsdna.org/model/Matting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Matting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/MetalMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/MetalMaterial">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Bronze_sculpture"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Metal for sculpture: bronze, steel, iron, aluminum, copper.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Metal Material</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculpturalMaterial"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/MetalMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Metal for sculpture: bronze, steel, iron, aluminum, copper."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Metal Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Bronze_sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculpturalMaterial"
}
]
}
]<http://visualartsdna.org/model/MetalMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Bronze_sculpture> .
<http://visualartsdna.org/model/MetalMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculpturalMaterial> .
<http://visualartsdna.org/model/MetalMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/MetalMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Metal for sculpture: bronze, steel, iron, aluminum, copper." .
<http://visualartsdna.org/model/MetalMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/MetalMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Metal Material" .
IRI: http://visualartsdna.org/model/MetalSupport
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/MetalSupport">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Metal Support</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/RigidSupport"/>
<rdfs:comment>Metal surfaces used as supports, including copper plates and aluminum panels.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Support_(art)"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/MetalSupport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Metal surfaces used as supports, including copper plates and aluminum panels."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Metal Support"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Support_(art)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/RigidSupport"
}
]
}
]<http://visualartsdna.org/model/MetalSupport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/MetalSupport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/MetalSupport> <http://www.w3.org/2000/01/rdf-schema#label> "Metal Support" .
<http://visualartsdna.org/model/MetalSupport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/RigidSupport> .
<http://visualartsdna.org/model/MetalSupport> <http://www.w3.org/2000/01/rdf-schema#comment> "Metal surfaces used as supports, including copper plates and aluminum panels." .
<http://visualartsdna.org/model/MetalSupport> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Support_(art)> .
IRI: http://visualartsdna.org/model/Mezzotint
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Mezzotint">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Mezzotint"/>
<rdfs:label>Mezzotint</rdfs:label>
<rdfs:comment>Intaglio technique creating tonal areas by roughening plate surface.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/IntaglioPrinting"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Mezzotint",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Intaglio technique creating tonal areas by roughening plate surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Mezzotint"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Mezzotint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/IntaglioPrinting"
}
]
}
]<http://visualartsdna.org/model/Mezzotint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Mezzotint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Mezzotint> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Mezzotint> .
<http://visualartsdna.org/model/Mezzotint> <http://www.w3.org/2000/01/rdf-schema#label> "Mezzotint" .
<http://visualartsdna.org/model/Mezzotint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/IntaglioPrinting> .
<http://visualartsdna.org/model/Mezzotint> <http://www.w3.org/2000/01/rdf-schema#comment> "Intaglio technique creating tonal areas by roughening plate surface." .
IRI: http://visualartsdna.org/model/MineralPigment
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/MineralPigment">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/InorganicPigment"/>
<rdfs:comment>Natural earth pigments such as ochre, ultramarine, cadmium.</rdfs:comment>
<rdfs:label>Mineral Pigment</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pigment"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/MineralPigment",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Natural earth pigments such as ochre, ultramarine, cadmium."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Mineral Pigment"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pigment"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/InorganicPigment"
}
]
}
]<http://visualartsdna.org/model/MineralPigment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/InorganicPigment> .
<http://visualartsdna.org/model/MineralPigment> <http://www.w3.org/2000/01/rdf-schema#comment> "Natural earth pigments such as ochre, ultramarine, cadmium." .
<http://visualartsdna.org/model/MineralPigment> <http://www.w3.org/2000/01/rdf-schema#label> "Mineral Pigment" .
<http://visualartsdna.org/model/MineralPigment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/MineralPigment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/MineralPigment> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pigment> .
IRI: http://visualartsdna.org/model/MixedMediaForm
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/MixedMediaForm">
<rdfs:comment>Combines different artistic media and materials.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Mixed_media"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtForm"/>
<rdfs:label>Mixed Media Form</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/MixedMediaForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Combines different artistic media and materials."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Mixed Media Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Mixed_media"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtForm"
}
]
}
]<http://visualartsdna.org/model/MixedMediaForm> <http://www.w3.org/2000/01/rdf-schema#comment> "Combines different artistic media and materials." .
<http://visualartsdna.org/model/MixedMediaForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/MixedMediaForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Mixed_media> .
<http://visualartsdna.org/model/MixedMediaForm> <http://www.w3.org/2000/01/rdf-schema#label> "Mixed Media Form" .
<http://visualartsdna.org/model/MixedMediaForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/MixedMediaForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtForm> .
IRI: http://visualartsdna.org/model/MixingColors
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/MixingColors">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PreparationProcess"/>
<rdfs:label>Mixing Colors</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The process of mixing paints to create desired colors.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Color_mixing"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/MixingColors",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The process of mixing paints to create desired colors."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Mixing Colors"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Color_mixing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PreparationProcess"
}
]
}
]<http://visualartsdna.org/model/MixingColors> <http://www.w3.org/2000/01/rdf-schema#comment> "The process of mixing paints to create desired colors." .
<http://visualartsdna.org/model/MixingColors> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/MixingColors> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PreparationProcess> .
<http://visualartsdna.org/model/MixingColors> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/MixingColors> <http://www.w3.org/2000/01/rdf-schema#label> "Mixing Colors" .
<http://visualartsdna.org/model/MixingColors> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Color_mixing> .
IRI: http://visualartsdna.org/model/MobileSculpture
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/MobileSculpture">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Mobile_(sculpture)"/>
<rdfs:comment>Suspended elements moving with air currents.</rdfs:comment>
<rdfs:label>Mobile Sculpture</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/KineticSculpture"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/MobileSculpture",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Suspended elements moving with air currents."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Mobile Sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Mobile_(sculpture)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/KineticSculpture"
}
]
}
]<http://visualartsdna.org/model/MobileSculpture> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Mobile_(sculpture)> .
<http://visualartsdna.org/model/MobileSculpture> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/KineticSculpture> .
<http://visualartsdna.org/model/MobileSculpture> <http://www.w3.org/2000/01/rdf-schema#comment> "Suspended elements moving with air currents." .
<http://visualartsdna.org/model/MobileSculpture> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/MobileSculpture> <http://www.w3.org/2000/01/rdf-schema#label> "Mobile Sculpture" .
<http://visualartsdna.org/model/MobileSculpture> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Modeling">
<rdfs:label>Modeling</rdfs:label>
<rdfs:comment>Additive sculpture - material built up.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sculpture"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculptureForm"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Modeling",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Additive sculpture - material built up."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Modeling"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculptureForm"
}
]
}
]<http://visualartsdna.org/model/Modeling> <http://www.w3.org/2000/01/rdf-schema#label> "Modeling" .
<http://visualartsdna.org/model/Modeling> <http://www.w3.org/2000/01/rdf-schema#comment> "Additive sculpture - material built up." .
<http://visualartsdna.org/model/Modeling> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Modeling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Modeling> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sculpture> .
<http://visualartsdna.org/model/Modeling> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculptureForm> .
IRI: http://visualartsdna.org/model/ModelingTool
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ModelingTool">
<rdfs:label>Modeling Tool</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Tools for shaping clay and other modeling materials.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ShapingTool"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sculpture"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ModelingTool",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Tools for shaping clay and other modeling materials."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Modeling Tool"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ShapingTool"
}
]
}
]<http://visualartsdna.org/model/ModelingTool> <http://www.w3.org/2000/01/rdf-schema#label> "Modeling Tool" .
<http://visualartsdna.org/model/ModelingTool> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ModelingTool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ShapingTool> .
<http://visualartsdna.org/model/ModelingTool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ModelingTool> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sculpture> .
<http://visualartsdna.org/model/ModelingTool> <http://www.w3.org/2000/01/rdf-schema#comment> "Tools for shaping clay and other modeling materials." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/MoldMaking">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Molding_(process)"/>
<rdfs:comment>Creating molds for casting sculpture.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Mold Making</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculptureTechnique"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/MoldMaking",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Creating molds for casting sculpture."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Mold Making"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Molding_(process)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculptureTechnique"
}
]
}
]<http://visualartsdna.org/model/MoldMaking> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/MoldMaking> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Molding_(process)> .
<http://visualartsdna.org/model/MoldMaking> <http://www.w3.org/2000/01/rdf-schema#label> "Mold Making" .
<http://visualartsdna.org/model/MoldMaking> <http://www.w3.org/2000/01/rdf-schema#comment> "Creating molds for casting sculpture." .
<http://visualartsdna.org/model/MoldMaking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/MoldMaking> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculptureTechnique> .
IRI: http://visualartsdna.org/model/Monotype
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Monotype">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Monotyping"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PlanographicPrinting"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Monotype</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A printmaking technique yielding a unique print.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Monotype",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A printmaking technique yielding a unique print."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Monotype"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Monotyping"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PlanographicPrinting"
}
]
}
]<http://visualartsdna.org/model/Monotype> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Monotyping> .
<http://visualartsdna.org/model/Monotype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Monotype> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PlanographicPrinting> .
<http://visualartsdna.org/model/Monotype> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Monotype> <http://www.w3.org/2000/01/rdf-schema#label> "Monotype" .
<http://visualartsdna.org/model/Monotype> <http://www.w3.org/2000/01/rdf-schema#comment> "A printmaking technique yielding a unique print." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Movement">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Design_principles"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtPrinciples"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Creating a sense of action or guiding the eye.</rdfs:comment>
<rdfs:label>Movement</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Movement",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Creating a sense of action or guiding the eye."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Movement"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Design_principles"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtPrinciples"
}
]
}
]<http://visualartsdna.org/model/Movement> <http://www.w3.org/2000/01/rdf-schema#label> "Movement" .
<http://visualartsdna.org/model/Movement> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Design_principles> .
<http://visualartsdna.org/model/Movement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtPrinciples> .
<http://visualartsdna.org/model/Movement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Movement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Movement> <http://www.w3.org/2000/01/rdf-schema#comment> "Creating a sense of action or guiding the eye." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/NegativePainting">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Painting around shapes to define them.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WatercolorTechnique"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Negative Painting</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/NegativePainting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Painting around shapes to define them."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Negative Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WatercolorTechnique"
}
]
}
]<http://visualartsdna.org/model/NegativePainting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/NegativePainting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/NegativePainting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WatercolorTechnique> .
<http://visualartsdna.org/model/NegativePainting> <http://www.w3.org/2000/01/rdf-schema#label> "Negative Painting" .
<http://visualartsdna.org/model/NegativePainting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting> .
<http://visualartsdna.org/model/NegativePainting> <http://www.w3.org/2000/01/rdf-schema#comment> "Painting around shapes to define them." .
IRI: http://visualartsdna.org/model/NFT
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/NFT">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Non-fungible_token"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>NFT</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A unique digital asset representing ownership of content using blockchain.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/NFTMarket"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/NFT",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A unique digital asset representing ownership of content using blockchain."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "NFT"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Non-fungible_token"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/NFTMarket"
}
]
}
]<http://visualartsdna.org/model/NFT> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Non-fungible_token> .
<http://visualartsdna.org/model/NFT> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/NFTMarket> .
<http://visualartsdna.org/model/NFT> <http://www.w3.org/2000/01/rdf-schema#label> "NFT" .
<http://visualartsdna.org/model/NFT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/NFT> <http://www.w3.org/2000/01/rdf-schema#comment> "A unique digital asset representing ownership of content using blockchain." .
<http://visualartsdna.org/model/NFT> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/NFTBroker">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>NFTBroker</rdfs:label>
<rdfs:comment>A platform facilitating NFT transactions.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/NFTMarket"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Non-fungible_token"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/NFTBroker",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A platform facilitating NFT transactions."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "NFTBroker"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Non-fungible_token"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/NFTMarket"
}
]
}
]<http://visualartsdna.org/model/NFTBroker> <http://www.w3.org/2000/01/rdf-schema#label> "NFTBroker" .
<http://visualartsdna.org/model/NFTBroker> <http://www.w3.org/2000/01/rdf-schema#comment> "A platform facilitating NFT transactions." .
<http://visualartsdna.org/model/NFTBroker> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/NFTBroker> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/NFTBroker> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Non-fungible_token> .
<http://visualartsdna.org/model/NFTBroker> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/NFTMarket> .
IRI: http://visualartsdna.org/model/NFTMarket
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/NFTMarket">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Non-fungible_token"/>
<rdfs:comment>An online marketplace dedicated to the trading of non-fungible tokens.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMarket"/>
<rdfs:label>NFTMarket</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/NFTMarket",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An online marketplace dedicated to the trading of non-fungible tokens."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "NFTMarket"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Non-fungible_token"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMarket"
}
]
}
]<http://visualartsdna.org/model/NFTMarket> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Non-fungible_token> .
<http://visualartsdna.org/model/NFTMarket> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/NFTMarket> <http://www.w3.org/2000/01/rdf-schema#comment> "An online marketplace dedicated to the trading of non-fungible tokens." .
<http://visualartsdna.org/model/NFTMarket> <http://www.w3.org/2000/01/rdf-schema#label> "NFTMarket" .
<http://visualartsdna.org/model/NFTMarket> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/NFTMarket> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMarket> .
IRI: http://visualartsdna.org/model/NonObjective
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/NonObjective">
<rdfs:label>Non objective</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Art that does not depict recognizable objects from the natural world.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Nonobjective_art"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtTypes"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/NonObjective",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art that does not depict recognizable objects from the natural world."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Non objective"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Nonobjective_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtTypes"
}
]
}
]<http://visualartsdna.org/model/NonObjective> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Nonobjective_art> .
<http://visualartsdna.org/model/NonObjective> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtTypes> .
<http://visualartsdna.org/model/NonObjective> <http://www.w3.org/2000/01/rdf-schema#comment> "Art that does not depict recognizable objects from the natural world." .
<http://visualartsdna.org/model/NonObjective> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/NonObjective> <http://www.w3.org/2000/01/rdf-schema#label> "Non objective" .
<http://visualartsdna.org/model/NonObjective> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
owl:ObjectProperty a owl:Class ;
rdfs:label "Object Property" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#ObjectProperty">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Object Property</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#ObjectProperty",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Object Property"
}
]
}
]<http://www.w3.org/2002/07/owl#ObjectProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2002/07/owl#ObjectProperty> <http://www.w3.org/2000/01/rdf-schema#label> "Object Property" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Oeuvre">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Oeuvre"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Oeuvre</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtworkCollection"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The complete body of work of an artist.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Oeuvre",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The complete body of work of an artist."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Oeuvre"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Oeuvre"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtworkCollection"
}
]
}
]<http://visualartsdna.org/model/Oeuvre> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Oeuvre> .
<http://visualartsdna.org/model/Oeuvre> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtworkCollection> .
<http://visualartsdna.org/model/Oeuvre> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Oeuvre> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Oeuvre> <http://www.w3.org/2000/01/rdf-schema#label> "Oeuvre" .
<http://visualartsdna.org/model/Oeuvre> <http://www.w3.org/2000/01/rdf-schema#comment> "The complete body of work of an artist." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/OilBinder">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Drying oils used as binders in oil paints.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Drying_oil"/>
<rdfs:label>Oil Binder</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/BindingAgent"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/OilBinder",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Drying oils used as binders in oil paints."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Oil Binder"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Drying_oil"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/BindingAgent"
}
]
}
]<http://visualartsdna.org/model/OilBinder> <http://www.w3.org/2000/01/rdf-schema#label> "Oil Binder" .
<http://visualartsdna.org/model/OilBinder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/OilBinder> <http://www.w3.org/2000/01/rdf-schema#comment> "Drying oils used as binders in oil paints." .
<http://visualartsdna.org/model/OilBinder> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/BindingAgent> .
<http://visualartsdna.org/model/OilBinder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/OilBinder> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Drying_oil> .
IRI: http://visualartsdna.org/model/OilPainting
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/OilPainting">
<rdfs:comment>A painting medium using pigments bound with drying oils.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Oil Painting</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Oil_painting"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingForm"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/OilPainting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A painting medium using pigments bound with drying oils."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Oil Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Oil_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingForm"
}
]
}
]<http://visualartsdna.org/model/OilPainting> <http://www.w3.org/2000/01/rdf-schema#comment> "A painting medium using pigments bound with drying oils." .
<http://visualartsdna.org/model/OilPainting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingForm> .
<http://visualartsdna.org/model/OilPainting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/OilPainting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/OilPainting> <http://www.w3.org/2000/01/rdf-schema#label> "Oil Painting" .
<http://visualartsdna.org/model/OilPainting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Oil_painting> .
IRI: http://visualartsdna.org/model/OilPaintingAdditive
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/OilPaintingAdditive">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/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:comment>
<rdfs:label>Oil Painting Additive</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Oil_painting#Mediums_and_solvents"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<skos:altLabel>Oil Medium</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/OilPaintingAdditive",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "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."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Oil Painting Additive"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Oil_painting#Mediums_and_solvents"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Additive"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Oil Medium"
}
]
}
]<http://visualartsdna.org/model/OilPaintingAdditive> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Additive> .
<http://visualartsdna.org/model/OilPaintingAdditive> <http://www.w3.org/2000/01/rdf-schema#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." .
<http://visualartsdna.org/model/OilPaintingAdditive> <http://www.w3.org/2000/01/rdf-schema#label> "Oil Painting Additive" .
<http://visualartsdna.org/model/OilPaintingAdditive> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Oil_painting#Mediums_and_solvents> .
<http://visualartsdna.org/model/OilPaintingAdditive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/OilPaintingAdditive> <http://www.w3.org/2004/02/skos/core#altLabel> "Oil Medium" .
<http://visualartsdna.org/model/OilPaintingAdditive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/OilSolvent
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/OilSolvent">
<rdfs:comment>Substances used to thin oil paint or clean brushes, such as turpentine, odorless mineral spirit (OMS), and spike lavender oil.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Turpentine"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Oil Solvent</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/OilPaintingAdditive"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/OilSolvent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substances used to thin oil paint or clean brushes, such as turpentine, odorless mineral spirit (OMS), and spike lavender oil."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Oil Solvent"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Turpentine"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/OilPaintingAdditive"
}
]
}
]<http://visualartsdna.org/model/OilSolvent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/OilSolvent> <http://www.w3.org/2000/01/rdf-schema#comment> "Substances used to thin oil paint or clean brushes, such as turpentine, odorless mineral spirit (OMS), and spike lavender oil." .
<http://visualartsdna.org/model/OilSolvent> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Turpentine> .
<http://visualartsdna.org/model/OilSolvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/OilSolvent> <http://www.w3.org/2000/01/rdf-schema#label> "Oil Solvent" .
<http://visualartsdna.org/model/OilSolvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/OilPaintingAdditive> .
IRI: http://visualartsdna.org/model/OnlineStore
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/OnlineStore">
<rdfs:label>Online store</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMarket"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Online_shopping"/>
<rdfs:comment>A virtual platform where artists can sell their artworks.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/OnlineStore",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A virtual platform where artists can sell their artworks."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Online store"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Online_shopping"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMarket"
}
]
}
]<http://visualartsdna.org/model/OnlineStore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/OnlineStore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMarket> .
<http://visualartsdna.org/model/OnlineStore> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/OnlineStore> <http://www.w3.org/2000/01/rdf-schema#label> "Online store" .
<http://visualartsdna.org/model/OnlineStore> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Online_shopping> .
<http://visualartsdna.org/model/OnlineStore> <http://www.w3.org/2000/01/rdf-schema#comment> "A virtual platform where artists can sell their artworks." .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
owl:Ontology a owl:Class ;
rdfs:label "Ontology" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Ontology">
<rdfs:label>Ontology</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#Ontology",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Ontology"
}
]
}
]<http://www.w3.org/2002/07/owl#Ontology> <http://www.w3.org/2000/01/rdf-schema#label> "Ontology" .
<http://www.w3.org/2002/07/owl#Ontology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/thesaurus/Operation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Operation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Operation</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:comment>Typically a reference document on the management of the software system.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Operation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Typically a reference document on the management of the software system."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Operation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Operation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Operation> <http://www.w3.org/2000/01/rdf-schema#label> "Operation" .
<http://visualartsdna.org/thesaurus/Operation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/Operation> <http://www.w3.org/2000/01/rdf-schema#comment> "Typically a reference document on the management of the software system." .
IRI: http://www.w3.org/2004/02/skos/core#OrderedCollection
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/OrganicPigment">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pigment"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Pigments from carbon-based compounds.</rdfs:comment>
<rdfs:label>Organic Pigment</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Pigment"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/OrganicPigment",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Pigments from carbon-based compounds."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Organic Pigment"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pigment"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Pigment"
}
]
}
]<http://visualartsdna.org/model/OrganicPigment> <http://www.w3.org/2000/01/rdf-schema#label> "Organic Pigment" .
<http://visualartsdna.org/model/OrganicPigment> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pigment> .
<http://visualartsdna.org/model/OrganicPigment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/OrganicPigment> <http://www.w3.org/2000/01/rdf-schema#comment> "Pigments from carbon-based compounds." .
<http://visualartsdna.org/model/OrganicPigment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Pigment> .
<http://visualartsdna.org/model/OrganicPigment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/thesaurus/Organization
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Organization">
<rdfs:label>Organization</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:comment>an organized body of people with a particular purpose, especially a business, society, association, etc.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Organization",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "an organized body of people with a particular purpose, especially a business, society, association, etc."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Organization"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Organization> <http://www.w3.org/2000/01/rdf-schema#label> "Organization" .
<http://visualartsdna.org/thesaurus/Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Organization> <http://www.w3.org/2000/01/rdf-schema#comment> "an organized body of people with a particular purpose, especially a business, society, association, etc." .
<http://visualartsdna.org/thesaurus/Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
schema:Organization a owl:Class ;
rdfs:label "Organization" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/Organization">
<rdfs:label>Organization</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/Organization",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Organization"
}
]
}
]<https://schema.org/Organization> <http://www.w3.org/2000/01/rdf-schema#label> "Organization" .
<https://schema.org/Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
owl:Class a owl:Class ;
rdfs:label "OWL Class" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Class">
<rdfs:label>OWL Class</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#Class",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "OWL Class"
}
]
}
]<http://www.w3.org/2002/07/owl#Class> <http://www.w3.org/2000/01/rdf-schema#label> "OWL Class" .
<http://www.w3.org/2002/07/owl#Class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Paint">
<rdfs:comment>A mixture of pigments in a binder.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingMaterial"/>
<rdfs:label>Paint</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Paint"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Paint",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A mixture of pigments in a binder."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingMaterial"
}
]
}
]<http://visualartsdna.org/model/Paint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingMaterial> .
<http://visualartsdna.org/model/Paint> <http://www.w3.org/2000/01/rdf-schema#comment> "A mixture of pigments in a binder." .
<http://visualartsdna.org/model/Paint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Paint> <http://www.w3.org/2000/01/rdf-schema#label> "Paint" .
<http://visualartsdna.org/model/Paint> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Paint> .
<http://visualartsdna.org/model/Paint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Painter">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Painting"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtist"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Painter</rdfs:label>
<rdfs:comment>An artist who creates paintings.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Painter",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An artist who creates paintings."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Painter"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtist"
}
]
}
]<http://visualartsdna.org/model/Painter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtist> .
<http://visualartsdna.org/model/Painter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Painter> <http://www.w3.org/2000/01/rdf-schema#label> "Painter" .
<http://visualartsdna.org/model/Painter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Painter> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Painting> .
<http://visualartsdna.org/model/Painter> <http://www.w3.org/2000/01/rdf-schema#comment> "An artist who creates paintings." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PaintingForm">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Painting"/>
<rdfs:comment>The art of applying paint to a surface.</rdfs:comment>
<rdfs:label>Painting Form</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtForm"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PaintingForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The art of applying paint to a surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Painting Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtForm"
}
]
}
]<http://visualartsdna.org/model/PaintingForm> <http://www.w3.org/2000/01/rdf-schema#comment> "The art of applying paint to a surface." .
<http://visualartsdna.org/model/PaintingForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PaintingForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtForm> .
<http://visualartsdna.org/model/PaintingForm> <http://www.w3.org/2000/01/rdf-schema#label> "Painting Form" .
<http://visualartsdna.org/model/PaintingForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Painting> .
<http://visualartsdna.org/model/PaintingForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/PaintingMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PaintingMaterial">
<rdfs:comment>Substances used in painting: pigments, binders, solvents.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Painting Material</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrimaryMaterial"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/List_of_art_media"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PaintingMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substances used in painting: pigments, binders, solvents."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Painting Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/List_of_art_media"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrimaryMaterial"
}
]
}
]<http://visualartsdna.org/model/PaintingMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Substances used in painting: pigments, binders, solvents." .
<http://visualartsdna.org/model/PaintingMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Painting Material" .
<http://visualartsdna.org/model/PaintingMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PaintingMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/List_of_art_media> .
<http://visualartsdna.org/model/PaintingMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PaintingMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrimaryMaterial> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PaintingTechnique">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Painting"/>
<rdfs:label>Painting Technique</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Technique"/>
<rdfs:comment>Techniques specific to painting.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PaintingTechnique",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Techniques specific to painting."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Painting Technique"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Technique"
}
]
}
]<http://visualartsdna.org/model/PaintingTechnique> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PaintingTechnique> <http://www.w3.org/2000/01/rdf-schema#label> "Painting Technique" .
<http://visualartsdna.org/model/PaintingTechnique> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PaintingTechnique> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Painting> .
<http://visualartsdna.org/model/PaintingTechnique> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Technique> .
<http://visualartsdna.org/model/PaintingTechnique> <http://www.w3.org/2000/01/rdf-schema#comment> "Techniques specific to painting." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Palette">
<rdfs:label>Palette</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A flat surface for mixing and holding paints.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SupportTool"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Palette_(painting)"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Palette",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A flat surface for mixing and holding paints."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Palette"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Palette_(painting)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SupportTool"
}
]
}
]<http://visualartsdna.org/model/Palette> <http://www.w3.org/2000/01/rdf-schema#label> "Palette" .
<http://visualartsdna.org/model/Palette> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SupportTool> .
<http://visualartsdna.org/model/Palette> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Palette> <http://www.w3.org/2000/01/rdf-schema#comment> "A flat surface for mixing and holding paints." .
<http://visualartsdna.org/model/Palette> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Palette_(painting)> .
<http://visualartsdna.org/model/Palette> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PaletteKnife">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Tool"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Palette_knife"/>
<rdfs:label>Palette Knife</rdfs:label>
<rdfs:comment>A tool for mixing and applying paint.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PaletteKnife",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A tool for mixing and applying paint."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Palette Knife"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Palette_knife"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Tool"
}
]
}
]<http://visualartsdna.org/model/PaletteKnife> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Tool> .
<http://visualartsdna.org/model/PaletteKnife> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PaletteKnife> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PaletteKnife> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Palette_knife> .
<http://visualartsdna.org/model/PaletteKnife> <http://www.w3.org/2000/01/rdf-schema#label> "Palette Knife" .
<http://visualartsdna.org/model/PaletteKnife> <http://www.w3.org/2000/01/rdf-schema#comment> "A tool for mixing and applying paint." .
IRI: http://visualartsdna.org/model/Panel
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Panel">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/RigidSupport"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Panel</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Panel_painting"/>
<rdfs:comment>A rigid painting support, often wood or hardboard, providing a durable, warp-resistant surface.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Panel",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A rigid painting support, often wood or hardboard, providing a durable, warp-resistant surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Panel"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Panel_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/RigidSupport"
}
]
}
]<http://visualartsdna.org/model/Panel> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Panel_painting> .
<http://visualartsdna.org/model/Panel> <http://www.w3.org/2000/01/rdf-schema#label> "Panel" .
<http://visualartsdna.org/model/Panel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Panel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/RigidSupport> .
<http://visualartsdna.org/model/Panel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Panel> <http://www.w3.org/2000/01/rdf-schema#comment> "A rigid painting support, often wood or hardboard, providing a durable, warp-resistant surface." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PaperSupport">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Paper"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Support"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Paper used as a support for artwork.</rdfs:comment>
<rdfs:label>Paper Support</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PaperSupport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Paper used as a support for artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Paper Support"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Support"
}
]
}
]<http://visualartsdna.org/model/PaperSupport> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Paper> .
<http://visualartsdna.org/model/PaperSupport> <http://www.w3.org/2000/01/rdf-schema#comment> "Paper used as a support for artwork." .
<http://visualartsdna.org/model/PaperSupport> <http://www.w3.org/2000/01/rdf-schema#label> "Paper Support" .
<http://visualartsdna.org/model/PaperSupport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Support> .
<http://visualartsdna.org/model/PaperSupport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PaperSupport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PastelDrawing">
<rdfs:label>Pastel Drawing</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Drawing"/>
<rdfs:comment>A drawing using pastel sticks.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pastel"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PastelDrawing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A drawing using pastel sticks."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Pastel Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pastel"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Drawing"
}
]
}
]<http://visualartsdna.org/model/PastelDrawing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PastelDrawing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Drawing> .
<http://visualartsdna.org/model/PastelDrawing> <http://www.w3.org/2000/01/rdf-schema#comment> "A drawing using pastel sticks." .
<http://visualartsdna.org/model/PastelDrawing> <http://www.w3.org/2000/01/rdf-schema#label> "Pastel Drawing" .
<http://visualartsdna.org/model/PastelDrawing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PastelDrawing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pastel> .
IRI: http://visualartsdna.org/model/PastelMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PastelMaterial">
<rdfs:comment>Powdered pigment bound with non-greasy binder in stick form.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DryDrawingMaterial"/>
<rdfs:label>Pastel Material</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pastel"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PastelMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Powdered pigment bound with non-greasy binder in stick form."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Pastel Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pastel"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DryDrawingMaterial"
}
]
}
]<http://visualartsdna.org/model/PastelMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Pastel Material" .
<http://visualartsdna.org/model/PastelMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Powdered pigment bound with non-greasy binder in stick form." .
<http://visualartsdna.org/model/PastelMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PastelMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pastel> .
<http://visualartsdna.org/model/PastelMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PastelMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DryDrawingMaterial> .
IRI: http://visualartsdna.org/model/PastelPaper
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PastelPaper">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Paper with texture designed to hold pastel pigments.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaperSupport"/>
<rdfs:label>Pastel Paper</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pastel"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PastelPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Paper with texture designed to hold pastel pigments."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Pastel Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pastel"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaperSupport"
}
]
}
]<http://visualartsdna.org/model/PastelPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "Paper with texture designed to hold pastel pigments." .
<http://visualartsdna.org/model/PastelPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaperSupport> .
<http://visualartsdna.org/model/PastelPaper> <http://www.w3.org/2000/01/rdf-schema#label> "Pastel Paper" .
<http://visualartsdna.org/model/PastelPaper> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pastel> .
<http://visualartsdna.org/model/PastelPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PastelPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/Patination
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Patination">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Patination</rdfs:label>
<rdfs:comment>Applying or developing a surface patina on sculpture.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Patina"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculptureTechnique"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Patination",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Applying or developing a surface patina on sculpture."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Patination"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Patina"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculptureTechnique"
}
]
}
]<http://visualartsdna.org/model/Patination> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Patination> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Patination> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Patina> .
<http://visualartsdna.org/model/Patination> <http://www.w3.org/2000/01/rdf-schema#label> "Patination" .
<http://visualartsdna.org/model/Patination> <http://www.w3.org/2000/01/rdf-schema#comment> "Applying or developing a surface patina on sculpture." .
<http://visualartsdna.org/model/Patination> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculptureTechnique> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PatternElement">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Pattern element</rdfs:label>
<rdfs:comment>A repeated unit creating a pattern.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtElements"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Elements_of_art"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PatternElement",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A repeated unit creating a pattern."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Pattern element"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Elements_of_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtElements"
}
]
}
]<http://visualartsdna.org/model/PatternElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PatternElement> <http://www.w3.org/2000/01/rdf-schema#label> "Pattern element" .
<http://visualartsdna.org/model/PatternElement> <http://www.w3.org/2000/01/rdf-schema#comment> "A repeated unit creating a pattern." .
<http://visualartsdna.org/model/PatternElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtElements> .
<http://visualartsdna.org/model/PatternElement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PatternElement> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Elements_of_art> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PatternPrinciple">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Pattern principle</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pattern"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtPrinciples"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Repetition of elements.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PatternPrinciple",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Repetition of elements."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Pattern principle"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pattern"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtPrinciples"
}
]
}
]<http://visualartsdna.org/model/PatternPrinciple> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PatternPrinciple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PatternPrinciple> <http://www.w3.org/2000/01/rdf-schema#label> "Pattern principle" .
<http://visualartsdna.org/model/PatternPrinciple> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pattern> .
<http://visualartsdna.org/model/PatternPrinciple> <http://www.w3.org/2000/01/rdf-schema#comment> "Repetition of elements." .
<http://visualartsdna.org/model/PatternPrinciple> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtPrinciples> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Pen">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/MarkMakingTool"/>
<rdfs:label>Pen</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pen"/>
<rdfs:comment>A tool for writing or drawing with ink.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Pen",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A tool for writing or drawing with ink."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Pen"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pen"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/MarkMakingTool"
}
]
}
]<http://visualartsdna.org/model/Pen> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/MarkMakingTool> .
<http://visualartsdna.org/model/Pen> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pen> .
<http://visualartsdna.org/model/Pen> <http://www.w3.org/2000/01/rdf-schema#comment> "A tool for writing or drawing with ink." .
<http://visualartsdna.org/model/Pen> <http://www.w3.org/2000/01/rdf-schema#label> "Pen" .
<http://visualartsdna.org/model/Pen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Pen> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/Pencil
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Pencil">
<rdfs:label>Pencil</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pencil"/>
<rdfs:comment>A drawing implement with a core of graphite or colored material.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/MarkMakingTool"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Pencil",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A drawing implement with a core of graphite or colored material."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Pencil"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pencil"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/MarkMakingTool"
}
]
}
]<http://visualartsdna.org/model/Pencil> <http://www.w3.org/2000/01/rdf-schema#label> "Pencil" .
<http://visualartsdna.org/model/Pencil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Pencil> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Pencil> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/MarkMakingTool> .
<http://visualartsdna.org/model/Pencil> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pencil> .
<http://visualartsdna.org/model/Pencil> <http://www.w3.org/2000/01/rdf-schema#comment> "A drawing implement with a core of graphite or colored material." .
IRI: http://visualartsdna.org/model/PencilDrawing
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PencilDrawing">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Pencil Drawing</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pencil"/>
<rdfs:comment>A drawing created using graphite or colored pencils.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Drawing"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PencilDrawing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A drawing created using graphite or colored pencils."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Pencil Drawing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pencil"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Drawing"
}
]
}
]<http://visualartsdna.org/model/PencilDrawing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PencilDrawing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PencilDrawing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pencil> .
<http://visualartsdna.org/model/PencilDrawing> <http://www.w3.org/2000/01/rdf-schema#label> "Pencil Drawing" .
<http://visualartsdna.org/model/PencilDrawing> <http://www.w3.org/2000/01/rdf-schema#comment> "A drawing created using graphite or colored pencils." .
<http://visualartsdna.org/model/PencilDrawing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Drawing> .
IRI: http://visualartsdna.org/model/PerformanceArt
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PerformanceArt">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Performance Art</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Performance_art"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/TimeBasedArtForm"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Artwork created through actions performed by the artist.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PerformanceArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Artwork created through actions performed by the artist."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Performance Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Performance_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/TimeBasedArtForm"
}
]
}
]<http://visualartsdna.org/model/PerformanceArt> <http://www.w3.org/2000/01/rdf-schema#label> "Performance Art" .
<http://visualartsdna.org/model/PerformanceArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Performance_art> .
<http://visualartsdna.org/model/PerformanceArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/TimeBasedArtForm> .
<http://visualartsdna.org/model/PerformanceArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PerformanceArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PerformanceArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Artwork created through actions performed by the artist." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Perspective">
<rdfs:comment>A technique to create the illusion of depth.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Perspective_(graphical)"/>
<rdfs:label>Perspective</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/FormalAnalysis"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Perspective",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A technique to create the illusion of depth."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Perspective"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Perspective_(graphical)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/FormalAnalysis"
}
]
}
]<http://visualartsdna.org/model/Perspective> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Perspective_(graphical)> .
<http://visualartsdna.org/model/Perspective> <http://www.w3.org/2000/01/rdf-schema#comment> "A technique to create the illusion of depth." .
<http://visualartsdna.org/model/Perspective> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/FormalAnalysis> .
<http://visualartsdna.org/model/Perspective> <http://www.w3.org/2000/01/rdf-schema#label> "Perspective" .
<http://visualartsdna.org/model/Perspective> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Perspective> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/Photograph
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Photograph">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Image"/>
<rdfs:label>Photograph</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Photograph"/>
<rdfs:comment>An image created by light falling on a photosensitive surface.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Photograph",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An image created by light falling on a photosensitive surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Photograph"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Photograph"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Image"
}
]
}
]<http://visualartsdna.org/model/Photograph> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Image> .
<http://visualartsdna.org/model/Photograph> <http://www.w3.org/2000/01/rdf-schema#label> "Photograph" .
<http://visualartsdna.org/model/Photograph> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Photograph> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Photograph> .
<http://visualartsdna.org/model/Photograph> <http://www.w3.org/2000/01/rdf-schema#comment> "An image created by light falling on a photosensitive surface." .
<http://visualartsdna.org/model/Photograph> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/PhotographyForm
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PhotographyForm">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtForm"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Photography"/>
<rdfs:comment>Creating durable images by recording light.</rdfs:comment>
<rdfs:label>Photography Form</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PhotographyForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Creating durable images by recording light."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Photography Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Photography"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtForm"
}
]
}
]<http://visualartsdna.org/model/PhotographyForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Photography> .
<http://visualartsdna.org/model/PhotographyForm> <http://www.w3.org/2000/01/rdf-schema#label> "Photography Form" .
<http://visualartsdna.org/model/PhotographyForm> <http://www.w3.org/2000/01/rdf-schema#comment> "Creating durable images by recording light." .
<http://visualartsdna.org/model/PhotographyForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PhotographyForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PhotographyForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtForm> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Pigment">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Finely ground powder giving paint its color.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingMaterial"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pigment"/>
<rdfs:label>Pigment</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Pigment",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Finely ground powder giving paint its color."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Pigment"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pigment"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingMaterial"
}
]
}
]<http://visualartsdna.org/model/Pigment> <http://www.w3.org/2000/01/rdf-schema#comment> "Finely ground powder giving paint its color." .
<http://visualartsdna.org/model/Pigment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Pigment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Pigment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingMaterial> .
<http://visualartsdna.org/model/Pigment> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pigment> .
<http://visualartsdna.org/model/Pigment> <http://www.w3.org/2000/01/rdf-schema#label> "Pigment" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PlanographicPrinting">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrintmakingForm"/>
<rdfs:label>Planographic Printing</rdfs:label>
<rdfs:comment>Image created on a flat surface.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Planographic_printing"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PlanographicPrinting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Image created on a flat surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Planographic Printing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Planographic_printing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrintmakingForm"
}
]
}
]<http://visualartsdna.org/model/PlanographicPrinting> <http://www.w3.org/2000/01/rdf-schema#label> "Planographic Printing" .
<http://visualartsdna.org/model/PlanographicPrinting> <http://www.w3.org/2000/01/rdf-schema#comment> "Image created on a flat surface." .
<http://visualartsdna.org/model/PlanographicPrinting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PlanographicPrinting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PlanographicPrinting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Planographic_printing> .
<http://visualartsdna.org/model/PlanographicPrinting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrintmakingForm> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Portfolio">
<rdfs:comment>A curated collection of an artist's best work.</rdfs:comment>
<rdfs:label>Portfolio</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Artist%27s_portfolio"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtworkCollection"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Portfolio",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A curated collection of an artist's best work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Portfolio"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Artist%27s_portfolio"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtworkCollection"
}
]
}
]<http://visualartsdna.org/model/Portfolio> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Artist%27s_portfolio> .
<http://visualartsdna.org/model/Portfolio> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtworkCollection> .
<http://visualartsdna.org/model/Portfolio> <http://www.w3.org/2000/01/rdf-schema#comment> "A curated collection of an artist's best work." .
<http://visualartsdna.org/model/Portfolio> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Portfolio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Portfolio> <http://www.w3.org/2000/01/rdf-schema#label> "Portfolio" .
IRI: http://visualartsdna.org/model/Portrait
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Portrait">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>An artwork depicting the likeness of an individual or group.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Portrait</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Portrait"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Representational"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Portrait",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An artwork depicting the likeness of an individual or group."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Portrait"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Portrait"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Representational"
}
]
}
]<http://visualartsdna.org/model/Portrait> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Portrait> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Portrait> <http://www.w3.org/2000/01/rdf-schema#label> "Portrait" .
<http://visualartsdna.org/model/Portrait> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Portrait> .
<http://visualartsdna.org/model/Portrait> <http://www.w3.org/2000/01/rdf-schema#comment> "An artwork depicting the likeness of an individual or group." .
<http://visualartsdna.org/model/Portrait> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Representational> .
IRI: http://visualartsdna.org/thesaurus/Posting
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:Posting a owl:Class ;
rdfs:label "Posting" ;
rdfs:comment "a document distributed with the system RDF data." ;
rdfs:subClassOf the:Entity .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Posting">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Posting</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:comment>a document distributed with the system RDF data.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Posting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "a document distributed with the system RDF data."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Posting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Posting> <http://www.w3.org/2000/01/rdf-schema#comment> "a document distributed with the system RDF data." .
<http://visualartsdna.org/thesaurus/Posting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Posting> <http://www.w3.org/2000/01/rdf-schema#label> "Posting" .
<http://visualartsdna.org/thesaurus/Posting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
IRI: http://visualartsdna.org/model/PouringMedium
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PouringMedium">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/AcrylicAdditive"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Acrylic_paint"/>
<rdfs:comment>An acrylic additive that creates fluid consistency suitable for pour painting techniques.</rdfs:comment>
<rdfs:label>Pouring Medium</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PouringMedium",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An acrylic additive that creates fluid consistency suitable for pour painting techniques."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Pouring Medium"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Acrylic_paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/AcrylicAdditive"
}
]
}
]<http://visualartsdna.org/model/PouringMedium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/AcrylicAdditive> .
<http://visualartsdna.org/model/PouringMedium> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PouringMedium> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Acrylic_paint> .
<http://visualartsdna.org/model/PouringMedium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PouringMedium> <http://www.w3.org/2000/01/rdf-schema#comment> "An acrylic additive that creates fluid consistency suitable for pour painting techniques." .
<http://visualartsdna.org/model/PouringMedium> <http://www.w3.org/2000/01/rdf-schema#label> "Pouring Medium" .
IRI: http://visualartsdna.org/model/PreparationProcess
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PreparationProcess">
<rdfs:comment>Steps to prepare materials and surfaces before creating artwork.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Process"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_methodology"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Preparation Process</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PreparationProcess",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Steps to prepare materials and surfaces before creating artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Preparation Process"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_methodology"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Process"
}
]
}
]<http://visualartsdna.org/model/PreparationProcess> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Process> .
<http://visualartsdna.org/model/PreparationProcess> <http://www.w3.org/2000/01/rdf-schema#comment> "Steps to prepare materials and surfaces before creating artwork." .
<http://visualartsdna.org/model/PreparationProcess> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_methodology> .
<http://visualartsdna.org/model/PreparationProcess> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PreparationProcess> <http://www.w3.org/2000/01/rdf-schema#label> "Preparation Process" .
<http://visualartsdna.org/model/PreparationProcess> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/PreservationProcess
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PreservationProcess">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_conservation_and_restoration"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Process"/>
<rdfs:label>Preservation Process</rdfs:label>
<rdfs:comment>Processes for preserving and conserving artwork.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PreservationProcess",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Processes for preserving and conserving artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Preservation Process"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_conservation_and_restoration"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Process"
}
]
}
]<http://visualartsdna.org/model/PreservationProcess> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_conservation_and_restoration> .
<http://visualartsdna.org/model/PreservationProcess> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Process> .
<http://visualartsdna.org/model/PreservationProcess> <http://www.w3.org/2000/01/rdf-schema#label> "Preservation Process" .
<http://visualartsdna.org/model/PreservationProcess> <http://www.w3.org/2000/01/rdf-schema#comment> "Processes for preserving and conserving artwork." .
<http://visualartsdna.org/model/PreservationProcess> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PreservationProcess> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/PrimaryMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PrimaryMaterial">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMaterial"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_materials"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The main substance that becomes or carries the visible artwork.</rdfs:comment>
<rdfs:label>Primary Material</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PrimaryMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The main substance that becomes or carries the visible artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Primary Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_materials"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMaterial"
}
]
}
]<http://visualartsdna.org/model/PrimaryMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PrimaryMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMaterial> .
<http://visualartsdna.org/model/PrimaryMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "The main substance that becomes or carries the visible artwork." .
<http://visualartsdna.org/model/PrimaryMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Primary Material" .
<http://visualartsdna.org/model/PrimaryMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_materials> .
<http://visualartsdna.org/model/PrimaryMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/PrimedCanvas
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PrimedCanvas">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Canvas"/>
<rdfs:comment>A canvas treated with a preparatory coating (primer, often gesso).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Surface"/>
<rdfs:label>Primed Canvas</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PrimedCanvas",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A canvas treated with a preparatory coating (primer, often gesso)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Primed Canvas"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Canvas"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Surface"
}
]
}
]<http://visualartsdna.org/model/PrimedCanvas> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Canvas> .
<http://visualartsdna.org/model/PrimedCanvas> <http://www.w3.org/2000/01/rdf-schema#comment> "A canvas treated with a preparatory coating (primer, often gesso)." .
<http://visualartsdna.org/model/PrimedCanvas> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Surface> .
<http://visualartsdna.org/model/PrimedCanvas> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PrimedCanvas> <http://www.w3.org/2000/01/rdf-schema#label> "Primed Canvas" .
<http://visualartsdna.org/model/PrimedCanvas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/PrintingForm
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PrintingForm">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Printmaking"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrintingMaterial"/>
<rdfs:comment>The matrix or surface used to transfer an image (e.g., woodblock, etching plate, screen).</rdfs:comment>
<rdfs:label>Printing Form</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PrintingForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The matrix or surface used to transfer an image (e.g., woodblock, etching plate, screen)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Printing Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Printmaking"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrintingMaterial"
}
]
}
]<http://visualartsdna.org/model/PrintingForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PrintingForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Printmaking> .
<http://visualartsdna.org/model/PrintingForm> <http://www.w3.org/2000/01/rdf-schema#comment> "The matrix or surface used to transfer an image (e.g., woodblock, etching plate, screen)." .
<http://visualartsdna.org/model/PrintingForm> <http://www.w3.org/2000/01/rdf-schema#label> "Printing Form" .
<http://visualartsdna.org/model/PrintingForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PrintingForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrintingMaterial> .
IRI: http://visualartsdna.org/model/PrintingMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PrintingMaterial">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Printing"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Materials used in printmaking and 3D printing.</rdfs:comment>
<rdfs:label>Printing Material</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMaterial"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PrintingMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Materials used in printmaking and 3D printing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Printing Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Printing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMaterial"
}
]
}
]<http://visualartsdna.org/model/PrintingMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Printing> .
<http://visualartsdna.org/model/PrintingMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PrintingMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PrintingMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Materials used in printmaking and 3D printing." .
<http://visualartsdna.org/model/PrintingMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Printing Material" .
<http://visualartsdna.org/model/PrintingMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMaterial> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PrintMaker">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtist"/>
<rdfs:comment>An artist who creates prints.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Printmaker</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Printmaking"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PrintMaker",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An artist who creates prints."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Printmaker"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Printmaking"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtist"
}
]
}
]<http://visualartsdna.org/model/PrintMaker> <http://www.w3.org/2000/01/rdf-schema#label> "Printmaker" .
<http://visualartsdna.org/model/PrintMaker> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PrintMaker> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtist> .
<http://visualartsdna.org/model/PrintMaker> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Printmaking> .
<http://visualartsdna.org/model/PrintMaker> <http://www.w3.org/2000/01/rdf-schema#comment> "An artist who creates prints." .
<http://visualartsdna.org/model/PrintMaker> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/PrintmakingForm
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PrintmakingForm">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Printmaking"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtForm"/>
<rdfs:comment>Creating artworks by transferring an image from a matrix.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Printmaking Form</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PrintmakingForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Creating artworks by transferring an image from a matrix."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Printmaking Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Printmaking"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtForm"
}
]
}
]<http://visualartsdna.org/model/PrintmakingForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Printmaking> .
<http://visualartsdna.org/model/PrintmakingForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PrintmakingForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtForm> .
<http://visualartsdna.org/model/PrintmakingForm> <http://www.w3.org/2000/01/rdf-schema#comment> "Creating artworks by transferring an image from a matrix." .
<http://visualartsdna.org/model/PrintmakingForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PrintmakingForm> <http://www.w3.org/2000/01/rdf-schema#label> "Printmaking Form" .
IRI: http://visualartsdna.org/model/PrintmakingPaper
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PrintmakingPaper">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Printmaking"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Paper designed for printmaking processes.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaperSupport"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Printmaking Paper</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PrintmakingPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Paper designed for printmaking processes."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Printmaking Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Printmaking"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaperSupport"
}
]
}
]<http://visualartsdna.org/model/PrintmakingPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "Paper designed for printmaking processes." .
<http://visualartsdna.org/model/PrintmakingPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaperSupport> .
<http://visualartsdna.org/model/PrintmakingPaper> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Printmaking> .
<http://visualartsdna.org/model/PrintmakingPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/PrintmakingPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PrintmakingPaper> <http://www.w3.org/2000/01/rdf-schema#label> "Printmaking Paper" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PrintmakingTechnique">
<rdfs:label>Printmaking Technique</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Printmaking"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Technique"/>
<rdfs:comment>Techniques specific to printmaking.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PrintmakingTechnique",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Techniques specific to printmaking."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Printmaking Technique"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Printmaking"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Technique"
}
]
}
]<http://visualartsdna.org/model/PrintmakingTechnique> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Printmaking> .
<http://visualartsdna.org/model/PrintmakingTechnique> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Technique> .
<http://visualartsdna.org/model/PrintmakingTechnique> <http://www.w3.org/2000/01/rdf-schema#comment> "Techniques specific to printmaking." .
<http://visualartsdna.org/model/PrintmakingTechnique> <http://www.w3.org/2000/01/rdf-schema#label> "Printmaking Technique" .
<http://visualartsdna.org/model/PrintmakingTechnique> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PrintmakingTechnique> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/PrintmakingTool">
<rdfs:comment>Tools used in printmaking processes.</rdfs:comment>
<rdfs:label>Printmaking Tool</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Tool"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Printmaking"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/PrintmakingTool",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Tools used in printmaking processes."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Printmaking Tool"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Printmaking"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Tool"
}
]
}
]<http://visualartsdna.org/model/PrintmakingTool> <http://www.w3.org/2000/01/rdf-schema#comment> "Tools used in printmaking processes." .
<http://visualartsdna.org/model/PrintmakingTool> <http://www.w3.org/2000/01/rdf-schema#label> "Printmaking Tool" .
<http://visualartsdna.org/model/PrintmakingTool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Tool> .
<http://visualartsdna.org/model/PrintmakingTool> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Printmaking> .
<http://visualartsdna.org/model/PrintmakingTool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/PrintmakingTool> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtPrivateCollection">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Private_collection"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtworkCollection"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Private art collection</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtPrivateCollection",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Private art collection"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Private_collection"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtworkCollection"
}
]
}
]<http://visualartsdna.org/model/ArtPrivateCollection> <http://www.w3.org/2000/01/rdf-schema#label> "Private art collection" .
<http://visualartsdna.org/model/ArtPrivateCollection> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Private_collection> .
<http://visualartsdna.org/model/ArtPrivateCollection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtPrivateCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtworkCollection> .
<http://visualartsdna.org/model/ArtPrivateCollection> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Process">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Process</rdfs:label>
<rdfs:comment>Stages and workflows involved in art production.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtProduction"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_methodology"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Process",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Stages and workflows involved in art production."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Process"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_methodology"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtProduction"
}
]
}
]<http://visualartsdna.org/model/Process> <http://www.w3.org/2000/01/rdf-schema#comment> "Stages and workflows involved in art production." .
<http://visualartsdna.org/model/Process> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Process> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Process> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtProduction> .
<http://visualartsdna.org/model/Process> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_methodology> .
<http://visualartsdna.org/model/Process> <http://www.w3.org/2000/01/rdf-schema#label> "Process" .
@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#> .
rdf:Property a owl:Class ;
rdfs:label "Property" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property">
<rdfs:label>Property</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Property"
}
]
}
]<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/2000/01/rdf-schema#label> "Property" .
<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/ProtectiveFinish
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ProtectiveFinish">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Protective Finish</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMaterial"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Varnish"/>
<rdfs:comment>Applied after artwork is complete to protect the surface.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ProtectiveFinish",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Applied after artwork is complete to protect the surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Protective Finish"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Varnish"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMaterial"
}
]
}
]<http://visualartsdna.org/model/ProtectiveFinish> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ProtectiveFinish> <http://www.w3.org/2000/01/rdf-schema#label> "Protective Finish" .
<http://visualartsdna.org/model/ProtectiveFinish> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMaterial> .
<http://visualartsdna.org/model/ProtectiveFinish> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Varnish> .
<http://visualartsdna.org/model/ProtectiveFinish> <http://www.w3.org/2000/01/rdf-schema#comment> "Applied after artwork is complete to protect the surface." .
<http://visualartsdna.org/model/ProtectiveFinish> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/Provenance
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Provenance">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>provenance</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Provenance"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ContextualAnalysis"/>
<rdfs:comment>The chronology of the ownership, custody or location of a historical object.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Provenance",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The chronology of the ownership, custody or location of a historical object."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "provenance"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Provenance"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ContextualAnalysis"
}
]
}
]<http://visualartsdna.org/model/Provenance> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Provenance> <http://www.w3.org/2000/01/rdf-schema#label> "provenance" .
<http://visualartsdna.org/model/Provenance> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Provenance> .
<http://visualartsdna.org/model/Provenance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ContextualAnalysis> .
<http://visualartsdna.org/model/Provenance> <http://www.w3.org/2000/01/rdf-schema#comment> "The chronology of the ownership, custody or location of a historical object." .
<http://visualartsdna.org/model/Provenance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
schema:QuantitativeValue a owl:Class ;
rdfs:label "Quantitative Value" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/QuantitativeValue">
<rdfs:label>Quantitative Value</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/QuantitativeValue",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Quantitative Value"
}
]
}
]<https://schema.org/QuantitativeValue> <http://www.w3.org/2000/01/rdf-schema#label> "Quantitative Value" .
<https://schema.org/QuantitativeValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:Class a owl:Class ;
rdfs:label "RDFS Class" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Class">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>RDFS Class</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Class",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "RDFS Class"
}
]
}
]<http://www.w3.org/2000/01/rdf-schema#Class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2000/01/rdf-schema#Class> <http://www.w3.org/2000/01/rdf-schema#label> "RDFS Class" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
schema:Recipe a owl:Class ;
rdfs:label "Recipe" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/Recipe">
<rdfs:label>Recipe</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/Recipe",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Recipe"
}
]
}
]<https://schema.org/Recipe> <http://www.w3.org/2000/01/rdf-schema#label> "Recipe" .
<https://schema.org/Recipe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Refining">
<rdfs:label>Refining</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/CreationProcess"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Painting"/>
<rdfs:comment>Developing and improving the artwork.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Refining",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Developing and improving the artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Refining"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/CreationProcess"
}
]
}
]<http://visualartsdna.org/model/Refining> <http://www.w3.org/2000/01/rdf-schema#label> "Refining" .
<http://visualartsdna.org/model/Refining> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Painting> .
<http://visualartsdna.org/model/Refining> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/CreationProcess> .
<http://visualartsdna.org/model/Refining> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Refining> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Refining> <http://www.w3.org/2000/01/rdf-schema#comment> "Developing and improving the artwork." .
IRI: http://visualartsdna.org/model/ReliefPrinting
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ReliefPrinting">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Relief_print"/>
<rdfs:comment>The raised surface of the matrix is inked.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrintmakingForm"/>
<rdfs:label>Relief Printing</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ReliefPrinting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The raised surface of the matrix is inked."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Relief Printing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Relief_print"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrintmakingForm"
}
]
}
]<http://visualartsdna.org/model/ReliefPrinting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Relief_print> .
<http://visualartsdna.org/model/ReliefPrinting> <http://www.w3.org/2000/01/rdf-schema#comment> "The raised surface of the matrix is inked." .
<http://visualartsdna.org/model/ReliefPrinting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ReliefPrinting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrintmakingForm> .
<http://visualartsdna.org/model/ReliefPrinting> <http://www.w3.org/2000/01/rdf-schema#label> "Relief Printing" .
<http://visualartsdna.org/model/ReliefPrinting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Rendering">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Non-photorealistic_rendering"/>
<rdfs:label>Rendering</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Process"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Creating an image from a model or data.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Rendering",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Creating an image from a model or data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Rendering"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Non-photorealistic_rendering"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Process"
}
]
}
]<http://visualartsdna.org/model/Rendering> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Non-photorealistic_rendering> .
<http://visualartsdna.org/model/Rendering> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Rendering> <http://www.w3.org/2000/01/rdf-schema#label> "Rendering" .
<http://visualartsdna.org/model/Rendering> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Process> .
<http://visualartsdna.org/model/Rendering> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Rendering> <http://www.w3.org/2000/01/rdf-schema#comment> "Creating an image from a model or data." .
IRI: http://visualartsdna.org/model/Rendition
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Rendition">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Rendition</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Artist%27s_impression"/>
<rdfs:comment>An interpretation or representation of an artwork.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Rendition",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An interpretation or representation of an artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Rendition"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Artist%27s_impression"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
]
}
]<http://visualartsdna.org/model/Rendition> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Artist%27s_impression> .
<http://visualartsdna.org/model/Rendition> <http://www.w3.org/2000/01/rdf-schema#comment> "An interpretation or representation of an artwork." .
<http://visualartsdna.org/model/Rendition> <http://www.w3.org/2000/01/rdf-schema#label> "Rendition" .
<http://visualartsdna.org/model/Rendition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/Rendition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Rendition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/Representational
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Representational">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Representation_(arts)"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtTypes"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Art that aims to depict recognizable objects or scenes.</rdfs:comment>
<rdfs:label>Representational</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Representational",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art that aims to depict recognizable objects or scenes."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Representational"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Representation_(arts)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtTypes"
}
]
}
]<http://visualartsdna.org/model/Representational> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Representational> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Representation_(arts)> .
<http://visualartsdna.org/model/Representational> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Representational> <http://www.w3.org/2000/01/rdf-schema#comment> "Art that aims to depict recognizable objects or scenes." .
<http://visualartsdna.org/model/Representational> <http://www.w3.org/2000/01/rdf-schema#label> "Representational" .
<http://visualartsdna.org/model/Representational> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtTypes> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:Resource a owl:Class ;
rdfs:label "Resource" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource">
<rdfs:label>Resource</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Resource"
}
]
}
]<http://www.w3.org/2000/01/rdf-schema#Resource> <http://www.w3.org/2000/01/rdf-schema#label> "Resource" .
<http://www.w3.org/2000/01/rdf-schema#Resource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Restoration">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PreservationProcess"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_restoration"/>
<rdfs:comment>Restoring damaged artwork.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Restoration</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Restoration",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Restoring damaged artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Restoration"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_restoration"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PreservationProcess"
}
]
}
]<http://visualartsdna.org/model/Restoration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Restoration> <http://www.w3.org/2000/01/rdf-schema#comment> "Restoring damaged artwork." .
<http://visualartsdna.org/model/Restoration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Restoration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PreservationProcess> .
<http://visualartsdna.org/model/Restoration> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_restoration> .
<http://visualartsdna.org/model/Restoration> <http://www.w3.org/2000/01/rdf-schema#label> "Restoration" .
IRI: http://visualartsdna.org/model/RetarderMedium
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/RetarderMedium">
<rdfs:label>Retarder Medium</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/AcrylicAdditive"/>
<rdfs:comment>An acrylic additive that slows drying time, allowing longer working time for blending.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Acrylic_paint"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/RetarderMedium",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An acrylic additive that slows drying time, allowing longer working time for blending."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Retarder Medium"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Acrylic_paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/AcrylicAdditive"
}
]
}
]<http://visualartsdna.org/model/RetarderMedium> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Acrylic_paint> .
<http://visualartsdna.org/model/RetarderMedium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/RetarderMedium> <http://www.w3.org/2000/01/rdf-schema#label> "Retarder Medium" .
<http://visualartsdna.org/model/RetarderMedium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/AcrylicAdditive> .
<http://visualartsdna.org/model/RetarderMedium> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/RetarderMedium> <http://www.w3.org/2000/01/rdf-schema#comment> "An acrylic additive that slows drying time, allowing longer working time for blending." .
IRI: http://visualartsdna.org/model/RetrospectiveExhibit
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/RetrospectiveExhibit">
<rdfs:seeAlso rdf:resource="https://simple.wikipedia.org/wiki/Retrospective_(art)"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Retrospective exhibit</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>An exhibition showcasing an artist's work across their career.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtExhibition"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/RetrospectiveExhibit",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An exhibition showcasing an artist's work across their career."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Retrospective exhibit"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://simple.wikipedia.org/wiki/Retrospective_(art)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtExhibition"
}
]
}
]<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://simple.wikipedia.org/wiki/Retrospective_(art)> .
<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/2000/01/rdf-schema#comment> "An exhibition showcasing an artist's work across their career." .
<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtExhibition> .
<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/2000/01/rdf-schema#label> "Retrospective exhibit" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Rhythm">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Rhythm</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtPrinciples"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Composition_(visual_arts)"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Visual movement through repetition and variation.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Rhythm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Visual movement through repetition and variation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Rhythm"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Composition_(visual_arts)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtPrinciples"
}
]
}
]<http://visualartsdna.org/model/Rhythm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtPrinciples> .
<http://visualartsdna.org/model/Rhythm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Rhythm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Composition_(visual_arts)> .
<http://visualartsdna.org/model/Rhythm> <http://www.w3.org/2000/01/rdf-schema#label> "Rhythm" .
<http://visualartsdna.org/model/Rhythm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Rhythm> <http://www.w3.org/2000/01/rdf-schema#comment> "Visual movement through repetition and variation." .
IRI: http://visualartsdna.org/model/RigidSupport
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/RigidSupport">
<rdfs:label>Rigid Support</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Rigid surfaces used as supports for artwork.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Panel_painting"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Support"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/RigidSupport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Rigid surfaces used as supports for artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Rigid Support"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Panel_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Support"
}
]
}
]<http://visualartsdna.org/model/RigidSupport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/RigidSupport> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Panel_painting> .
<http://visualartsdna.org/model/RigidSupport> <http://www.w3.org/2000/01/rdf-schema#label> "Rigid Support" .
<http://visualartsdna.org/model/RigidSupport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/RigidSupport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Support> .
<http://visualartsdna.org/model/RigidSupport> <http://www.w3.org/2000/01/rdf-schema#comment> "Rigid surfaces used as supports for artwork." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Robotics">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Robotics"/>
<rdfs:label>Robotics</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:comment>Robots used in art installations.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Robotics",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Robots used in art installations."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Robotics"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Robotics"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/Robotics> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Robotics> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Robotics> .
<http://visualartsdna.org/model/Robotics> <http://www.w3.org/2000/01/rdf-schema#label> "Robotics" .
<http://visualartsdna.org/model/Robotics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Robotics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/Robotics> <http://www.w3.org/2000/01/rdf-schema#comment> "Robots used in art installations." .
IRI: http://visualartsdna.org/model/ArtsPersonRole
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtsPersonRole">
<rdfs:comment>Role as applied to the arts</rdfs:comment>
<rdfs:comment>The various functions of individuals within the art world.</rdfs:comment>
<rdfs:label>Role of the person in the arts</rdfs:label>
<rdfs:seeAlso rdf:resource="https://www.dictionary.com/browse/role"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Art"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtsPersonRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Role as applied to the arts"
},
{
"@value": "The various functions of individuals within the art world."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Role of the person in the arts"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://www.dictionary.com/browse/role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Art"
}
]
}
]<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#label> "Role of the person in the arts" .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#comment> "Role as applied to the arts" .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#comment> "The various functions of individuals within the art world." .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://www.dictionary.com/browse/role> .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Art> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/RoughPaper">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Rough Paper</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>The most heavily textured watercolor paper.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WatercolorPaper"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting#Paper"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/RoughPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The most heavily textured watercolor paper."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Rough Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting#Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WatercolorPaper"
}
]
}
]<http://visualartsdna.org/model/RoughPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/RoughPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "The most heavily textured watercolor paper." .
<http://visualartsdna.org/model/RoughPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WatercolorPaper> .
<http://visualartsdna.org/model/RoughPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/RoughPaper> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting#Paper> .
<http://visualartsdna.org/model/RoughPaper> <http://www.w3.org/2000/01/rdf-schema#label> "Rough Paper" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/RoundBrush">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Brush"/>
<rdfs:label>Round Brush</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A brush with a round ferrule and pointed tip.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Paintbrush"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/RoundBrush",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A brush with a round ferrule and pointed tip."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Round Brush"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Paintbrush"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Brush"
}
]
}
]<http://visualartsdna.org/model/RoundBrush> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Brush> .
<http://visualartsdna.org/model/RoundBrush> <http://www.w3.org/2000/01/rdf-schema#comment> "A brush with a round ferrule and pointed tip." .
<http://visualartsdna.org/model/RoundBrush> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/RoundBrush> <http://www.w3.org/2000/01/rdf-schema#label> "Round Brush" .
<http://visualartsdna.org/model/RoundBrush> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Paintbrush> .
<http://visualartsdna.org/model/RoundBrush> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/School
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/School">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>School of Art</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Artist_collective"/>
<rdfs:comment>A group of artists who share similar styles or are associated by location or time.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMovement"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/School",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A group of artists who share similar styles or are associated by location or time."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "School of Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Artist_collective"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMovement"
}
]
}
]<http://visualartsdna.org/model/School> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/School> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/School> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Artist_collective> .
<http://visualartsdna.org/model/School> <http://www.w3.org/2000/01/rdf-schema#comment> "A group of artists who share similar styles or are associated by location or time." .
<http://visualartsdna.org/model/School> <http://www.w3.org/2000/01/rdf-schema#label> "School of Art" .
<http://visualartsdna.org/model/School> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMovement> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/SciArt">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>SciArt</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtForm"/>
<rdfs:seeAlso rdf:resource="https://www.emergingcreativesofscience.com/post/what-is-sciart"/>
<rdfs:comment>Art blending artistic and scientific practices.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/SciArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art blending artistic and scientific practices."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "SciArt"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://www.emergingcreativesofscience.com/post/what-is-sciart"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtForm"
}
]
}
]<http://visualartsdna.org/model/SciArt> <http://www.w3.org/2000/01/rdf-schema#label> "SciArt" .
<http://visualartsdna.org/model/SciArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/SciArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/SciArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtForm> .
<http://visualartsdna.org/model/SciArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://www.emergingcreativesofscience.com/post/what-is-sciart> .
<http://visualartsdna.org/model/SciArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Art blending artistic and scientific practices." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Sculptor">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sculptor"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Sculptor</rdfs:label>
<rdfs:comment>An artist who creates sculptures.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtist"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Sculptor",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An artist who creates sculptures."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Sculptor"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sculptor"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtist"
}
]
}
]<http://visualartsdna.org/model/Sculptor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Sculptor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Sculptor> <http://www.w3.org/2000/01/rdf-schema#label> "Sculptor" .
<http://visualartsdna.org/model/Sculptor> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sculptor> .
<http://visualartsdna.org/model/Sculptor> <http://www.w3.org/2000/01/rdf-schema#comment> "An artist who creates sculptures." .
<http://visualartsdna.org/model/Sculptor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtist> .
IRI: http://visualartsdna.org/model/SculpturalMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/SculpturalMaterial">
<rdfs:comment>Materials for sculptures: clay, stone, metal, wood, plastic.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sculpture"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrimaryMaterial"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Sculptural Material</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/SculpturalMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Materials for sculptures: clay, stone, metal, wood, plastic."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Sculptural Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrimaryMaterial"
}
]
}
]<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Materials for sculptures: clay, stone, metal, wood, plastic." .
<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sculpture> .
<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrimaryMaterial> .
<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Sculptural Material" .
IRI: http://visualartsdna.org/model/SculptureForm
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/SculptureForm">
<rdfs:label>Sculpture Form</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtForm"/>
<rdfs:comment>Three-dimensional art created by shaping materials.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sculpture"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/SculptureForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Three-dimensional art created by shaping materials."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Sculpture Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtForm"
}
]
}
]<http://visualartsdna.org/model/SculptureForm> <http://www.w3.org/2000/01/rdf-schema#label> "Sculpture Form" .
<http://visualartsdna.org/model/SculptureForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/SculptureForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/SculptureForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sculpture> .
<http://visualartsdna.org/model/SculptureForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtForm> .
<http://visualartsdna.org/model/SculptureForm> <http://www.w3.org/2000/01/rdf-schema#comment> "Three-dimensional art created by shaping materials." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/SculptureTechnique">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Sculpture Technique</rdfs:label>
<rdfs:comment>Techniques specific to sculpture.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sculpture"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Technique"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/SculptureTechnique",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Techniques specific to sculpture."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Sculpture Technique"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Technique"
}
]
}
]<http://visualartsdna.org/model/SculptureTechnique> <http://www.w3.org/2000/01/rdf-schema#comment> "Techniques specific to sculpture." .
<http://visualartsdna.org/model/SculptureTechnique> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/SculptureTechnique> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sculpture> .
<http://visualartsdna.org/model/SculptureTechnique> <http://www.w3.org/2000/01/rdf-schema#label> "Sculpture Technique" .
<http://visualartsdna.org/model/SculptureTechnique> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Technique> .
<http://visualartsdna.org/model/SculptureTechnique> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/SculptureTerm
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/SculptureTerm">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/FormalAnalysis"/>
<rdfs:comment>Terminology applied to the creation or appreciation of sculpture.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sculpture"/>
<rdfs:label>Sculpture Term</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/SculptureTerm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Terminology applied to the creation or appreciation of sculpture."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Sculpture Term"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/FormalAnalysis"
}
]
}
]<http://visualartsdna.org/model/SculptureTerm> <http://www.w3.org/2000/01/rdf-schema#comment> "Terminology applied to the creation or appreciation of sculpture." .
<http://visualartsdna.org/model/SculptureTerm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/SculptureTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/SculptureTerm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sculpture> .
<http://visualartsdna.org/model/SculptureTerm> <http://www.w3.org/2000/01/rdf-schema#label> "Sculpture Term" .
<http://visualartsdna.org/model/SculptureTerm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/FormalAnalysis> .
IRI: http://visualartsdna.org/model/Scumbling
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Scumbling">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Scumbling</rdfs:label>
<rdfs:comment>Applying a thin, opaque layer over dried paint.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ApplicationTechnique"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Scumbling"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Scumbling",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Applying a thin, opaque layer over dried paint."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Scumbling"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Scumbling"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ApplicationTechnique"
}
]
}
]<http://visualartsdna.org/model/Scumbling> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Scumbling> <http://www.w3.org/2000/01/rdf-schema#label> "Scumbling" .
<http://visualartsdna.org/model/Scumbling> <http://www.w3.org/2000/01/rdf-schema#comment> "Applying a thin, opaque layer over dried paint." .
<http://visualartsdna.org/model/Scumbling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Scumbling> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ApplicationTechnique> .
<http://visualartsdna.org/model/Scumbling> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Scumbling> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Series">
<rdfs:comment>A group of related artworks.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Category:Painting_series"/>
<owl:sameAs rdf:resource="http://visualartsdna.org/model/ArtSeries"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtworkCollection"/>
<rdfs:label>Series</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Series",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A group of related artworks."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Series"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Category:Painting_series"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtworkCollection"
}
],
"http://www.w3.org/2002/07/owl#sameAs": [
{
"@id": "http://visualartsdna.org/model/ArtSeries"
}
]
}
]<http://visualartsdna.org/model/Series> <http://www.w3.org/2002/07/owl#sameAs> <http://visualartsdna.org/model/ArtSeries> .
<http://visualartsdna.org/model/Series> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Series> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Category:Painting_series> .
<http://visualartsdna.org/model/Series> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtworkCollection> .
<http://visualartsdna.org/model/Series> <http://www.w3.org/2000/01/rdf-schema#label> "Series" .
<http://visualartsdna.org/model/Series> <http://www.w3.org/2000/01/rdf-schema#comment> "A group of related artworks." .
<http://visualartsdna.org/model/Series> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/thesaurus/Series
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/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:comment>
<rdfs:label>Series</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Series",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "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."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Series"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Series> <http://www.w3.org/2000/01/rdf-schema#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." .
<http://visualartsdna.org/thesaurus/Series> <http://www.w3.org/2000/01/rdf-schema#label> "Series" .
<http://visualartsdna.org/thesaurus/Series> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Series> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
IRI: http://visualartsdna.org/model/Serigraphy
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Serigraphy">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Screen_printing"/>
<rdfs:comment>Silkscreen printing - ink forced through a stencil on a screen.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Serigraphy</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/StencilPrinting"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<skos:altLabel>Screen printing</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Serigraphy",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Silkscreen printing - ink forced through a stencil on a screen."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Serigraphy"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Screen_printing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/StencilPrinting"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Screen printing"
}
]
}
]<http://visualartsdna.org/model/Serigraphy> <http://www.w3.org/2004/02/skos/core#altLabel> "Screen printing" .
<http://visualartsdna.org/model/Serigraphy> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Screen_printing> .
<http://visualartsdna.org/model/Serigraphy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Serigraphy> <http://www.w3.org/2000/01/rdf-schema#comment> "Silkscreen printing - ink forced through a stencil on a screen." .
<http://visualartsdna.org/model/Serigraphy> <http://www.w3.org/2000/01/rdf-schema#label> "Serigraphy" .
<http://visualartsdna.org/model/Serigraphy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/StencilPrinting> .
<http://visualartsdna.org/model/Serigraphy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Sfumato">
<rdfs:comment>Soft, gradual blending of tones and colors.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sfumato"/>
<rdfs:label>Sfumato</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ApplicationTechnique"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Sfumato",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Soft, gradual blending of tones and colors."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Sfumato"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sfumato"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ApplicationTechnique"
}
]
}
]<http://visualartsdna.org/model/Sfumato> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Sfumato> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sfumato> .
<http://visualartsdna.org/model/Sfumato> <http://www.w3.org/2000/01/rdf-schema#label> "Sfumato" .
<http://visualartsdna.org/model/Sfumato> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ApplicationTechnique> .
<http://visualartsdna.org/model/Sfumato> <http://www.w3.org/2000/01/rdf-schema#comment> "Soft, gradual blending of tones and colors." .
<http://visualartsdna.org/model/Sfumato> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Shape">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Elements_of_art"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtElements"/>
<rdfs:label>Shape</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A two-dimensional area.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Shape",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A two-dimensional area."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Shape"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Elements_of_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtElements"
}
]
}
]<http://visualartsdna.org/model/Shape> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Elements_of_art> .
<http://visualartsdna.org/model/Shape> <http://www.w3.org/2000/01/rdf-schema#comment> "A two-dimensional area." .
<http://visualartsdna.org/model/Shape> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtElements> .
<http://visualartsdna.org/model/Shape> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Shape> <http://www.w3.org/2000/01/rdf-schema#label> "Shape" .
<http://visualartsdna.org/model/Shape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ShapingTool">
<rdfs:label>Shaping Tool</rdfs:label>
<rdfs:comment>Tools used to shape sculptural materials.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Tool"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sculpture"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ShapingTool",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Tools used to shape sculptural materials."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Shaping Tool"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Tool"
}
]
}
]<http://visualartsdna.org/model/ShapingTool> <http://www.w3.org/2000/01/rdf-schema#label> "Shaping Tool" .
<http://visualartsdna.org/model/ShapingTool> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ShapingTool> <http://www.w3.org/2000/01/rdf-schema#comment> "Tools used to shape sculptural materials." .
<http://visualartsdna.org/model/ShapingTool> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sculpture> .
<http://visualartsdna.org/model/ShapingTool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ShapingTool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Tool> .
IRI: http://visualartsdna.org/model/Sizing
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Sizing">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sizing"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Treatment that controls absorbency, preventing media from soaking in too much.</rdfs:comment>
<rdfs:label>Sizing</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Surface"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Sizing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Treatment that controls absorbency, preventing media from soaking in too much."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Sizing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sizing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Surface"
}
]
}
]<http://visualartsdna.org/model/Sizing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sizing> .
<http://visualartsdna.org/model/Sizing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Surface> .
<http://visualartsdna.org/model/Sizing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Sizing> <http://www.w3.org/2000/01/rdf-schema#comment> "Treatment that controls absorbency, preventing media from soaking in too much." .
<http://visualartsdna.org/model/Sizing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Sizing> <http://www.w3.org/2000/01/rdf-schema#label> "Sizing" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Sketching">
<rdfs:label>Sketching</rdfs:label>
<rdfs:comment>Creating preliminary drawings.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sketch_(drawing)"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/CreationProcess"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Sketching",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Creating preliminary drawings."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Sketching"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sketch_(drawing)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/CreationProcess"
}
]
}
]<http://visualartsdna.org/model/Sketching> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sketch_(drawing)> .
<http://visualartsdna.org/model/Sketching> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/CreationProcess> .
<http://visualartsdna.org/model/Sketching> <http://www.w3.org/2000/01/rdf-schema#label> "Sketching" .
<http://visualartsdna.org/model/Sketching> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Sketching> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Sketching> <http://www.w3.org/2000/01/rdf-schema#comment> "Creating preliminary drawings." .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
schema:SoftwareApplication a owl:Class ;
rdfs:label "Software Application" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/SoftwareApplication">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Software Application</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/SoftwareApplication",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Software Application"
}
]
}
]<https://schema.org/SoftwareApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://schema.org/SoftwareApplication> <http://www.w3.org/2000/01/rdf-schema#label> "Software Application" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Space">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Space</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The area around, within, or between elements.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtElements"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Elements_of_art"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Space",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The area around, within, or between elements."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Space"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Elements_of_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtElements"
}
]
}
]<http://visualartsdna.org/model/Space> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Space> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Space> <http://www.w3.org/2000/01/rdf-schema#comment> "The area around, within, or between elements." .
<http://visualartsdna.org/model/Space> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtElements> .
<http://visualartsdna.org/model/Space> <http://www.w3.org/2000/01/rdf-schema#label> "Space" .
<http://visualartsdna.org/model/Space> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Elements_of_art> .
IRI: http://visualartsdna.org/model/SpatialArtForm
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/SpatialArtForm">
<rdfs:comment>Art forms engaging with three-dimensional space.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtForm"/>
<rdfs:label>Spatial Art Form</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Installation_art"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/SpatialArtForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art forms engaging with three-dimensional space."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Spatial Art Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Installation_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtForm"
}
]
}
]<http://visualartsdna.org/model/SpatialArtForm> <http://www.w3.org/2000/01/rdf-schema#label> "Spatial Art Form" .
<http://visualartsdna.org/model/SpatialArtForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/SpatialArtForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/SpatialArtForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Installation_art> .
<http://visualartsdna.org/model/SpatialArtForm> <http://www.w3.org/2000/01/rdf-schema#comment> "Art forms engaging with three-dimensional space." .
<http://visualartsdna.org/model/SpatialArtForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtForm> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/StencilPrinting">
<rdfs:label>Stencil Printing</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Using stencils to apply ink.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Stencil"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrintmakingForm"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/StencilPrinting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Using stencils to apply ink."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Stencil Printing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Stencil"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrintmakingForm"
}
]
}
]<http://visualartsdna.org/model/StencilPrinting> <http://www.w3.org/2000/01/rdf-schema#comment> "Using stencils to apply ink." .
<http://visualartsdna.org/model/StencilPrinting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/StencilPrinting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Stencil> .
<http://visualartsdna.org/model/StencilPrinting> <http://www.w3.org/2000/01/rdf-schema#label> "Stencil Printing" .
<http://visualartsdna.org/model/StencilPrinting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrintmakingForm> .
<http://visualartsdna.org/model/StencilPrinting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/StillLife">
<rdfs:comment>A genre depicting inanimate objects.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Representational"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Still_life"/>
<rdfs:label>Still life</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/StillLife",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A genre depicting inanimate objects."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Still life"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Still_life"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Representational"
}
]
}
]<http://visualartsdna.org/model/StillLife> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/StillLife> <http://www.w3.org/2000/01/rdf-schema#label> "Still life" .
<http://visualartsdna.org/model/StillLife> <http://www.w3.org/2000/01/rdf-schema#comment> "A genre depicting inanimate objects." .
<http://visualartsdna.org/model/StillLife> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Still_life> .
<http://visualartsdna.org/model/StillLife> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/StillLife> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Representational> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Stippling">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Stippling"/>
<rdfs:comment>Using dots to create tone and texture.</rdfs:comment>
<rdfs:label>Stippling</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DrawingTechnique"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Stippling",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Using dots to create tone and texture."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Stippling"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Stippling"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DrawingTechnique"
}
]
}
]<http://visualartsdna.org/model/Stippling> <http://www.w3.org/2000/01/rdf-schema#label> "Stippling" .
<http://visualartsdna.org/model/Stippling> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Stippling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Stippling> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Stippling> .
<http://visualartsdna.org/model/Stippling> <http://www.w3.org/2000/01/rdf-schema#comment> "Using dots to create tone and texture." .
<http://visualartsdna.org/model/Stippling> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DrawingTechnique> .
IRI: http://visualartsdna.org/model/StoneMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/StoneMaterial">
<rdfs:comment>Stone for sculpture: marble, granite, limestone, soapstone.</rdfs:comment>
<rdfs:label>Stone Material</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Stone_sculpture"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculpturalMaterial"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/StoneMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Stone for sculpture: marble, granite, limestone, soapstone."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Stone Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Stone_sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculpturalMaterial"
}
]
}
]<http://visualartsdna.org/model/StoneMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Stone_sculpture> .
<http://visualartsdna.org/model/StoneMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Stone Material" .
<http://visualartsdna.org/model/StoneMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Stone for sculpture: marble, granite, limestone, soapstone." .
<http://visualartsdna.org/model/StoneMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculpturalMaterial> .
<http://visualartsdna.org/model/StoneMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/StoneMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/StretchingCanvas
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/StretchingCanvas">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The process of stretching canvas over a frame.</rdfs:comment>
<rdfs:label>Stretching Canvas</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Canvas"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PreparationProcess"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/StretchingCanvas",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The process of stretching canvas over a frame."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Stretching Canvas"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Canvas"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PreparationProcess"
}
]
}
]<http://visualartsdna.org/model/StretchingCanvas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/StretchingCanvas> <http://www.w3.org/2000/01/rdf-schema#comment> "The process of stretching canvas over a frame." .
<http://visualartsdna.org/model/StretchingCanvas> <http://www.w3.org/2000/01/rdf-schema#label> "Stretching Canvas" .
<http://visualartsdna.org/model/StretchingCanvas> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/StretchingCanvas> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Canvas> .
<http://visualartsdna.org/model/StretchingCanvas> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PreparationProcess> .
IRI: http://visualartsdna.org/thesaurus/Study
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Study">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:comment>a preliminary work or practice piece that an artist creates to help them plan their final piece.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Study</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Study",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "a preliminary work or practice piece that an artist creates to help them plan their final piece."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Study"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Study> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/Study> <http://www.w3.org/2000/01/rdf-schema#comment> "a preliminary work or practice piece that an artist creates to help them plan their final piece." .
<http://visualartsdna.org/thesaurus/Study> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Study> <http://www.w3.org/2000/01/rdf-schema#label> "Study" .
IRI: http://visualartsdna.org/model/Support
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Support">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Support_(art)"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Support</rdfs:label>
<rdfs:comment>The surface upon which artwork is created. Replaces Substrate.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMaterial"/>
<skos:altLabel>Substrate</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Support",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The surface upon which artwork is created. Replaces Substrate."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Support"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Support_(art)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMaterial"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Substrate"
}
]
}
]<http://visualartsdna.org/model/Support> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Support_(art)> .
<http://visualartsdna.org/model/Support> <http://www.w3.org/2004/02/skos/core#altLabel> "Substrate" .
<http://visualartsdna.org/model/Support> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Support> <http://www.w3.org/2000/01/rdf-schema#label> "Support" .
<http://visualartsdna.org/model/Support> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Support> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMaterial> .
<http://visualartsdna.org/model/Support> <http://www.w3.org/2000/01/rdf-schema#comment> "The surface upon which artwork is created. Replaces Substrate." .
IRI: http://visualartsdna.org/model/SupportTool
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/SupportTool">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Easel"/>
<rdfs:comment>Tools that support the artwork or artist during creation.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Tool"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Support Tool</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/SupportTool",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Tools that support the artwork or artist during creation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Support Tool"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Easel"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Tool"
}
]
}
]<http://visualartsdna.org/model/SupportTool> <http://www.w3.org/2000/01/rdf-schema#label> "Support Tool" .
<http://visualartsdna.org/model/SupportTool> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Easel> .
<http://visualartsdna.org/model/SupportTool> <http://www.w3.org/2000/01/rdf-schema#comment> "Tools that support the artwork or artist during creation." .
<http://visualartsdna.org/model/SupportTool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Tool> .
<http://visualartsdna.org/model/SupportTool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/SupportTool> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/Surface
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Surface">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Surface</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Support"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://www.dictionary.com/browse/surface"/>
<rdfs:comment>The outer layer or material on which an artwork is created, influencing texture and how media is applied.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Surface",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The outer layer or material on which an artwork is created, influencing texture and how media is applied."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Surface"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://www.dictionary.com/browse/surface"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Support"
}
]
}
]<http://visualartsdna.org/model/Surface> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://www.dictionary.com/browse/surface> .
<http://visualartsdna.org/model/Surface> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Surface> <http://www.w3.org/2000/01/rdf-schema#comment> "The outer layer or material on which an artwork is created, influencing texture and how media is applied." .
<http://visualartsdna.org/model/Surface> <http://www.w3.org/2000/01/rdf-schema#label> "Surface" .
<http://visualartsdna.org/model/Surface> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Support> .
<http://visualartsdna.org/model/Surface> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
owl:SymmetricProperty a owl:Class ;
rdfs:label "Symmetric Property" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#SymmetricProperty">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Symmetric Property</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#SymmetricProperty",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Symmetric Property"
}
]
}
]<http://www.w3.org/2002/07/owl#SymmetricProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2002/07/owl#SymmetricProperty> <http://www.w3.org/2000/01/rdf-schema#label> "Symmetric Property" .
IRI: http://visualartsdna.org/model/Technique
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Technique">
<rdfs:comment>The specific methods, skills, and processes an artist employs to manipulate materials and create an artwork.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Technique</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/List_of_art_techniques"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtProduction"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Technique",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The specific methods, skills, and processes an artist employs to manipulate materials and create an artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Technique"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/List_of_art_techniques"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtProduction"
}
]
}
]<http://visualartsdna.org/model/Technique> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/List_of_art_techniques> .
<http://visualartsdna.org/model/Technique> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Technique> <http://www.w3.org/2000/01/rdf-schema#comment> "The specific methods, skills, and processes an artist employs to manipulate materials and create an artwork." .
<http://visualartsdna.org/model/Technique> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Technique> <http://www.w3.org/2000/01/rdf-schema#label> "Technique" .
<http://visualartsdna.org/model/Technique> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtProduction> .
IRI: http://visualartsdna.org/model/TechnologyEngineering
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/TechnologyEngineering">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Technology and Engineering</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Technology#:~:text=Technology%20is%20the%20application%20of%20conceptual%20knowledge,practical%20goals%2C%20especially%20in%20a%20reproducible%20way."/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Engineering#:~:text=Engineering%20is%20the%20practice%20of%20using%20natural,design%20process%20to%20solve%20problems%20within%20technology%2C"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ContextualAnalysis"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<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:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/TechnologyEngineering",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "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."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Technology and Engineering"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Technology#:~:text=Technology%20is%20the%20application%20of%20conceptual%20knowledge,practical%20goals%2C%20especially%20in%20a%20reproducible%20way."
},
{
"@id": "https://en.wikipedia.org/wiki/Engineering#:~:text=Engineering%20is%20the%20practice%20of%20using%20natural,design%20process%20to%20solve%20problems%20within%20technology%2C"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ContextualAnalysis"
}
]
}
]<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#label> "Technology and Engineering" .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Technology#:~:text=Technology%20is%20the%20application%20of%20conceptual%20knowledge,practical%20goals%2C%20especially%20in%20a%20reproducible%20way.> .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#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." .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Engineering#:~:text=Engineering%20is%20the%20practice%20of%20using%20natural,design%20process%20to%20solve%20problems%20within%20technology%2C> .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ContextualAnalysis> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/TemperaBinder">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/BindingAgent"/>
<rdfs:label>Tempera Binder</rdfs:label>
<rdfs:comment>Binders for tempera: egg yolk, casein.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Tempera"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/TemperaBinder",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Binders for tempera: egg yolk, casein."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Tempera Binder"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Tempera"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/BindingAgent"
}
]
}
]<http://visualartsdna.org/model/TemperaBinder> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/BindingAgent> .
<http://visualartsdna.org/model/TemperaBinder> <http://www.w3.org/2000/01/rdf-schema#label> "Tempera Binder" .
<http://visualartsdna.org/model/TemperaBinder> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Tempera> .
<http://visualartsdna.org/model/TemperaBinder> <http://www.w3.org/2000/01/rdf-schema#comment> "Binders for tempera: egg yolk, casein." .
<http://visualartsdna.org/model/TemperaBinder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/TemperaBinder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/TemperaPainting
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/TemperaPainting">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Tempera"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Tempera Painting</rdfs:label>
<rdfs:comment>A painting medium using pigments bound with egg yolk or other emulsions.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingForm"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/TemperaPainting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A painting medium using pigments bound with egg yolk or other emulsions."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Tempera Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Tempera"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingForm"
}
]
}
]<http://visualartsdna.org/model/TemperaPainting> <http://www.w3.org/2000/01/rdf-schema#comment> "A painting medium using pigments bound with egg yolk or other emulsions." .
<http://visualartsdna.org/model/TemperaPainting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Tempera> .
<http://visualartsdna.org/model/TemperaPainting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingForm> .
<http://visualartsdna.org/model/TemperaPainting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/TemperaPainting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/TemperaPainting> <http://www.w3.org/2000/01/rdf-schema#label> "Tempera Painting" .
IRI: http://visualartsdna.org/model/TensegrityApplication
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/TensegrityApplication">
<rdfs:label>Tensegrity Application</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Applications of tensegrity structures are found in architecture, biochemistry, anatomy, robotics and art.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ContextualAnalysis"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,portmanteau%20of%20%22tensional%20integrity%22."/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/TensegrityApplication",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Applications of tensegrity structures are found in architecture, biochemistry, anatomy, robotics and art."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Tensegrity Application"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,portmanteau%20of%20%22tensional%20integrity%22."
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ContextualAnalysis"
}
]
}
]<http://visualartsdna.org/model/TensegrityApplication> <http://www.w3.org/2000/01/rdf-schema#label> "Tensegrity Application" .
<http://visualartsdna.org/model/TensegrityApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/TensegrityApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "Applications of tensegrity structures are found in architecture, biochemistry, anatomy, robotics and art." .
<http://visualartsdna.org/model/TensegrityApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ContextualAnalysis> .
<http://visualartsdna.org/model/TensegrityApplication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/TensegrityApplication> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,portmanteau%20of%20%22tensional%20integrity%22.> .
IRI: http://visualartsdna.org/model/TensegrityArtPrinciple
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/TensegrityArtPrinciple">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,portmanteau%20of%20%22tensional%20integrity%22."/>
<rdfs:comment>Concepts in the artistic application of tensegrity structures.</rdfs:comment>
<rdfs:label>Tensegrity Art Principle</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/FormalAnalysis"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/TensegrityArtPrinciple",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Concepts in the artistic application of tensegrity structures."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Tensegrity Art Principle"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,portmanteau%20of%20%22tensional%20integrity%22."
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/FormalAnalysis"
}
]
}
]<http://visualartsdna.org/model/TensegrityArtPrinciple> <http://www.w3.org/2000/01/rdf-schema#comment> "Concepts in the artistic application of tensegrity structures." .
<http://visualartsdna.org/model/TensegrityArtPrinciple> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/TensegrityArtPrinciple> <http://www.w3.org/2000/01/rdf-schema#label> "Tensegrity Art Principle" .
<http://visualartsdna.org/model/TensegrityArtPrinciple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/TensegrityArtPrinciple> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,portmanteau%20of%20%22tensional%20integrity%22.> .
<http://visualartsdna.org/model/TensegrityArtPrinciple> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/FormalAnalysis> .
IRI: http://visualartsdna.org/model/TensegrityPrinciple
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/TensegrityPrinciple">
<rdfs:comment>A structural principle where isolated compression components (struts) are suspended within a continuous network of tension members (cables/tendons).</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,tendons)%20constrain%20the%20system%20spatially."/>
<rdfs:label>Tensegrity Principle</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/TechnologyEngineering"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/TensegrityPrinciple",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A structural principle where isolated compression components (struts) are suspended within a continuous network of tension members (cables/tendons)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Tensegrity Principle"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,tendons)%20constrain%20the%20system%20spatially."
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/TechnologyEngineering"
}
]
}
]<http://visualartsdna.org/model/TensegrityPrinciple> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Tensegrity#:~:text=The%20simplest%20tensegrity%20structure%20(a,tendons)%20constrain%20the%20system%20spatially.> .
<http://visualartsdna.org/model/TensegrityPrinciple> <http://www.w3.org/2000/01/rdf-schema#label> "Tensegrity Principle" .
<http://visualartsdna.org/model/TensegrityPrinciple> <http://www.w3.org/2000/01/rdf-schema#comment> "A structural principle where isolated compression components (struts) are suspended within a continuous network of tension members (cables/tendons)." .
<http://visualartsdna.org/model/TensegrityPrinciple> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/TechnologyEngineering> .
<http://visualartsdna.org/model/TensegrityPrinciple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/TensegrityPrinciple> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Texture">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtElements"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Texture_(visual_arts)"/>
<rdfs:comment>The surface quality of an artwork.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Texture</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Texture",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The surface quality of an artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Texture"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Texture_(visual_arts)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtElements"
}
]
}
]<http://visualartsdna.org/model/Texture> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Texture> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Texture> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtElements> .
<http://visualartsdna.org/model/Texture> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Texture_(visual_arts)> .
<http://visualartsdna.org/model/Texture> <http://www.w3.org/2000/01/rdf-schema#comment> "The surface quality of an artwork." .
<http://visualartsdna.org/model/Texture> <http://www.w3.org/2000/01/rdf-schema#label> "Texture" .
IRI: http://visualartsdna.org/model/TextureAdditive
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/TextureAdditive">
<rdfs:label>Texture Additive</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/OilPaintingAdditive"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Impasto"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Substances that modify the texture of paint, such as cold wax medium, impasto medium, and sand texture medium.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/TextureAdditive",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substances that modify the texture of paint, such as cold wax medium, impasto medium, and sand texture medium."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Texture Additive"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Impasto"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/OilPaintingAdditive"
}
]
}
]<http://visualartsdna.org/model/TextureAdditive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/TextureAdditive> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Impasto> .
<http://visualartsdna.org/model/TextureAdditive> <http://www.w3.org/2000/01/rdf-schema#label> "Texture Additive" .
<http://visualartsdna.org/model/TextureAdditive> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/OilPaintingAdditive> .
<http://visualartsdna.org/model/TextureAdditive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/TextureAdditive> <http://www.w3.org/2000/01/rdf-schema#comment> "Substances that modify the texture of paint, such as cold wax medium, impasto medium, and sand texture medium." .
IRI: http://visualartsdna.org/model/TextureModifier
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/TextureModifier">
<rdfs:comment>Substances that create texture effects in watercolor, such as granulation medium.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WatercolorAdditive"/>
<rdfs:label>Texture Modifier</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/TextureModifier",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substances that create texture effects in watercolor, such as granulation medium."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Texture Modifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/WatercolorAdditive"
}
]
}
]<http://visualartsdna.org/model/TextureModifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/TextureModifier> <http://www.w3.org/2000/01/rdf-schema#comment> "Substances that create texture effects in watercolor, such as granulation medium." .
<http://visualartsdna.org/model/TextureModifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WatercolorAdditive> .
<http://visualartsdna.org/model/TextureModifier> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting> .
<http://visualartsdna.org/model/TextureModifier> <http://www.w3.org/2000/01/rdf-schema#label> "Texture Modifier" .
<http://visualartsdna.org/model/TextureModifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/TimeBasedArtForm">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Time-based_art"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Art forms that unfold over time.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Time-Based Art Form</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtForm"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/TimeBasedArtForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art forms that unfold over time."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Time-Based Art Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Time-based_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtForm"
}
]
}
]<http://visualartsdna.org/model/TimeBasedArtForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Time-based_art> .
<http://visualartsdna.org/model/TimeBasedArtForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtForm> .
<http://visualartsdna.org/model/TimeBasedArtForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/TimeBasedArtForm> <http://www.w3.org/2000/01/rdf-schema#comment> "Art forms that unfold over time." .
<http://visualartsdna.org/model/TimeBasedArtForm> <http://www.w3.org/2000/01/rdf-schema#label> "Time-Based Art Form" .
<http://visualartsdna.org/model/TimeBasedArtForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ToningSurface">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Applying a toned ground to a surface.</rdfs:comment>
<rdfs:label>Toning Surface</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PreparationProcess"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Ground_(art)"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ToningSurface",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Applying a toned ground to a surface."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Toning Surface"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Ground_(art)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PreparationProcess"
}
]
}
]<http://visualartsdna.org/model/ToningSurface> <http://www.w3.org/2000/01/rdf-schema#label> "Toning Surface" .
<http://visualartsdna.org/model/ToningSurface> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ToningSurface> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ToningSurface> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PreparationProcess> .
<http://visualartsdna.org/model/ToningSurface> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Ground_(art)> .
<http://visualartsdna.org/model/ToningSurface> <http://www.w3.org/2000/01/rdf-schema#comment> "Applying a toned ground to a surface." .
IRI: http://visualartsdna.org/model/Tool
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Tool">
<rdfs:label>Tool</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtProduction"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Tool"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Instruments used to apply or manipulate materials in art production.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Tool",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Instruments used to apply or manipulate materials in art production."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Tool"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Tool"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtProduction"
}
]
}
]<http://visualartsdna.org/model/Tool> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Tool> <http://www.w3.org/2000/01/rdf-schema#label> "Tool" .
<http://visualartsdna.org/model/Tool> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtProduction> .
<http://visualartsdna.org/model/Tool> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Tool> .
<http://visualartsdna.org/model/Tool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Tool> <http://www.w3.org/2000/01/rdf-schema#comment> "Instruments used to apply or manipulate materials in art production." .
IRI: http://visualartsdna.org/thesaurus/Topic
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Topic">
<rdfs:label>Topic</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>the main subject, theme, or area of focus of a discussion, text, artwork, or field of study.</rdfs:comment>
<rdfs:comment>Supports document outlining</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#OrderedCollection"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Topic",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "the main subject, theme, or area of focus of a discussion, text, artwork, or field of study."
},
{
"@value": "Supports document outlining"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Topic"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2004/02/skos/core#OrderedCollection"
}
]
}
]<http://visualartsdna.org/thesaurus/Topic> <http://www.w3.org/2000/01/rdf-schema#label> "Topic" .
<http://visualartsdna.org/thesaurus/Topic> <http://www.w3.org/2000/01/rdf-schema#comment> "Supports document outlining" .
<http://visualartsdna.org/thesaurus/Topic> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#OrderedCollection> .
<http://visualartsdna.org/thesaurus/Topic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Topic> <http://www.w3.org/2000/01/rdf-schema#comment> "the main subject, theme, or area of focus of a discussion, text, artwork, or field of study." .
IRI: http://visualartsdna.org/model/Trend
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Trend">
<rdfs:label>Trend</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_movement"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMovement"/>
<rdfs:comment>A prevailing style or direction in art during a particular period.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Trend",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A prevailing style or direction in art during a particular period."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Trend"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_movement"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMovement"
}
]
}
]<http://visualartsdna.org/model/Trend> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMovement> .
<http://visualartsdna.org/model/Trend> <http://www.w3.org/2000/01/rdf-schema#comment> "A prevailing style or direction in art during a particular period." .
<http://visualartsdna.org/model/Trend> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Trend> <http://www.w3.org/2000/01/rdf-schema#label> "Trend" .
<http://visualartsdna.org/model/Trend> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Trend> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_movement> .
IRI: http://visualartsdna.org/model/Underpainting
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Underpainting">
<rdfs:label>Underpainting</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Creating an initial layer to establish values and composition.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/CreationProcess"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Underpainting"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Underpainting",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Creating an initial layer to establish values and composition."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Underpainting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Underpainting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/CreationProcess"
}
]
}
]<http://visualartsdna.org/model/Underpainting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Underpainting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Underpainting> <http://www.w3.org/2000/01/rdf-schema#label> "Underpainting" .
<http://visualartsdna.org/model/Underpainting> <http://www.w3.org/2000/01/rdf-schema#comment> "Creating an initial layer to establish values and composition." .
<http://visualartsdna.org/model/Underpainting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/CreationProcess> .
<http://visualartsdna.org/model/Underpainting> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Underpainting> .
IRI: http://visualartsdna.org/model/Unity-Variety
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Unity-Variety">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Unity-Variety</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Unity_in_variety"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtPrinciples"/>
<rdfs:comment>Unity creates coherence; variety adds interest.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Unity-Variety",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Unity creates coherence; variety adds interest."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Unity-Variety"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Unity_in_variety"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtPrinciples"
}
]
}
]<http://visualartsdna.org/model/Unity-Variety> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Unity_in_variety> .
<http://visualartsdna.org/model/Unity-Variety> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Unity-Variety> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtPrinciples> .
<http://visualartsdna.org/model/Unity-Variety> <http://www.w3.org/2000/01/rdf-schema#label> "Unity-Variety" .
<http://visualartsdna.org/model/Unity-Variety> <http://www.w3.org/2000/01/rdf-schema#comment> "Unity creates coherence; variety adds interest." .
<http://visualartsdna.org/model/Unity-Variety> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Value">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtElements"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Value</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The lightness or darkness of a color.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Elements_of_art"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Value",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The lightness or darkness of a color."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Value"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Elements_of_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtElements"
}
]
}
]<http://visualartsdna.org/model/Value> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtElements> .
<http://visualartsdna.org/model/Value> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Elements_of_art> .
<http://visualartsdna.org/model/Value> <http://www.w3.org/2000/01/rdf-schema#label> "Value" .
<http://visualartsdna.org/model/Value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Value> <http://www.w3.org/2000/01/rdf-schema#comment> "The lightness or darkness of a color." .
<http://visualartsdna.org/model/Value> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/Varnish
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Varnish">
<rdfs:label>Varnish</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ProtectiveFinish"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A protective coating applied to finished paintings.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Varnish"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Varnish",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A protective coating applied to finished paintings."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Varnish"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Varnish"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ProtectiveFinish"
}
]
}
]<http://visualartsdna.org/model/Varnish> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Varnish> <http://www.w3.org/2000/01/rdf-schema#comment> "A protective coating applied to finished paintings." .
<http://visualartsdna.org/model/Varnish> <http://www.w3.org/2000/01/rdf-schema#label> "Varnish" .
<http://visualartsdna.org/model/Varnish> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ProtectiveFinish> .
<http://visualartsdna.org/model/Varnish> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Varnish> .
<http://visualartsdna.org/model/Varnish> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/Varnishing
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Varnishing">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/FinishingProcess"/>
<rdfs:label>Varnishing</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Varnish"/>
<rdfs:comment>Applying protective varnish to finished artwork.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Varnishing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Applying protective varnish to finished artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Varnishing"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Varnish"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/FinishingProcess"
}
]
}
]<http://visualartsdna.org/model/Varnishing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/FinishingProcess> .
<http://visualartsdna.org/model/Varnishing> <http://www.w3.org/2000/01/rdf-schema#label> "Varnishing" .
<http://visualartsdna.org/model/Varnishing> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Varnish> .
<http://visualartsdna.org/model/Varnishing> <http://www.w3.org/2000/01/rdf-schema#comment> "Applying protective varnish to finished artwork." .
<http://visualartsdna.org/model/Varnishing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Varnishing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/VideoArt">
<rdfs:label>Video Art</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Video_art"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/TimeBasedArtForm"/>
<rdfs:comment>Art using video technology.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/VideoArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art using video technology."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Video Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Video_art"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/TimeBasedArtForm"
}
]
}
]<http://visualartsdna.org/model/VideoArt> <http://www.w3.org/2000/01/rdf-schema#label> "Video Art" .
<http://visualartsdna.org/model/VideoArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/TimeBasedArtForm> .
<http://visualartsdna.org/model/VideoArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/VideoArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/VideoArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Art using video technology." .
<http://visualartsdna.org/model/VideoArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Video_art> .
IRI: http://visualartsdna.org/model/VideoGames
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/VideoGames">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Video_game"/>
<rdfs:label>Video games</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:comment>Interactive digital entertainment as visual art.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/VideoGames",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Interactive digital entertainment as visual art."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Video games"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Video_game"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/VideoGames> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/VideoGames> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Video_game> .
<http://visualartsdna.org/model/VideoGames> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/VideoGames> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/VideoGames> <http://www.w3.org/2000/01/rdf-schema#label> "Video games" .
<http://visualartsdna.org/model/VideoGames> <http://www.w3.org/2000/01/rdf-schema#comment> "Interactive digital entertainment as visual art." .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
schema:VideoObject a owl:Class ;
rdfs:label "Video Object" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/VideoObject">
<rdfs:label>Video Object</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/VideoObject",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Video Object"
}
]
}
]<https://schema.org/VideoObject> <http://www.w3.org/2000/01/rdf-schema#label> "Video Object" .
<https://schema.org/VideoObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/VirtualRealityArt">
<rdfs:comment>Art created using VR technology.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Virtual_reality"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/DigitalArtForm"/>
<rdfs:label>Virtual Reality Art</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/VirtualRealityArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art created using VR technology."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Virtual Reality Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Virtual_reality"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/DigitalArtForm"
}
]
}
]<http://visualartsdna.org/model/VirtualRealityArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Art created using VR technology." .
<http://visualartsdna.org/model/VirtualRealityArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/VirtualRealityArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/DigitalArtForm> .
<http://visualartsdna.org/model/VirtualRealityArt> <http://www.w3.org/2000/01/rdf-schema#label> "Virtual Reality Art" .
<http://visualartsdna.org/model/VirtualRealityArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/VirtualRealityArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Virtual_reality> .
IRI: http://visualartsdna.org/model/VisualAnalysis
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/VisualAnalysis">
<rdfs:label>Visual Analysis</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArts"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<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:comment>
<rdfs:seeAlso rdf:resource="https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/VisualAnalysis",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "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."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Visual Analysis"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArts"
}
]
}
]<http://visualartsdna.org/model/VisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#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." .
<http://visualartsdna.org/model/VisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#label> "Visual Analysis" .
<http://visualartsdna.org/model/VisualAnalysis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/VisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArts> .
<http://visualartsdna.org/model/VisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/VisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf> .
IRI: http://visualartsdna.org/model/VisualArtForm
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/VisualArtForm">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtForm"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Visual_arts"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>The various disciplines within the visual arts.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Visual Art Form</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/VisualArtForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The various disciplines within the visual arts."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Visual Art Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Visual_arts"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtForm"
}
]
}
]<http://visualartsdna.org/model/VisualArtForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtForm> .
<http://visualartsdna.org/model/VisualArtForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Visual_arts> .
<http://visualartsdna.org/model/VisualArtForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/VisualArtForm> <http://www.w3.org/2000/01/rdf-schema#comment> "The various disciplines within the visual arts." .
<http://visualartsdna.org/model/VisualArtForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/VisualArtForm> <http://www.w3.org/2000/01/rdf-schema#label> "Visual Art Form" .
IRI: http://visualartsdna.org/model/VisualArts
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/VisualArts">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Art"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Visual_arts"/>
<rdfs:comment>Art forms that create works primarily intended to be visual in nature.</rdfs:comment>
<rdfs:label>Visual Arts</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/VisualArts",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art forms that create works primarily intended to be visual in nature."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Visual Arts"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Visual_arts"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Art"
}
]
}
]<http://visualartsdna.org/model/VisualArts> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Visual_arts> .
<http://visualartsdna.org/model/VisualArts> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Art> .
<http://visualartsdna.org/model/VisualArts> <http://www.w3.org/2000/01/rdf-schema#comment> "Art forms that create works primarily intended to be visual in nature." .
<http://visualartsdna.org/model/VisualArts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/VisualArts> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/VisualArts> <http://www.w3.org/2000/01/rdf-schema#label> "Visual Arts" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Vocabulary">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Vocabulary"/>
<rdfs:comment>The specialized terms used to discuss art.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArts"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Vocabulary</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Vocabulary",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The specialized terms used to discuss art."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Vocabulary"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Vocabulary"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArts"
}
]
}
]<http://visualartsdna.org/model/Vocabulary> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Vocabulary> .
<http://visualartsdna.org/model/Vocabulary> <http://www.w3.org/2000/01/rdf-schema#comment> "The specialized terms used to discuss art." .
<http://visualartsdna.org/model/Vocabulary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Vocabulary> <http://www.w3.org/2000/01/rdf-schema#label> "Vocabulary" .
<http://visualartsdna.org/model/Vocabulary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArts> .
<http://visualartsdna.org/model/Vocabulary> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/WaterBasedBinder
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/WaterBasedBinder">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/BindingAgent"/>
<rdfs:label>Water-Based Binder</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Water-soluble binders for watercolor, gouache, acrylic.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Binder_(material)"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/WaterBasedBinder",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Water-soluble binders for watercolor, gouache, acrylic."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Water-Based Binder"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Binder_(material)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/BindingAgent"
}
]
}
]<http://visualartsdna.org/model/WaterBasedBinder> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/BindingAgent> .
<http://visualartsdna.org/model/WaterBasedBinder> <http://www.w3.org/2000/01/rdf-schema#label> "Water-Based Binder" .
<http://visualartsdna.org/model/WaterBasedBinder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/WaterBasedBinder> <http://www.w3.org/2000/01/rdf-schema#comment> "Water-soluble binders for watercolor, gouache, acrylic." .
<http://visualartsdna.org/model/WaterBasedBinder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/WaterBasedBinder> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Binder_(material)> .
IRI: http://visualartsdna.org/model/WatercolorAdditive
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/WatercolorAdditive">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Watercolor Additive</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/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:comment>
<skos:altLabel>Watercolor Medium</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/WatercolorAdditive",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substances added to watercolor paint to modify its working properties. What watercolorists call 'watercolor mediums' - including flow modifiers, texture modifiers, and masking agents."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Watercolor Additive"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Additive"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Watercolor Medium"
}
]
}
]<http://visualartsdna.org/model/WatercolorAdditive> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting> .
<http://visualartsdna.org/model/WatercolorAdditive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/WatercolorAdditive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/WatercolorAdditive> <http://www.w3.org/2000/01/rdf-schema#label> "Watercolor Additive" .
<http://visualartsdna.org/model/WatercolorAdditive> <http://www.w3.org/2004/02/skos/core#altLabel> "Watercolor Medium" .
<http://visualartsdna.org/model/WatercolorAdditive> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Additive> .
<http://visualartsdna.org/model/WatercolorAdditive> <http://www.w3.org/2000/01/rdf-schema#comment> "Substances added to watercolor paint to modify its working properties. What watercolorists call 'watercolor mediums' - including flow modifiers, texture modifiers, and masking agents." .
IRI: http://visualartsdna.org/model/WatercolorPaint
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/WatercolorPaint">
<rdfs:label>Watercolor Paint</rdfs:label>
<rdfs:comment>Pigments in a water-soluble binder, typically gum arabic.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Paint"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/WatercolorPaint",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Pigments in a water-soluble binder, typically gum arabic."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Watercolor Paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Paint"
}
]
}
]<http://visualartsdna.org/model/WatercolorPaint> <http://www.w3.org/2000/01/rdf-schema#label> "Watercolor Paint" .
<http://visualartsdna.org/model/WatercolorPaint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Paint> .
<http://visualartsdna.org/model/WatercolorPaint> <http://www.w3.org/2000/01/rdf-schema#comment> "Pigments in a water-soluble binder, typically gum arabic." .
<http://visualartsdna.org/model/WatercolorPaint> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting> .
<http://visualartsdna.org/model/WatercolorPaint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/WatercolorPaint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/Watercolor
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Watercolor">
<rdfs:label>Watercolor Painting</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingForm"/>
<rdfs:comment>A painting medium using pigments suspended in a water-soluble binder.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Watercolor",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A painting medium using pigments suspended in a water-soluble binder."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Watercolor Painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingForm"
}
]
}
]<http://visualartsdna.org/model/Watercolor> <http://www.w3.org/2000/01/rdf-schema#label> "Watercolor Painting" .
<http://visualartsdna.org/model/Watercolor> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting> .
<http://visualartsdna.org/model/Watercolor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingForm> .
<http://visualartsdna.org/model/Watercolor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Watercolor> <http://www.w3.org/2000/01/rdf-schema#comment> "A painting medium using pigments suspended in a water-soluble binder." .
<http://visualartsdna.org/model/Watercolor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/WatercolorPaper
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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." .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/WatercolorPaper">
<rdfs:label>Watercolor Paper</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting#Paper"/>
<rdfs:comment>Paper specifically designed for watercolor painting, available in different textures (hot-pressed, cold-pressed, rough) and weights.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaperSupport"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<skos:altLabel>Watercolor Media</skos:altLabel>
<skos:scopeNote>When watercolorists say 'watercolor media,' they typically mean paper types - not the paint itself.</skos:scopeNote>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/WatercolorPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Paper specifically designed for watercolor painting, available in different textures (hot-pressed, cold-pressed, rough) and weights."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Watercolor Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting#Paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaperSupport"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Watercolor Media"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@value": "When watercolorists say 'watercolor media,' they typically mean paper types - not the paint itself."
}
]
}
]<http://visualartsdna.org/model/WatercolorPaper> <http://www.w3.org/2004/02/skos/core#altLabel> "Watercolor Media" .
<http://visualartsdna.org/model/WatercolorPaper> <http://www.w3.org/2000/01/rdf-schema#label> "Watercolor Paper" .
<http://visualartsdna.org/model/WatercolorPaper> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting#Paper> .
<http://visualartsdna.org/model/WatercolorPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "Paper specifically designed for watercolor painting, available in different textures (hot-pressed, cold-pressed, rough) and weights." .
<http://visualartsdna.org/model/WatercolorPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/WatercolorPaper> <http://www.w3.org/2004/02/skos/core#scopeNote> "When watercolorists say 'watercolor media,' they typically mean paper types - not the paint itself." .
<http://visualartsdna.org/model/WatercolorPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaperSupport> .
<http://visualartsdna.org/model/WatercolorPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://visualartsdna.org/model/WatercolorTechnique
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/WatercolorTechnique">
<rdfs:label>Watercolor Technique</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting"/>
<rdfs:comment>Techniques specific to watercolor painting.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PaintingTechnique"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/WatercolorTechnique",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Techniques specific to watercolor painting."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Watercolor Technique"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Watercolor_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PaintingTechnique"
}
]
}
]<http://visualartsdna.org/model/WatercolorTechnique> <http://www.w3.org/2000/01/rdf-schema#label> "Watercolor Technique" .
<http://visualartsdna.org/model/WatercolorTechnique> <http://www.w3.org/2000/01/rdf-schema#comment> "Techniques specific to watercolor painting." .
<http://visualartsdna.org/model/WatercolorTechnique> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/WatercolorTechnique> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/WatercolorTechnique> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PaintingTechnique> .
<http://visualartsdna.org/model/WatercolorTechnique> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting> .
IRI: http://visualartsdna.org/model/WaxMaterial
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/WaxMaterial">
<rdfs:label>Wax Material</rdfs:label>
<rdfs:comment>Wax for sculpture: beeswax, paraffin, microcrystalline wax.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Wax_sculpture"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculpturalMaterial"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/WaxMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Wax for sculpture: beeswax, paraffin, microcrystalline wax."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Wax Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Wax_sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculpturalMaterial"
}
]
}
]<http://visualartsdna.org/model/WaxMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Wax Material" .
<http://visualartsdna.org/model/WaxMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/WaxMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Wax for sculpture: beeswax, paraffin, microcrystalline wax." .
<http://visualartsdna.org/model/WaxMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Wax_sculpture> .
<http://visualartsdna.org/model/WaxMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculpturalMaterial> .
<http://visualartsdna.org/model/WaxMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Welding">
<rdfs:comment>Joining metal pieces using heat.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Welding"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculptureTechnique"/>
<rdfs:label>Welding</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Welding",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Joining metal pieces using heat."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Welding"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Welding"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculptureTechnique"
}
]
}
]<http://visualartsdna.org/model/Welding> <http://www.w3.org/2000/01/rdf-schema#comment> "Joining metal pieces using heat." .
<http://visualartsdna.org/model/Welding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Welding> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculptureTechnique> .
<http://visualartsdna.org/model/Welding> <http://www.w3.org/2000/01/rdf-schema#label> "Welding" .
<http://visualartsdna.org/model/Welding> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Welding> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Welding> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
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" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/WetOnWet">
<rdfs:label>Wet-on-Wet</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ApplicationTechnique"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>Applying wet paint onto still-wet paint.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Wet-on-wet"/>
<skos:altLabel>Wet-in-Wet</skos:altLabel>
<skos:altLabel>Alla Prima</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/WetOnWet",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Applying wet paint onto still-wet paint."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Wet-on-Wet"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Wet-on-wet"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ApplicationTechnique"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Wet-in-Wet"
},
{
"@value": "Alla Prima"
}
]
}
]<http://visualartsdna.org/model/WetOnWet> <http://www.w3.org/2000/01/rdf-schema#label> "Wet-on-Wet" .
<http://visualartsdna.org/model/WetOnWet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/WetOnWet> <http://www.w3.org/2004/02/skos/core#altLabel> "Wet-in-Wet" .
<http://visualartsdna.org/model/WetOnWet> <http://www.w3.org/2004/02/skos/core#altLabel> "Alla Prima" .
<http://visualartsdna.org/model/WetOnWet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ApplicationTechnique> .
<http://visualartsdna.org/model/WetOnWet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/WetOnWet> <http://www.w3.org/2000/01/rdf-schema#comment> "Applying wet paint onto still-wet paint." .
<http://visualartsdna.org/model/WetOnWet> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Wet-on-wet> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/WoodMaterial">
<rdfs:label>Wood Material</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculpturalMaterial"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Wood_carving"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Wood for sculpture and carving.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/WoodMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Wood for sculpture and carving."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Wood Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Wood_carving"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculpturalMaterial"
}
]
}
]<http://visualartsdna.org/model/WoodMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Wood Material" .
<http://visualartsdna.org/model/WoodMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculpturalMaterial> .
<http://visualartsdna.org/model/WoodMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/WoodMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Wood_carving> .
<http://visualartsdna.org/model/WoodMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/WoodMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Wood for sculpture and carving." .
IRI: http://visualartsdna.org/model/WoodPanel
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/WoodPanel">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Panel_painting"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A panel made from wood, including hardboard, MDF, and plywood.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Panel"/>
<rdfs:label>Wood Panel</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/WoodPanel",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A panel made from wood, including hardboard, MDF, and plywood."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Wood Panel"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Panel_painting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Panel"
}
]
}
]<http://visualartsdna.org/model/WoodPanel> <http://www.w3.org/2000/01/rdf-schema#label> "Wood Panel" .
<http://visualartsdna.org/model/WoodPanel> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Panel_painting> .
<http://visualartsdna.org/model/WoodPanel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/WoodPanel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Panel> .
<http://visualartsdna.org/model/WoodPanel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/WoodPanel> <http://www.w3.org/2000/01/rdf-schema#comment> "A panel made from wood, including hardboard, MDF, and plywood." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/Woodcut">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Woodcut"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ReliefPrinting"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Woodcut</rdfs:label>
<rdfs:comment>Relief printing using a carved wooden block.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Woodcut",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Relief printing using a carved wooden block."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Woodcut"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Woodcut"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ReliefPrinting"
}
]
}
]<http://visualartsdna.org/model/Woodcut> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ReliefPrinting> .
<http://visualartsdna.org/model/Woodcut> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Woodcut> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Woodcut> <http://www.w3.org/2000/01/rdf-schema#label> "Woodcut" .
<http://visualartsdna.org/model/Woodcut> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Woodcut> .
<http://visualartsdna.org/model/Woodcut> <http://www.w3.org/2000/01/rdf-schema#comment> "Relief printing using a carved wooden block." .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:Work a owl:Class ;
rdfs:label "Work" ;
rdfs:comment "paintings, drawings, or other artistic works." ;
rdfs:subClassOf the:Entity .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/Work">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:label>Work</rdfs:label>
<rdfs:comment>paintings, drawings, or other artistic works.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Work",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "paintings, drawings, or other artistic works."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Work> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/Work> <http://www.w3.org/2000/01/rdf-schema#label> "Work" .
<http://visualartsdna.org/thesaurus/Work> <http://www.w3.org/2000/01/rdf-schema#comment> "paintings, drawings, or other artistic works." .
<http://visualartsdna.org/thesaurus/Work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
Jump to:
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/image3d">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>3D image</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/3D_computer_graphics"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:comment>A URI reference to a GLB file.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/image3d",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A URI reference to a GLB file."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "3D image"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/3D_computer_graphics"
}
]
}
]<http://visualartsdna.org/model/image3d> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/image3d> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/model/image3d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/image3d> <http://www.w3.org/2000/01/rdf-schema#label> "3D image" .
<http://visualartsdna.org/model/image3d> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/3D_computer_graphics> .
<http://visualartsdna.org/model/image3d> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/image3d> <http://www.w3.org/2000/01/rdf-schema#comment> "A URI reference to a GLB file." .
IRI: http://visualartsdna.org/model/artist
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/artist">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Artist"/>
<rdfs:label>artist</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/Art"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>The artist responsible for producing a given work of art.</rdfs:comment>
<rdfs:range rdf:resource="http://visualartsdna.org/model/VisualArtist"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/artist",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The artist responsible for producing a given work of art."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "artist"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/VisualArtist"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Artist"
}
]
}
]<http://visualartsdna.org/model/artist> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Artist> .
<http://visualartsdna.org/model/artist> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/artist> <http://www.w3.org/2000/01/rdf-schema#label> "artist" .
<http://visualartsdna.org/model/artist> <http://www.w3.org/2000/01/rdf-schema#comment> "The artist responsible for producing a given work of art." .
<http://visualartsdna.org/model/artist> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/Art> .
<http://visualartsdna.org/model/artist> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/artist> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/VisualArtist> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/background">
<rdfs:comment>Reference to a background resource.</rdfs:comment>
<rdfs:label>background</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/background",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Reference to a background resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "background"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<http://visualartsdna.org/model/background> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/background> <http://www.w3.org/2000/01/rdf-schema#label> "background" .
<http://visualartsdna.org/model/background> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/background> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/model/background> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/background> <http://www.w3.org/2000/01/rdf-schema#comment> "Reference to a background resource." .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:broader a owl:ObjectProperty ;
rdfs:label "broader" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#broader">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>broader</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#broader",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "broader"
}
]
}
]<http://www.w3.org/2004/02/skos/core#broader> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.w3.org/2004/02/skos/core#broader> <http://www.w3.org/2000/01/rdf-schema#label> "broader" .
IRI: http://visualartsdna.org/model/collaboratesWith
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/collaboratesWith">
<rdfs:label>collaborates with</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Another artist collaborating on a project.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Collaborator"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/VisualArtist"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/VisualArtist"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/collaboratesWith",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Another artist collaborating on a project."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/VisualArtist"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "collaborates with"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/VisualArtist"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Collaborator"
}
]
}
]<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Collaborator> .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#label> "collaborates with" .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/VisualArtist> .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/VisualArtist> .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#comment> "Another artist collaborating on a project." .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:contains a owl:ObjectProperty ;
rdfs:label "contains" ;
owl:inverseOf skos:inScheme .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/contains">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>contains</rdfs:label>
<owl:inverseOf rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/contains",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "contains"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://www.w3.org/2004/02/skos/core#inScheme"
}
]
}
]<http://visualartsdna.org/thesaurus/contains> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/thesaurus/contains> <http://www.w3.org/2000/01/rdf-schema#label> "contains" .
<http://visualartsdna.org/thesaurus/contains> <http://www.w3.org/2002/07/owl#inverseOf> <http://www.w3.org/2004/02/skos/core#inScheme> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/containsPaint">
<rdfs:label>contains paint</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>A paint combined with another paint.</rdfs:comment>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Paint"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/PaintingMaterial"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Paint"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/containsPaint",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A paint combined with another paint."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/PaintingMaterial"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "contains paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Paint"
}
]
}
]<http://visualartsdna.org/model/containsPaint> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Paint> .
<http://visualartsdna.org/model/containsPaint> <http://www.w3.org/2000/01/rdf-schema#label> "contains paint" .
<http://visualartsdna.org/model/containsPaint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/containsPaint> <http://www.w3.org/2000/01/rdf-schema#comment> "A paint combined with another paint." .
<http://visualartsdna.org/model/containsPaint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/PaintingMaterial> .
<http://visualartsdna.org/model/containsPaint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/containsPaint> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Paint> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
schema:contentUrl a owl:ObjectProperty ;
rdfs:label "content" ;
rdfs:comment "A URL location for a content store." ;
rdfs:range rdfs:Resource .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/contentUrl">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:label>content</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>A URL location for a content store.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/contentUrl",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A URL location for a content store."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "content"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<https://schema.org/contentUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "A URL location for a content store." .
<https://schema.org/contentUrl> <http://www.w3.org/2000/01/rdf-schema#label> "content" .
<https://schema.org/contentUrl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<https://schema.org/contentUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://visualartsdna.org/thesaurus/dbpedia
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/dbpedia">
<rdfs:comment>range is any valid URI, but intended to be a dbpedia link</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>dbpedia</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/dbpedia",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "range is any valid URI, but intended to be a dbpedia link"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "dbpedia"
}
]
}
]<http://visualartsdna.org/thesaurus/dbpedia> <http://www.w3.org/2000/01/rdf-schema#comment> "range is any valid URI, but intended to be a dbpedia link" .
<http://visualartsdna.org/thesaurus/dbpedia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/thesaurus/dbpedia> <http://www.w3.org/2000/01/rdf-schema#label> "dbpedia" .
<http://visualartsdna.org/thesaurus/dbpedia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/thesaurus/Entity> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
schema:depth a owl:ObjectProperty ;
rdfs:label "depth" ;
rdfs:range schema:QuantitativeValue .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/depth">
<rdfs:label>depth</rdfs:label>
<rdfs:range rdf:resource="https://schema.org/QuantitativeValue"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/depth",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "depth"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://schema.org/QuantitativeValue"
}
]
}
]<https://schema.org/depth> <http://www.w3.org/2000/01/rdf-schema#label> "depth" .
<https://schema.org/depth> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/QuantitativeValue> .
<https://schema.org/depth> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://visualartsdna.org/thesaurus/document
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/document">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>range is any valid URI, but intended to be a google docs link</rdfs:comment>
<rdfs:label>document</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/document",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "range is any valid URI, but intended to be a google docs link"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "document"
}
]
}
]<http://visualartsdna.org/thesaurus/document> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/thesaurus/document> <http://www.w3.org/2000/01/rdf-schema#comment> "range is any valid URI, but intended to be a google docs link" .
<http://visualartsdna.org/thesaurus/document> <http://www.w3.org/2000/01/rdf-schema#label> "document" .
<http://visualartsdna.org/thesaurus/document> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/thesaurus/Entity> .
IRI: http://visualartsdna.org/model/hasAdditive
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasAdditive">
<rdfs:comment>An additive (what practitioners call 'medium') used in this work.</rdfs:comment>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Additive"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Paint#Additives"/>
<rdfs:label>has additive</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasAdditive",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An additive (what practitioners call 'medium') used in this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has additive"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Additive"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Paint#Additives"
}
]
}
]<http://visualartsdna.org/model/hasAdditive> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Paint#Additives> .
<http://visualartsdna.org/model/hasAdditive> <http://www.w3.org/2000/01/rdf-schema#comment> "An additive (what practitioners call 'medium') used in this work." .
<http://visualartsdna.org/model/hasAdditive> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasAdditive> <http://www.w3.org/2000/01/rdf-schema#label> "has additive" .
<http://visualartsdna.org/model/hasAdditive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasAdditive> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Additive> .
<http://visualartsdna.org/model/hasAdditive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasArtistProfile">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/ArtistProfile"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Profile"/>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>Links to an artist profile.</rdfs:comment>
<rdfs:label>has artist profile</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasArtistProfile",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Links to an artist profile."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has artist profile"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/ArtistProfile"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Profile"
}
]
}
]<http://visualartsdna.org/model/hasArtistProfile> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasArtistProfile> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/ArtistProfile> .
<http://visualartsdna.org/model/hasArtistProfile> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Profile> .
<http://visualartsdna.org/model/hasArtistProfile> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/model/hasArtistProfile> <http://www.w3.org/2000/01/rdf-schema#label> "has artist profile" .
<http://visualartsdna.org/model/hasArtistProfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasArtistProfile> <http://www.w3.org/2000/01/rdf-schema#comment> "Links to an artist profile." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasAssistant">
<rdfs:comment>An artist who assists in production.</rdfs:comment>
<rdfs:range rdf:resource="http://visualartsdna.org/model/VisualArtist"/>
<rdfs:seeAlso rdf:resource="https://www.merriam-webster.com/dictionary/assistant"/>
<rdfs:label>has assistant</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/VisualArtist"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasAssistant",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An artist who assists in production."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/VisualArtist"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has assistant"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/VisualArtist"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://www.merriam-webster.com/dictionary/assistant"
}
]
}
]<http://visualartsdna.org/model/hasAssistant> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasAssistant> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://www.merriam-webster.com/dictionary/assistant> .
<http://visualartsdna.org/model/hasAssistant> <http://www.w3.org/2000/01/rdf-schema#comment> "An artist who assists in production." .
<http://visualartsdna.org/model/hasAssistant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/VisualArtist> .
<http://visualartsdna.org/model/hasAssistant> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/VisualArtist> .
<http://visualartsdna.org/model/hasAssistant> <http://www.w3.org/2000/01/rdf-schema#label> "has assistant" .
<http://visualartsdna.org/model/hasAssistant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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)> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasBindingAgent">
<rdfs:domain rdf:resource="http://visualartsdna.org/model/Paint"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/BindingAgent"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Binder_(material)"/>
<rdfs:label>has binding agent</rdfs:label>
<rdfs:comment>The binding agent used in the paint.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasBindingAgent",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The binding agent used in the paint."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/Paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has binding agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/BindingAgent"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Binder_(material)"
}
]
}
]<http://visualartsdna.org/model/hasBindingAgent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/Paint> .
<http://visualartsdna.org/model/hasBindingAgent> <http://www.w3.org/2000/01/rdf-schema#label> "has binding agent" .
<http://visualartsdna.org/model/hasBindingAgent> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/BindingAgent> .
<http://visualartsdna.org/model/hasBindingAgent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasBindingAgent> <http://www.w3.org/2000/01/rdf-schema#comment> "The binding agent used in the paint." .
<http://visualartsdna.org/model/hasBindingAgent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasBindingAgent> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Binder_(material)> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasCollection">
<rdfs:label>has collection</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/ArtworkCollection"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Category:Art_collections"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/Artist"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>A collection of the artist's works.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasCollection",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A collection of the artist's works."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/Artist"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has collection"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/ArtworkCollection"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Category:Art_collections"
}
]
}
]<http://visualartsdna.org/model/hasCollection> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Category:Art_collections> .
<http://visualartsdna.org/model/hasCollection> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/ArtworkCollection> .
<http://visualartsdna.org/model/hasCollection> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of the artist's works." .
<http://visualartsdna.org/model/hasCollection> <http://www.w3.org/2000/01/rdf-schema#label> "has collection" .
<http://visualartsdna.org/model/hasCollection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/Artist> .
<http://visualartsdna.org/model/hasCollection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasCollection> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
IRI: http://visualartsdna.org/model/hasComposition
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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)> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasComposition">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Composition_(visual_arts)"/>
<rdfs:label>has composition</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Composition"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>The arrangement of elements in this artwork.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasComposition",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The arrangement of elements in this artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has composition"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Composition"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Composition_(visual_arts)"
}
]
}
]<http://visualartsdna.org/model/hasComposition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasComposition> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Composition_(visual_arts)> .
<http://visualartsdna.org/model/hasComposition> <http://www.w3.org/2000/01/rdf-schema#label> "has composition" .
<http://visualartsdna.org/model/hasComposition> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Composition> .
<http://visualartsdna.org/model/hasComposition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasComposition> <http://www.w3.org/2000/01/rdf-schema#comment> "The arrangement of elements in this artwork." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasCriticism">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>Art criticism abou this work.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_criticism"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/ArtCriticism"/>
<rdfs:label>has criticism</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasCriticism",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art criticism abou this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has criticism"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/ArtCriticism"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_criticism"
}
]
}
]<http://visualartsdna.org/model/hasCriticism> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasCriticism> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasCriticism> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/ArtCriticism> .
<http://visualartsdna.org/model/hasCriticism> <http://www.w3.org/2000/01/rdf-schema#comment> "Art criticism abou this work." .
<http://visualartsdna.org/model/hasCriticism> <http://www.w3.org/2000/01/rdf-schema#label> "has criticism" .
<http://visualartsdna.org/model/hasCriticism> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_criticism> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasElement">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>has element</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>Art elements present in this work.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Elements_of_art"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/ArtElements"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasElement",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art elements present in this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has element"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/ArtElements"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Elements_of_art"
}
]
}
]<http://visualartsdna.org/model/hasElement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasElement> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Elements_of_art> .
<http://visualartsdna.org/model/hasElement> <http://www.w3.org/2000/01/rdf-schema#label> "has element" .
<http://visualartsdna.org/model/hasElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/ArtElements> .
<http://visualartsdna.org/model/hasElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasElement> <http://www.w3.org/2000/01/rdf-schema#comment> "Art elements present in this work." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasEtherscanNS">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Non-fungible_token"/>
<rdfs:comment>NFT related</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/NFT"/>
<rdfs:label>has Etherscan NS</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasEtherscanNS",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "NFT related"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/NFT"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has Etherscan NS"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Non-fungible_token"
}
]
}
]<http://visualartsdna.org/model/hasEtherscanNS> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Non-fungible_token> .
<http://visualartsdna.org/model/hasEtherscanNS> <http://www.w3.org/2000/01/rdf-schema#comment> "NFT related" .
<http://visualartsdna.org/model/hasEtherscanNS> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/NFT> .
<http://visualartsdna.org/model/hasEtherscanNS> <http://www.w3.org/2000/01/rdf-schema#label> "has Etherscan NS" .
<http://visualartsdna.org/model/hasEtherscanNS> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/model/hasEtherscanNS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasEtherscanNS> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasMarketPlaceNS">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Non-fungible_token"/>
<rdfs:comment>NFT related</rdfs:comment>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/NFT"/>
<rdfs:label>has Market Place NS</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasMarketPlaceNS",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "NFT related"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/NFT"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has Market Place NS"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Non-fungible_token"
}
]
}
]<http://visualartsdna.org/model/hasMarketPlaceNS> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasMarketPlaceNS> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Non-fungible_token> .
<http://visualartsdna.org/model/hasMarketPlaceNS> <http://www.w3.org/2000/01/rdf-schema#comment> "NFT related" .
<http://visualartsdna.org/model/hasMarketPlaceNS> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/NFT> .
<http://visualartsdna.org/model/hasMarketPlaceNS> <http://www.w3.org/2000/01/rdf-schema#label> "has Market Place NS" .
<http://visualartsdna.org/model/hasMarketPlaceNS> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/model/hasMarketPlaceNS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasMaterial">
<rdfs:range rdf:resource="http://visualartsdna.org/model/ArtMaterial"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/?title=Art_materials"/>
<rdfs:comment>The specific material used in this work.</rdfs:comment>
<rdfs:label>has material</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The specific material used in this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has material"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/ArtMaterial"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/?title=Art_materials"
}
]
}
]<http://visualartsdna.org/model/hasMaterial> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/ArtMaterial> .
<http://visualartsdna.org/model/hasMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/?title=Art_materials> .
<http://visualartsdna.org/model/hasMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "The specific material used in this work." .
<http://visualartsdna.org/model/hasMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "has material" .
<http://visualartsdna.org/model/hasMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://visualartsdna.org/model/hasNFT
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasNFT">
<rdfs:range rdf:resource="http://visualartsdna.org/model/NFT"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>has NFT</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/Art"/>
<rdfs:comment>A digital certificate of ownership for this artwork.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Non-fungible_token"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasNFT",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A digital certificate of ownership for this artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/Art"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has NFT"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/NFT"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Non-fungible_token"
}
]
}
]<http://visualartsdna.org/model/hasNFT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasNFT> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/NFT> .
<http://visualartsdna.org/model/hasNFT> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasNFT> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/Art> .
<http://visualartsdna.org/model/hasNFT> <http://www.w3.org/2000/01/rdf-schema#comment> "A digital certificate of ownership for this artwork." .
<http://visualartsdna.org/model/hasNFT> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Non-fungible_token> .
<http://visualartsdna.org/model/hasNFT> <http://www.w3.org/2000/01/rdf-schema#label> "has NFT" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasNFTContractAddress">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Non-fungible_token"/>
<rdfs:label>has NFT Contract Address</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/NFT"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>NFT related</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasNFTContractAddress",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "NFT related"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/NFT"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has NFT Contract Address"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Non-fungible_token"
}
]
}
]<http://visualartsdna.org/model/hasNFTContractAddress> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Non-fungible_token> .
<http://visualartsdna.org/model/hasNFTContractAddress> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/NFT> .
<http://visualartsdna.org/model/hasNFTContractAddress> <http://www.w3.org/2000/01/rdf-schema#label> "has NFT Contract Address" .
<http://visualartsdna.org/model/hasNFTContractAddress> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/model/hasNFTContractAddress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasNFTContractAddress> <http://www.w3.org/2000/01/rdf-schema#comment> "NFT related" .
<http://visualartsdna.org/model/hasNFTContractAddress> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasNFTUri">
<rdfs:label>has NFT URI</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/NFT"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Non-fungible_token"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>NFT related</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasNFTUri",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "NFT related"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/NFT"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has NFT URI"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Non-fungible_token"
}
]
}
]<http://visualartsdna.org/model/hasNFTUri> <http://www.w3.org/2000/01/rdf-schema#label> "has NFT URI" .
<http://visualartsdna.org/model/hasNFTUri> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasNFTUri> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Non-fungible_token> .
<http://visualartsdna.org/model/hasNFTUri> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/NFT> .
<http://visualartsdna.org/model/hasNFTUri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasNFTUri> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/model/hasNFTUri> <http://www.w3.org/2000/01/rdf-schema#comment> "NFT related" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasPaint">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Paint"/>
<rdfs:label>has paint</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Paint"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The specific paint used.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasPaint",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The specific paint used."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Paint"
}
]
}
]<http://visualartsdna.org/model/hasPaint> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Paint> .
<http://visualartsdna.org/model/hasPaint> <http://www.w3.org/2000/01/rdf-schema#label> "has paint" .
<http://visualartsdna.org/model/hasPaint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasPaint> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Paint> .
<http://visualartsdna.org/model/hasPaint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasPaint> <http://www.w3.org/2000/01/rdf-schema#comment> "The specific paint used." .
<http://visualartsdna.org/model/hasPaint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasPaper">
<rdfs:range rdf:resource="http://visualartsdna.org/model/PaperSupport"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:label>has paper</rdfs:label>
<rdfs:comment>The specific paper for this work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_Papers"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasPaper",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The specific paper for this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/PaperSupport"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_Papers"
}
]
}
]<http://visualartsdna.org/model/hasPaper> <http://www.w3.org/2000/01/rdf-schema#label> "has paper" .
<http://visualartsdna.org/model/hasPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "The specific paper for this work." .
<http://visualartsdna.org/model/hasPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasPaper> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_Papers> .
<http://visualartsdna.org/model/hasPaper> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/PaperSupport> .
<http://visualartsdna.org/model/hasPaper> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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)> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasPerspective">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The perspective used in this work.</rdfs:comment>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Perspective_(graphical)"/>
<rdfs:label>has perspective</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Perspective"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasPerspective",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The perspective used in this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has perspective"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Perspective"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Perspective_(graphical)"
}
]
}
]<http://visualartsdna.org/model/hasPerspective> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasPerspective> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasPerspective> <http://www.w3.org/2000/01/rdf-schema#comment> "The perspective used in this work." .
<http://visualartsdna.org/model/hasPerspective> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasPerspective> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Perspective_(graphical)> .
<http://visualartsdna.org/model/hasPerspective> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Perspective> .
<http://visualartsdna.org/model/hasPerspective> <http://www.w3.org/2000/01/rdf-schema#label> "has perspective" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasPigment">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pigment"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/Paint"/>
<rdfs:comment>Reference to pigment in the paint.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Pigment"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>has pigment</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasPigment",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Reference to pigment in the paint."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/Paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has pigment"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Pigment"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pigment"
}
]
}
]<http://visualartsdna.org/model/hasPigment> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pigment> .
<http://visualartsdna.org/model/hasPigment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasPigment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/Paint> .
<http://visualartsdna.org/model/hasPigment> <http://www.w3.org/2000/01/rdf-schema#label> "has pigment" .
<http://visualartsdna.org/model/hasPigment> <http://www.w3.org/2000/01/rdf-schema#comment> "Reference to pigment in the paint." .
<http://visualartsdna.org/model/hasPigment> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Pigment> .
<http://visualartsdna.org/model/hasPigment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasPrinciple">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Design_principles"/>
<rdfs:comment>Art principles applied to this artwork.</rdfs:comment>
<rdfs:range rdf:resource="http://visualartsdna.org/model/ArtPrinciples"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>has principle</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasPrinciple",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art principles applied to this artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has principle"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/ArtPrinciples"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Design_principles"
}
]
}
]<http://visualartsdna.org/model/hasPrinciple> <http://www.w3.org/2000/01/rdf-schema#comment> "Art principles applied to this artwork." .
<http://visualartsdna.org/model/hasPrinciple> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/ArtPrinciples> .
<http://visualartsdna.org/model/hasPrinciple> <http://www.w3.org/2000/01/rdf-schema#label> "has principle" .
<http://visualartsdna.org/model/hasPrinciple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasPrinciple> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Design_principles> .
<http://visualartsdna.org/model/hasPrinciple> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasPrinciple> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasProcess">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Process"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_methodology"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A process used in producing this work.</rdfs:comment>
<rdfs:label>has process</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasProcess",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A process used in producing this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has process"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Process"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_methodology"
}
]
}
]<http://visualartsdna.org/model/hasProcess> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Process> .
<http://visualartsdna.org/model/hasProcess> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasProcess> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_methodology> .
<http://visualartsdna.org/model/hasProcess> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasProcess> <http://www.w3.org/2000/01/rdf-schema#comment> "A process used in producing this work." .
<http://visualartsdna.org/model/hasProcess> <http://www.w3.org/2000/01/rdf-schema#label> "has process" .
IRI: http://visualartsdna.org/model/hasProcessStep
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasProcessStep">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Wikipedia:Processes"/>
<rdfs:label>has process step</rdfs:label>
<rdfs:comment>A specific process step in creating this work.</rdfs:comment>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasProcessStep",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A specific process step in creating this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has process step"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Wikipedia:Processes"
}
]
}
]<http://visualartsdna.org/model/hasProcessStep> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasProcessStep> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasProcessStep> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Wikipedia:Processes> .
<http://visualartsdna.org/model/hasProcessStep> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasProcessStep> <http://www.w3.org/2000/01/rdf-schema#label> "has process step" .
<http://visualartsdna.org/model/hasProcessStep> <http://www.w3.org/2000/01/rdf-schema#comment> "A specific process step in creating this work." .
IRI: http://visualartsdna.org/model/hasProtectiveFinish
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasProtectiveFinish">
<rdfs:label>has protective finish</rdfs:label>
<rdfs:range rdf:resource="http://visualartsdna.org/model/ProtectiveFinish"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Varnish"/>
<rdfs:comment>A protective finish applied to this work.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasProtectiveFinish",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A protective finish applied to this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has protective finish"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/ProtectiveFinish"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Varnish"
}
]
}
]<http://visualartsdna.org/model/hasProtectiveFinish> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasProtectiveFinish> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasProtectiveFinish> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Varnish> .
<http://visualartsdna.org/model/hasProtectiveFinish> <http://www.w3.org/2000/01/rdf-schema#comment> "A protective finish applied to this work." .
<http://visualartsdna.org/model/hasProtectiveFinish> <http://www.w3.org/2000/01/rdf-schema#label> "has protective finish" .
<http://visualartsdna.org/model/hasProtectiveFinish> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasProtectiveFinish> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/ProtectiveFinish> .
IRI: http://visualartsdna.org/model/hasRendition
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasRendition">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Rendition"/>
<rdfs:comment>An artist's unique interpretation of a subject.</rdfs:comment>
<rdfs:label>has rendition</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Artist%27s_impression"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasRendition",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An artist's unique interpretation of a subject."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has rendition"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Rendition"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Artist%27s_impression"
}
]
}
]<http://visualartsdna.org/model/hasRendition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasRendition> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Rendition> .
<http://visualartsdna.org/model/hasRendition> <http://www.w3.org/2000/01/rdf-schema#comment> "An artist's unique interpretation of a subject." .
<http://visualartsdna.org/model/hasRendition> <http://www.w3.org/2000/01/rdf-schema#label> "has rendition" .
<http://visualartsdna.org/model/hasRendition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasRendition> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Artist%27s_impression> .
<http://visualartsdna.org/model/hasRendition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cwva:hasSculptureTerm a owl:ObjectProperty ;
rdfs:label "has sculpture term" ;
rdfs:comment "Links to sculpture terms." ;
rdfs:isDefinedBy cwva: ;
rdfs:range cwva:SculptureTerm .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasSculptureTerm">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>has sculpture term</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/SculptureTerm"/>
<rdfs:comment>Links to sculpture terms.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasSculptureTerm",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Links to sculpture terms."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has sculpture term"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/SculptureTerm"
}
]
}
]<http://visualartsdna.org/model/hasSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#comment> "Links to sculpture terms." .
<http://visualartsdna.org/model/hasSculptureTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/SculptureTerm> .
<http://visualartsdna.org/model/hasSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#label> "has sculpture term" .
<http://visualartsdna.org/model/hasSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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)> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasSurface">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>The surface type for this work.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Ground_(art)"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Surface"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>has surface</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasSurface",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The surface type for this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has surface"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Surface"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Ground_(art)"
}
]
}
]<http://visualartsdna.org/model/hasSurface> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasSurface> <http://www.w3.org/2000/01/rdf-schema#comment> "The surface type for this work." .
<http://visualartsdna.org/model/hasSurface> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Ground_(art)> .
<http://visualartsdna.org/model/hasSurface> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Surface> .
<http://visualartsdna.org/model/hasSurface> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasSurface> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasSurface> <http://www.w3.org/2000/01/rdf-schema#label> "has surface" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasTechnique">
<rdfs:comment>Techniques employed on this artwork.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>has technique</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Technique"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Category:Artistic_techniques"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasTechnique",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Techniques employed on this artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has technique"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Technique"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Category:Artistic_techniques"
}
]
}
]<http://visualartsdna.org/model/hasTechnique> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Category:Artistic_techniques> .
<http://visualartsdna.org/model/hasTechnique> <http://www.w3.org/2000/01/rdf-schema#comment> "Techniques employed on this artwork." .
<http://visualartsdna.org/model/hasTechnique> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasTechnique> <http://www.w3.org/2000/01/rdf-schema#label> "has technique" .
<http://visualartsdna.org/model/hasTechnique> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasTechnique> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasTechnique> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Technique> .
IRI: http://visualartsdna.org/model/hasWatercolorTechnique
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasWatercolorTechnique">
<rdfs:comment>Techniques employed on this artwork.</rdfs:comment>
<rdfs:label>has technique</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Category:Artistic_techniques"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/WatercolorTechnique"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasWatercolorTechnique",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Techniques employed on this artwork."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has technique"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/WatercolorTechnique"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Category:Artistic_techniques"
}
]
}
]<http://visualartsdna.org/model/hasWatercolorTechnique> <http://www.w3.org/2000/01/rdf-schema#comment> "Techniques employed on this artwork." .
<http://visualartsdna.org/model/hasWatercolorTechnique> <http://www.w3.org/2000/01/rdf-schema#label> "has technique" .
<http://visualartsdna.org/model/hasWatercolorTechnique> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasWatercolorTechnique> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasWatercolorTechnique> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/WatercolorTechnique> .
<http://visualartsdna.org/model/hasWatercolorTechnique> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Category:Artistic_techniques> .
IRI: http://visualartsdna.org/model/hasTensegrityApplication
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cwva:hasTensegrityApplication a owl:ObjectProperty ;
rdfs:label "has tensegrity application" ;
rdfs:comment "Links to tensegrity applications." ;
rdfs:isDefinedBy cwva: ;
rdfs:range cwva:TensegrityApplication .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasTensegrityApplication">
<rdfs:range rdf:resource="http://visualartsdna.org/model/TensegrityApplication"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>has tensegrity application</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Links to tensegrity applications.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasTensegrityApplication",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Links to tensegrity applications."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has tensegrity application"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/TensegrityApplication"
}
]
}
]<http://visualartsdna.org/model/hasTensegrityApplication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasTensegrityApplication> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/TensegrityApplication> .
<http://visualartsdna.org/model/hasTensegrityApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "Links to tensegrity applications." .
<http://visualartsdna.org/model/hasTensegrityApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasTensegrityApplication> <http://www.w3.org/2000/01/rdf-schema#label> "has tensegrity application" .
IRI: http://visualartsdna.org/model/hasTensegrityArtPrinciple
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasTensegrityArtPrinciple">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>Links to tensegrity art principles.</rdfs:comment>
<rdfs:label>has tensegrity art principle</rdfs:label>
<rdfs:range rdf:resource="http://visualartsdna.org/model/TensegrityArtPrinciple"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasTensegrityArtPrinciple",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Links to tensegrity art principles."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has tensegrity art principle"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/TensegrityArtPrinciple"
}
]
}
]<http://visualartsdna.org/model/hasTensegrityArtPrinciple> <http://www.w3.org/2000/01/rdf-schema#comment> "Links to tensegrity art principles." .
<http://visualartsdna.org/model/hasTensegrityArtPrinciple> <http://www.w3.org/2000/01/rdf-schema#label> "has tensegrity art principle" .
<http://visualartsdna.org/model/hasTensegrityArtPrinciple> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/TensegrityArtPrinciple> .
<http://visualartsdna.org/model/hasTensegrityArtPrinciple> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasTensegrityArtPrinciple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cwva:hasTensegrityPrinciple a owl:ObjectProperty ;
rdfs:label "has tensegrity principle" ;
rdfs:comment "Links to tensegrity principles." ;
rdfs:isDefinedBy cwva: ;
rdfs:range cwva:TensegrityPrinciple .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasTensegrityPrinciple">
<rdfs:label>has tensegrity principle</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>Links to tensegrity principles.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/TensegrityPrinciple"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasTensegrityPrinciple",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Links to tensegrity principles."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has tensegrity principle"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/TensegrityPrinciple"
}
]
}
]<http://visualartsdna.org/model/hasTensegrityPrinciple> <http://www.w3.org/2000/01/rdf-schema#label> "has tensegrity principle" .
<http://visualartsdna.org/model/hasTensegrityPrinciple> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasTensegrityPrinciple> <http://www.w3.org/2000/01/rdf-schema#comment> "Links to tensegrity principles." .
<http://visualartsdna.org/model/hasTensegrityPrinciple> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasTensegrityPrinciple> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/TensegrityPrinciple> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasTool">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Tool"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:label>has tool</rdfs:label>
<rdfs:comment>A tool used in creating this work.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Tool"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasTool",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A tool used in creating this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has tool"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Tool"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Tool"
}
]
}
]<http://visualartsdna.org/model/hasTool> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasTool> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Tool> .
<http://visualartsdna.org/model/hasTool> <http://www.w3.org/2000/01/rdf-schema#label> "has tool" .
<http://visualartsdna.org/model/hasTool> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasTool> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasTool> <http://www.w3.org/2000/01/rdf-schema#comment> "A tool used in creating this work." .
<http://visualartsdna.org/model/hasTool> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Tool> .
IRI: http://visualartsdna.org/model/hasVisualAnalysis
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasVisualAnalysis">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>has visual analysis</rdfs:label>
<rdfs:comment>A foundational, structured method of interpreting art by closely observing and breaking down its visual elements.</rdfs:comment>
<rdfs:range rdf:resource="http://visualartsdna.org/model/VisualAnalysis"/>
<rdfs:seeAlso rdf:resource="https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasVisualAnalysis",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A foundational, structured method of interpreting art by closely observing and breaking down its visual elements."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has visual analysis"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/VisualAnalysis"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf"
}
]
}
]<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf> .
<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#label> "has visual analysis" .
<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#comment> "A foundational, structured method of interpreting art by closely observing and breaking down its visual elements." .
<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/VisualAnalysis> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasWatercolorPaint">
<rdfs:comment>The specific watercolor paint used.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/WatercolorPaint"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Paint"/>
<rdfs:label>has watercolor paint</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasWatercolorPaint",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The specific watercolor paint used."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has watercolor paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/WatercolorPaint"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Paint"
}
]
}
]<http://visualartsdna.org/model/hasWatercolorPaint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasWatercolorPaint> <http://www.w3.org/2000/01/rdf-schema#comment> "The specific watercolor paint used." .
<http://visualartsdna.org/model/hasWatercolorPaint> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Paint> .
<http://visualartsdna.org/model/hasWatercolorPaint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasWatercolorPaint> <http://www.w3.org/2000/01/rdf-schema#label> "has watercolor paint" .
<http://visualartsdna.org/model/hasWatercolorPaint> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/WatercolorPaint> .
<http://visualartsdna.org/model/hasWatercolorPaint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://visualartsdna.org/thesaurus/head
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/head">
<rdfs:comment>The concept corresponding to the topic's title. Expected to be a single concept, but not constrained.</rdfs:comment>
<rdfs:label>head</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/thesaurus/Topic"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/head",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The concept corresponding to the topic's title. Expected to be a single concept, but not constrained."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/thesaurus/Topic"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "head"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
]
}
]<http://visualartsdna.org/thesaurus/head> <http://www.w3.org/2000/01/rdf-schema#comment> "The concept corresponding to the topic's title. Expected to be a single concept, but not constrained." .
<http://visualartsdna.org/thesaurus/head> <http://www.w3.org/2000/01/rdf-schema#label> "head" .
<http://visualartsdna.org/thesaurus/head> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/thesaurus/Topic> .
<http://visualartsdna.org/thesaurus/head> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://visualartsdna.org/thesaurus/head> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
schema:height a owl:ObjectProperty ;
rdfs:label "height" ;
rdfs:range schema:QuantitativeValue .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/height">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="https://schema.org/QuantitativeValue"/>
<rdfs:label>height</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/height",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "height"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://schema.org/QuantitativeValue"
}
]
}
]<https://schema.org/height> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://schema.org/height> <http://www.w3.org/2000/01/rdf-schema#label> "height" .
<https://schema.org/height> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/QuantitativeValue> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
schema:image a owl:ObjectProperty ;
rdfs:label "image" ;
rdfs:comment "An image URL." ;
rdfs:range rdfs:Resource .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/image">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:label>image</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>An image URL.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/image",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An image URL."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "image"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<https://schema.org/image> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<https://schema.org/image> <http://www.w3.org/2000/01/rdf-schema#label> "image" .
<https://schema.org/image> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://schema.org/image> <http://www.w3.org/2000/01/rdf-schema#comment> "An image URL." .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:inScheme a owl:ObjectProperty ;
rdfs:label "inScheme" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#inScheme">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>inScheme</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#inScheme",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "inScheme"
}
]
}
]<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2000/01/rdf-schema#label> "inScheme" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/inspiredByWork">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:comment>A work that inspired this creative work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:label>inspired by work</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Artistic_inspiration"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/inspiredByWork",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A work that inspired this creative work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "inspired by work"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Artistic_inspiration"
}
]
}
]<http://visualartsdna.org/model/inspiredByWork> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/model/inspiredByWork> <http://www.w3.org/2000/01/rdf-schema#comment> "A work that inspired this creative work." .
<http://visualartsdna.org/model/inspiredByWork> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/inspiredByWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/inspiredByWork> <http://www.w3.org/2000/01/rdf-schema#label> "inspired by work" .
<http://visualartsdna.org/model/inspiredByWork> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Artistic_inspiration> .
<http://visualartsdna.org/model/inspiredByWork> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
IRI: http://www.w3.org/2000/01/rdf-schema#isDefinedBy
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#isDefinedBy">
<rdfs:comment>Indicates a resource defining the subject resource.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:label>is defined by</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Indicates a resource defining the subject resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "is defined by"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is defined by" .
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates a resource defining the subject resource." .
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://visualartsdna.org/takeout/link
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tko: <http://visualartsdna.org/takeout/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/takeout/link">
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>A reference to a external URI, typically a link captured in a google keep note </rdfs:comment>
<rdfs:label>link</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/takeout/link",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A reference to a external URI, typically a link captured in a google keep note "
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "link"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<http://visualartsdna.org/takeout/link> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://visualartsdna.org/takeout/link> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/takeout/link> <http://www.w3.org/2000/01/rdf-schema#comment> "A reference to a external URI, typically a link captured in a google keep note " .
<http://visualartsdna.org/takeout/link> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/takeout/link> <http://www.w3.org/2000/01/rdf-schema#label> "link" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/mdDocument">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>markdown document</rdfs:label>
<rdfs:comment>a locally-stored markdown document link</rdfs:comment>
<rdfs:domain rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/mdDocument",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "a locally-stored markdown document link"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "markdown document"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<http://visualartsdna.org/thesaurus/mdDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/thesaurus/mdDocument> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/mdDocument> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/thesaurus/mdDocument> <http://www.w3.org/2000/01/rdf-schema#label> "markdown document" .
<http://visualartsdna.org/thesaurus/mdDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "a locally-stored markdown document link" .
IRI: http://visualartsdna.org/model/measurementSystem
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/measurementSystem">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/System_of_units_of_measurement"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>The measurement system used by the artist.</rdfs:comment>
<rdfs:label>measurement system</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/ArtistProfile"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/measurementSystem",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The measurement system used by the artist."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/ArtistProfile"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "measurement system"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/System_of_units_of_measurement"
}
]
}
]<http://visualartsdna.org/model/measurementSystem> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/model/measurementSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/measurementSystem> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/System_of_units_of_measurement> .
<http://visualartsdna.org/model/measurementSystem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/measurementSystem> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/ArtistProfile> .
<http://visualartsdna.org/model/measurementSystem> <http://www.w3.org/2000/01/rdf-schema#comment> "The measurement system used by the artist." .
<http://visualartsdna.org/model/measurementSystem> <http://www.w3.org/2000/01/rdf-schema#label> "measurement system" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:member a owl:ObjectProperty ;
rdfs:label "member" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#member">
<rdfs:label>member</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#member",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "member"
}
]
}
]<http://www.w3.org/2004/02/skos/core#member> <http://www.w3.org/2000/01/rdf-schema#label> "member" .
<http://www.w3.org/2004/02/skos/core#member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:narrower a owl:ObjectProperty ;
rdfs:label "narrower" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#narrower">
<rdfs:label>narrower</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#narrower",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "narrower"
}
]
}
]<http://www.w3.org/2004/02/skos/core#narrower> <http://www.w3.org/2000/01/rdf-schema#label> "narrower" .
<http://www.w3.org/2004/02/skos/core#narrower> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/pdfDocument">
<rdfs:comment>a locally-stored pdf document link</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:label>pdf document</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/pdfDocument",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "a locally-stored pdf document link"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "pdf document"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<http://visualartsdna.org/thesaurus/pdfDocument> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/thesaurus/pdfDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "a locally-stored pdf document link" .
<http://visualartsdna.org/thesaurus/pdfDocument> <http://www.w3.org/2000/01/rdf-schema#label> "pdf document" .
<http://visualartsdna.org/thesaurus/pdfDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/thesaurus/pdfDocument> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/thesaurus/Entity> .
IRI: http://visualartsdna.org/model/pseudonymFor
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/pseudonymFor">
<rdfs:label>pseudonym for</rdfs:label>
<rdfs:comment>Links an artist pseudonym to the actual artist.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Pseudonym"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/Artist"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/Artist"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/pseudonymFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Links an artist pseudonym to the actual artist."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/Artist"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "pseudonym for"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/Artist"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Pseudonym"
}
]
}
]<http://visualartsdna.org/model/pseudonymFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/pseudonymFor> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Pseudonym> .
<http://visualartsdna.org/model/pseudonymFor> <http://www.w3.org/2000/01/rdf-schema#label> "pseudonym for" .
<http://visualartsdna.org/model/pseudonymFor> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/Artist> .
<http://visualartsdna.org/model/pseudonymFor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/Artist> .
<http://visualartsdna.org/model/pseudonymFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/pseudonymFor> <http://www.w3.org/2000/01/rdf-schema#comment> "Links an artist pseudonym to the actual artist." .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/qrcode">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>QRcode</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/QR_code"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A QRcode image associated with this work.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/qrcode",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A QRcode image associated with this work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "QRcode"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/QR_code"
}
]
}
]<http://visualartsdna.org/model/qrcode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/qrcode> <http://www.w3.org/2000/01/rdf-schema#label> "QRcode" .
<http://visualartsdna.org/model/qrcode> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/qrcode> <http://www.w3.org/2000/01/rdf-schema#comment> "A QRcode image associated with this work." .
<http://visualartsdna.org/model/qrcode> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/QR_code> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:related a owl:ObjectProperty ;
rdfs:label "related" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#related">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>related</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#related",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "related"
}
]
}
]<http://www.w3.org/2004/02/skos/core#related> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.w3.org/2004/02/skos/core#related> <http://www.w3.org/2000/01/rdf-schema#label> "related" .
IRI: http://visualartsdna.org/model/renditionOf
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/renditionOf">
<rdfs:label>rendition of</rdfs:label>
<rdfs:range rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/Rendition"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>The source work or subject that this rendition interprets or derives from.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/renditionOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The source work or subject that this rendition interprets or derives from."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/Rendition"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "rendition of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
]
}
]<http://visualartsdna.org/model/renditionOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/renditionOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/renditionOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/Rendition> .
<http://visualartsdna.org/model/renditionOf> <http://www.w3.org/2000/01/rdf-schema#label> "rendition of" .
<http://visualartsdna.org/model/renditionOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The source work or subject that this rendition interprets or derives from." .
IRI: http://www.w3.org/2000/01/rdf-schema#seeAlso
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#seeAlso">
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:label>see also</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>A resource that might provide additional information about the subject resource.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A resource that might provide additional information about the subject resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "see also"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/2000/01/rdf-schema#label> "see also" .
<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/2000/01/rdf-schema#comment> "A resource that might provide additional information about the subject resource." .
<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Resource> .
IRI: http://visualartsdna.org/thesaurus/source
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/source">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:comment>An object from an enumeration of source instances. Currently AI platforms.</rdfs:comment>
<rdfs:label>source</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/source",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An object from an enumeration of source instances. Currently AI platforms."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "source"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<http://visualartsdna.org/thesaurus/source> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/thesaurus/source> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/thesaurus/source> <http://www.w3.org/2000/01/rdf-schema#comment> "An object from an enumeration of source instances. Currently AI platforms." .
<http://visualartsdna.org/thesaurus/source> <http://www.w3.org/2000/01/rdf-schema#label> "source" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/status">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Status"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:comment>Status state of the work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>status</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/status",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Status state of the work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "status"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Status"
}
]
}
]<http://visualartsdna.org/model/status> <http://www.w3.org/2000/01/rdf-schema#label> "status" .
<http://visualartsdna.org/model/status> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/status> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Status> .
<http://visualartsdna.org/model/status> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/status> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/model/status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/status> <http://www.w3.org/2000/01/rdf-schema#comment> "Status state of the work." .
IRI: http://www.w3.org/2000/01/rdf-schema#subClassOf
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#subClassOf">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:label>subclass of</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>States that all the instances of one class are instances of another.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#subClassOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "States that all the instances of one class are instances of another."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Class"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "subclass of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Class"
}
]
}
]<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#label> "subclass of" .
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#comment> "States that all the instances of one class are instances of another." .
IRI: http://visualartsdna.org/thesaurus/tag
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/tag">
<rdfs:comment>A symmetric semantic relation between a resource and a resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:label>tag</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/tag",
"@type": [
"http://www.w3.org/2002/07/owl#SymmetricProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A symmetric semantic relation between a resource and a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "tag"
}
]
}
]<http://visualartsdna.org/thesaurus/tag> <http://www.w3.org/2000/01/rdf-schema#label> "tag" .
<http://visualartsdna.org/thesaurus/tag> <http://www.w3.org/2000/01/rdf-schema#comment> "A symmetric semantic relation between a resource and a resource." .
<http://visualartsdna.org/thesaurus/tag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/thesaurus/tag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<http://visualartsdna.org/thesaurus/tag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Resource> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:topic a owl:ObjectProperty ;
rdfs:label "topic" ;
rdfs:comment "The subject matter of the entity" ;
rdfs:domain the:Entity .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/topic">
<rdfs:label>topic</rdfs:label>
<rdfs:comment>The subject matter of the entity</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/topic",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The subject matter of the entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "topic"
}
]
}
]<http://visualartsdna.org/thesaurus/topic> <http://www.w3.org/2000/01/rdf-schema#label> "topic" .
<http://visualartsdna.org/thesaurus/topic> <http://www.w3.org/2000/01/rdf-schema#comment> "The subject matter of the entity" .
<http://visualartsdna.org/thesaurus/topic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/thesaurus/topic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/thesaurus/Entity> .
@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#> .
rdf:type a owl:ObjectProperty ;
rdfs:label "type" ;
rdfs:comment "The type of an object." ;
rdfs:domain rdfs:Resource ;
rdfs:range rdfs:Class .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#type">
<rdfs:comment>The type of an object.</rdfs:comment>
<rdfs:label>type</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The type of an object."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "type"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Class"
}
]
}
]<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#comment> "The type of an object." .
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#label> "type" .
IRI: http://visualartsdna.org/takeout/url
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tko: <http://visualartsdna.org/takeout/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/takeout/url">
<rdfs:comment>A fully-qualified URL. An element of a URI tko:link reference.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:label>url</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/takeout/url",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A fully-qualified URL. An element of a URI tko:link reference."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "url"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<http://visualartsdna.org/takeout/url> <http://www.w3.org/2000/01/rdf-schema#label> "url" .
<http://visualartsdna.org/takeout/url> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/takeout/url> <http://www.w3.org/2000/01/rdf-schema#comment> "A fully-qualified URL. An element of a URI tko:link reference." .
<http://visualartsdna.org/takeout/url> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/takeout/url> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
schema:video a owl:ObjectProperty ;
rdfs:label "video" ;
rdfs:comment "matches both schema:contentUrl and schema:Image" ;
rdfs:range rdfs:Resource .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/video">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:label>video</rdfs:label>
<rdfs:comment>matches both schema:contentUrl and schema:Image</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/video",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "matches both schema:contentUrl and schema:Image"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "video"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<https://schema.org/video> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://schema.org/video> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<https://schema.org/video> <http://www.w3.org/2000/01/rdf-schema#label> "video" .
<https://schema.org/video> <http://www.w3.org/2000/01/rdf-schema#comment> "matches both schema:contentUrl and schema:Image" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
schema:width a owl:ObjectProperty ;
rdfs:label "width" ;
rdfs:range schema:QuantitativeValue .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/width">
<rdfs:label>width</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="https://schema.org/QuantitativeValue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/width",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "width"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://schema.org/QuantitativeValue"
}
]
}
]<https://schema.org/width> <http://www.w3.org/2000/01/rdf-schema#label> "width" .
<https://schema.org/width> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://schema.org/width> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/QuantitativeValue> .
IRI: http://visualartsdna.org/thesaurus/wikipedia
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/wikipedia">
<rdfs:comment>range is any valid URI, but intended to be a wikipedia link</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:label>wikipedia</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/wikipedia",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "range is any valid URI, but intended to be a wikipedia link"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "wikipedia"
}
]
}
]<http://visualartsdna.org/thesaurus/wikipedia> <http://www.w3.org/2000/01/rdf-schema#comment> "range is any valid URI, but intended to be a wikipedia link" .
<http://visualartsdna.org/thesaurus/wikipedia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/thesaurus/wikipedia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/wikipedia> <http://www.w3.org/2000/01/rdf-schema#label> "wikipedia" .
IRI: http://visualartsdna.org/model/workOnSite
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/workOnSite">
<rdfs:comment>Internet location referencing the creative work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>work on site</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Category:Art_websites"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/workOnSite",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Internet location referencing the creative work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "work on site"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Category:Art_websites"
}
]
}
]<http://visualartsdna.org/model/workOnSite> <http://www.w3.org/2000/01/rdf-schema#comment> "Internet location referencing the creative work." .
<http://visualartsdna.org/model/workOnSite> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/workOnSite> <http://www.w3.org/2000/01/rdf-schema#label> "work on site" .
<http://visualartsdna.org/model/workOnSite> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Category:Art_websites> .
<http://visualartsdna.org/model/workOnSite> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/model/workOnSite> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/workOnSite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
Jump to:
IRI: http://visualartsdna.org/thesaurus/ARGB
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/ARGB">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/Paint"/>
<rdfs:label>ARGB</rdfs:label>
<rdfs:comment>Hexadecimal representation of ARGB image color identifier</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/ARGB",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Hexadecimal representation of ARGB image color identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/Paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "ARGB"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<http://visualartsdna.org/thesaurus/ARGB> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/Paint> .
<http://visualartsdna.org/thesaurus/ARGB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/thesaurus/ARGB> <http://www.w3.org/2000/01/rdf-schema#label> "ARGB" .
<http://visualartsdna.org/thesaurus/ARGB> <http://www.w3.org/2000/01/rdf-schema#comment> "Hexadecimal representation of ARGB image color identifier" .
<http://visualartsdna.org/thesaurus/ARGB> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:changeNote a owl:DatatypeProperty ;
rdfs:label "change note" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#changeNote">
<rdfs:label>change note</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#changeNote",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "change note"
}
]
}
]<http://www.w3.org/2004/02/skos/core#changeNote> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.w3.org/2004/02/skos/core#changeNote> <http://www.w3.org/2000/01/rdf-schema#label> "change note" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:comment a owl:DatatypeProperty ;
rdfs:label "comment" ;
rdfs:comment "A description of the resource." ;
rdfs:domain rdfs:Resource ;
rdfs:range rdfs:Literal .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
<rdfs:label>comment</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment>A description of the resource.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#comment",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A description of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "comment"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
]
}
]<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/2000/01/rdf-schema#label> "comment" .
<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/2000/01/rdf-schema#comment> "A description of the resource." .
<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:copyrightNotice a owl:DatatypeProperty ;
rdfs:label "copyright notice" ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/copyrightNotice">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label>copyright notice</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/copyrightNotice",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "copyright notice"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://schema.org/copyrightNotice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://schema.org/copyrightNotice> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<https://schema.org/copyrightNotice> <http://www.w3.org/2000/01/rdf-schema#label> "copyright notice" .
IRI: http://visualartsdna.org/takeout/created
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tko: <http://visualartsdna.org/takeout/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/takeout/created">
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:comment>The creation date for a concept. Typically used on notes, interpretations and entities</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label>created</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/takeout/created",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The creation date for a concept. Typically used on notes, interpretations and entities"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "created"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#date"
}
]
}
]<http://visualartsdna.org/takeout/created> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://visualartsdna.org/takeout/created> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#date> .
<http://visualartsdna.org/takeout/created> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/takeout/created> <http://www.w3.org/2000/01/rdf-schema#comment> "The creation date for a concept. Typically used on notes, interpretations and entities" .
<http://visualartsdna.org/takeout/created> <http://www.w3.org/2000/01/rdf-schema#label> "created" .
IRI: http://visualartsdna.org/takeout/edited
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tko: <http://visualartsdna.org/takeout/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/takeout/edited">
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:comment>The edit date for a concept. Typically used on notes, interpretations and entities</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label>created</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/takeout/edited",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The edit date for a concept. Typically used on notes, interpretations and entities"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "created"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
]
}
]<http://visualartsdna.org/takeout/edited> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://visualartsdna.org/takeout/edited> <http://www.w3.org/2000/01/rdf-schema#comment> "The edit date for a concept. Typically used on notes, interpretations and entities" .
<http://visualartsdna.org/takeout/edited> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/takeout/edited> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://visualartsdna.org/takeout/edited> <http://www.w3.org/2000/01/rdf-schema#label> "created" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:dateCreated a owl:DatatypeProperty ;
rdfs:label "created date" ;
rdfs:comment "The date the work was completed." ;
rdfs:range xsd:dateTime .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/dateCreated">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:comment>The date the work was completed.</rdfs:comment>
<rdfs:label>created date</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/dateCreated",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The date the work was completed."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "created date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
]
}
]<https://schema.org/dateCreated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://schema.org/dateCreated> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<https://schema.org/dateCreated> <http://www.w3.org/2000/01/rdf-schema#comment> "The date the work was completed." .
<https://schema.org/dateCreated> <http://www.w3.org/2000/01/rdf-schema#label> "created date" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:definition a owl:DatatypeProperty ;
rdfs:label "definition" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#definition">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label>definition</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#definition",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "definition"
}
]
}
]<http://www.w3.org/2004/02/skos/core#definition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.w3.org/2004/02/skos/core#definition> <http://www.w3.org/2000/01/rdf-schema#label> "definition" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
the:conceptsExtracted a owl:DatatypeProperty ;
rdfs:label "derived" ;
rdfs:comment "an operational property" ;
rdfs:domain the:Entity ;
rdfs:range xsd:boolean .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/conceptsExtracted">
<rdfs:domain rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:label>derived</rdfs:label>
<rdfs:comment>an operational property</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/conceptsExtracted",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "an operational property"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "derived"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#boolean"
}
]
}
]<http://visualartsdna.org/thesaurus/conceptsExtracted> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/conceptsExtracted> <http://www.w3.org/2000/01/rdf-schema#label> "derived" .
<http://visualartsdna.org/thesaurus/conceptsExtracted> <http://www.w3.org/2000/01/rdf-schema#comment> "an operational property" .
<http://visualartsdna.org/thesaurus/conceptsExtracted> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://visualartsdna.org/thesaurus/conceptsExtracted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:description a owl:DatatypeProperty ;
rdfs:label "description" ;
rdfs:comment "A description of a work." ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/description">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label>description</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>A description of a work.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/description",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A description of a work."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "description"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://schema.org/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://schema.org/description> <http://www.w3.org/2000/01/rdf-schema#label> "description" .
<https://schema.org/description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<https://schema.org/description> <http://www.w3.org/2000/01/rdf-schema#comment> "A description of a work." .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:editorialNote a owl:DatatypeProperty ;
rdfs:label "editorial note" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#editorialNote">
<rdfs:label>editorial note</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#editorialNote",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "editorial note"
}
]
}
]<http://www.w3.org/2004/02/skos/core#editorialNote> <http://www.w3.org/2000/01/rdf-schema#label> "editorial note" .
<http://www.w3.org/2004/02/skos/core#editorialNote> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:example a owl:DatatypeProperty ;
rdfs:label "example" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#example">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label>example</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#example",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "example"
}
]
}
]<http://www.w3.org/2004/02/skos/core#example> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.w3.org/2004/02/skos/core#example> <http://www.w3.org/2000/01/rdf-schema#label> "example" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/fileFormat">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/File_format"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Indicates a specific file format.</rdfs:comment>
<rdfs:label>file format</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/fileFormat",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Indicates a specific file format."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "file format"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/File_format"
}
]
}
]<http://visualartsdna.org/model/fileFormat> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/File_format> .
<http://visualartsdna.org/model/fileFormat> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://visualartsdna.org/model/fileFormat> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/fileFormat> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/fileFormat> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates a specific file format." .
<http://visualartsdna.org/model/fileFormat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/model/fileFormat> <http://www.w3.org/2000/01/rdf-schema#label> "file format" .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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)> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/filePath">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/JPG"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Path_(computing)"/>
<rdfs:comment>An absolute directory file location.</rdfs:comment>
<rdfs:label>file path</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/filePath",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An absolute directory file location."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/JPG"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "file path"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Path_(computing)"
}
]
}
]<http://visualartsdna.org/model/filePath> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://visualartsdna.org/model/filePath> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Path_(computing)> .
<http://visualartsdna.org/model/filePath> <http://www.w3.org/2000/01/rdf-schema#comment> "An absolute directory file location." .
<http://visualartsdna.org/model/filePath> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/JPG> .
<http://visualartsdna.org/model/filePath> <http://www.w3.org/2000/01/rdf-schema#label> "file path" .
<http://visualartsdna.org/model/filePath> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/filePath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasMarketPlace">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Non-fungible_token"/>
<rdfs:comment>NFT related</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label>has market place</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/NFT"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasMarketPlace",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "NFT related"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/NFT"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has market place"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Non-fungible_token"
}
]
}
]<http://visualartsdna.org/model/hasMarketPlace> <http://www.w3.org/2000/01/rdf-schema#comment> "NFT related" .
<http://visualartsdna.org/model/hasMarketPlace> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/model/hasMarketPlace> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasMarketPlace> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://visualartsdna.org/model/hasMarketPlace> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Non-fungible_token> .
<http://visualartsdna.org/model/hasMarketPlace> <http://www.w3.org/2000/01/rdf-schema#label> "has market place" .
<http://visualartsdna.org/model/hasMarketPlace> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/NFT> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasNFTTokenID">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Non-fungible_token"/>
<rdfs:label>has NFT token ID</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/NFT"/>
<rdfs:comment>NFT related</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasNFTTokenID",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "NFT related"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/NFT"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has NFT token ID"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Non-fungible_token"
}
]
}
]<http://visualartsdna.org/model/hasNFTTokenID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://visualartsdna.org/model/hasNFTTokenID> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Non-fungible_token> .
<http://visualartsdna.org/model/hasNFTTokenID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/NFT> .
<http://visualartsdna.org/model/hasNFTTokenID> <http://www.w3.org/2000/01/rdf-schema#label> "has NFT token ID" .
<http://visualartsdna.org/model/hasNFTTokenID> <http://www.w3.org/2000/01/rdf-schema#comment> "NFT related" .
<http://visualartsdna.org/model/hasNFTTokenID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/model/hasNFTTokenID> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasPaperFinish">
<rdfs:comment>The finish of the paper.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_Papers"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>has paper finish</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/PaperSupport"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasPaperFinish",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The finish of the paper."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/PaperSupport"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has paper finish"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_Papers"
}
]
}
]<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/2000/01/rdf-schema#comment> "The finish of the paper." .
<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_Papers> .
<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/2000/01/rdf-schema#label> "has paper finish" .
<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/PaperSupport> .
IRI: http://visualartsdna.org/model/hasPaperWeight
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasPaperWeight">
<rdfs:domain rdf:resource="http://visualartsdna.org/model/PaperSupport"/>
<rdfs:comment>The weight of the paper in pounds (lb) or gsm.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_Papers"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>has paper weight</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasPaperWeight",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The weight of the paper in pounds (lb) or gsm."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/PaperSupport"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has paper weight"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_Papers"
}
]
}
]<http://visualartsdna.org/model/hasPaperWeight> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/PaperSupport> .
<http://visualartsdna.org/model/hasPaperWeight> <http://www.w3.org/2000/01/rdf-schema#comment> "The weight of the paper in pounds (lb) or gsm." .
<http://visualartsdna.org/model/hasPaperWeight> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_Papers> .
<http://visualartsdna.org/model/hasPaperWeight> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasPaperWeight> <http://www.w3.org/2000/01/rdf-schema#label> "has paper weight" .
<http://visualartsdna.org/model/hasPaperWeight> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:historyNote a owl:DatatypeProperty ;
rdfs:label "history note" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#historyNote">
<rdfs:label>history note</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#historyNote",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "history note"
}
]
}
]<http://www.w3.org/2004/02/skos/core#historyNote> <http://www.w3.org/2000/01/rdf-schema#label> "history note" .
<http://www.w3.org/2004/02/skos/core#historyNote> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:identifier a owl:DatatypeProperty ;
rdfs:label "identifier" ;
rdfs:comment "A GUID" ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/identifier">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment>A GUID</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label>identifier</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/identifier",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A GUID"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://schema.org/identifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://schema.org/identifier> <http://www.w3.org/2000/01/rdf-schema#comment> "A GUID" .
<https://schema.org/identifier> <http://www.w3.org/2000/01/rdf-schema#label> "identifier" .
<https://schema.org/identifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment>A version of the resource's name.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:label>label</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#label",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A version of the resource's name."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "label"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
]
}
]<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/2000/01/rdf-schema#comment> "A version of the resource's name." .
<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/2000/01/rdf-schema#label> "label" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:license a owl:DatatypeProperty ;
rdfs:label "license" ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/license">
<rdfs:label>license</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/license",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "license"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://schema.org/license> <http://www.w3.org/2000/01/rdf-schema#label> "license" .
<https://schema.org/license> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<https://schema.org/license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:location a owl:DatatypeProperty ;
rdfs:label "location" ;
rdfs:comment "The location of the work." ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/location">
<rdfs:label>location</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>The location of the work.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/location",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The location of the work."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "location"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://schema.org/location> <http://www.w3.org/2000/01/rdf-schema#label> "location" .
<https://schema.org/location> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<https://schema.org/location> <http://www.w3.org/2000/01/rdf-schema#comment> "The location of the work." .
<https://schema.org/location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:value a owl:DatatypeProperty ;
rdfs:label "measure value" ;
rdfs:comment "The value of the measure." ;
rdfs:range xsd:decimal .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/value">
<rdfs:comment>The value of the measure.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label>measure value</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/value",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The value of the measure."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "measure value"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#decimal"
}
]
}
]<https://schema.org/value> <http://www.w3.org/2000/01/rdf-schema#label> "measure value" .
<https://schema.org/value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://schema.org/value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal> .
<https://schema.org/value> <http://www.w3.org/2000/01/rdf-schema#comment> "The value of the measure." .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:name a owl:DatatypeProperty ;
rdfs:label "name" ;
rdfs:comment "Label for any item. schema:Thing property." ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/name">
<rdfs:comment>Label for any item. schema:Thing property.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label>name</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/name",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Label for any item. schema:Thing property."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "name"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://schema.org/name> <http://www.w3.org/2000/01/rdf-schema#comment> "Label for any item. schema:Thing property." .
<https://schema.org/name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://schema.org/name> <http://www.w3.org/2000/01/rdf-schema#label> "name" .
<https://schema.org/name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:note a owl:DatatypeProperty ;
rdfs:label "note" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#note">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label>note</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#note",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "note"
}
]
}
]<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/2000/01/rdf-schema#label> "note" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:datePublished a owl:DatatypeProperty ;
rdfs:label "published date" ;
rdfs:comment "The date the work was published." ;
rdfs:range xsd:dateTime .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/datePublished">
<rdfs:comment>The date the work was published.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:label>published date</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/datePublished",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The date the work was published."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "published date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
]
}
]<https://schema.org/datePublished> <http://www.w3.org/2000/01/rdf-schema#comment> "The date the work was published." .
<https://schema.org/datePublished> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<https://schema.org/datePublished> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://schema.org/datePublished> <http://www.w3.org/2000/01/rdf-schema#label> "published date" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:scopeNote a owl:DatatypeProperty ;
rdfs:label "scope note" .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#scopeNote">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label>scope note</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#scopeNote",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "scope note"
}
]
}
]<http://www.w3.org/2004/02/skos/core#scopeNote> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.w3.org/2004/02/skos/core#scopeNote> <http://www.w3.org/2000/01/rdf-schema#label> "scope note" .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
the:summary a owl:DatatypeProperty ;
rdfs:label "summary" ;
rdfs:comment "a summary of the markdown document" ;
rdfs:domain the:Entity ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/summary">
<rdfs:domain rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:label>summary</rdfs:label>
<rdfs:comment>a summary of the markdown document</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/summary",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "a summary of the markdown document"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "summary"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<http://visualartsdna.org/thesaurus/summary> <http://www.w3.org/2000/01/rdf-schema#label> "summary" .
<http://visualartsdna.org/thesaurus/summary> <http://www.w3.org/2000/01/rdf-schema#comment> "a summary of the markdown document" .
<http://visualartsdna.org/thesaurus/summary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://visualartsdna.org/thesaurus/summary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/summary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://visualartsdna.org/thesaurus/symbol
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/symbol">
<rdfs:domain rdf:resource="http://visualartsdna.org/model/Paint"/>
<rdfs:label>symbol</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<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:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/symbol",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "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."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/Paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "symbol"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<http://visualartsdna.org/thesaurus/symbol> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/Paint> .
<http://visualartsdna.org/thesaurus/symbol> <http://www.w3.org/2000/01/rdf-schema#label> "symbol" .
<http://visualartsdna.org/thesaurus/symbol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/thesaurus/symbol> <http://www.w3.org/2000/01/rdf-schema#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." .
<http://visualartsdna.org/thesaurus/symbol> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:unitCode a owl:DatatypeProperty ;
rdfs:label "unit code" ;
rdfs:comment "The unit of measure." ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://schema.org/unitCode">
<rdfs:label>unit code</rdfs:label>
<rdfs:comment>The unit of measure.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/unitCode",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The unit of measure."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "unit code"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://schema.org/unitCode> <http://www.w3.org/2000/01/rdf-schema#label> "unit code" .
<https://schema.org/unitCode> <http://www.w3.org/2000/01/rdf-schema#comment> "The unit of measure." .
<https://schema.org/unitCode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://schema.org/unitCode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
IRI: http://visualartsdna.org/takeout/urlDescription
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tko: <http://visualartsdna.org/takeout/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/takeout/urlDescription">
<rdfs:label>url description</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Text describing the content at the URL. An element of a URI tko:link reference.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/takeout/urlDescription",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Text describing the content at the URL. An element of a URI tko:link reference."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "url description"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<http://visualartsdna.org/takeout/urlDescription> <http://www.w3.org/2000/01/rdf-schema#label> "url description" .
<http://visualartsdna.org/takeout/urlDescription> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://visualartsdna.org/takeout/urlDescription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/takeout/urlDescription> <http://www.w3.org/2000/01/rdf-schema#comment> "Text describing the content at the URL. An element of a URI tko:link reference." .
IRI: http://visualartsdna.org/takeout/urlTitle
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tko: <http://visualartsdna.org/takeout/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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 .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/takeout/urlTitle">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment>The title of the content at the URL. An element of a URI tko:link reference.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label>url title</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/takeout/urlTitle",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The title of the content at the URL. An element of a URI tko:link reference."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "url title"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<http://visualartsdna.org/takeout/urlTitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/takeout/urlTitle> <http://www.w3.org/2000/01/rdf-schema#comment> "The title of the content at the URL. An element of a URI tko:link reference." .
<http://visualartsdna.org/takeout/urlTitle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://visualartsdna.org/takeout/urlTitle> <http://www.w3.org/2000/01/rdf-schema#label> "url title" .
Jump to:
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtSeries">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>A unified collection sharing a common theme.</rdfs:comment>
<rdfs:label>Art Series</rdfs:label>
<rdfs:seeAlso rdf:resource="https://www.dictionary.com/browse/series"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtSeries",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A unified collection sharing a common theme."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art Series"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://www.dictionary.com/browse/series"
}
]
}
]<http://visualartsdna.org/model/ArtSeries> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtSeries> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtSeries> <http://www.w3.org/2000/01/rdf-schema#comment> "A unified collection sharing a common theme." .
<http://visualartsdna.org/model/ArtSeries> <http://www.w3.org/2000/01/rdf-schema#label> "Art Series" .
<http://visualartsdna.org/model/ArtSeries> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://www.dictionary.com/browse/series> .
IRI: http://visualartsdna.org/model/Series
IRI: http://www.w3.org/2004/02/skos/core#altLabel
IRI: http://purl.org/dc/elements/1.1/contributor
IRI: http://purl.org/dc/terms/contributor
IRI: http://purl.org/dc/elements/1.1/creator
IRI: http://purl.org/dc/terms/creator
IRI: http://purl.org/dc/terms/date
IRI: http://purl.org/dc/elements/1.1/date
IRI: http://purl.org/dc/elements/1.1/description
IRI: http://purl.org/dc/terms/description
IRI: http://visualartsdna.org/model/hasVisualImagery
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/hasVisualImagery">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Description of the visual imagery in the work.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Imagery"/>
<rdfs:label>has visual imagery</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasVisualImagery",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Description of the visual imagery in the work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has visual imagery"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Imagery"
}
]
}
]<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of the visual imagery in the work." .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Imagery> .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#label> "has visual imagery" .
IRI: http://purl.org/dc/terms/issued
IRI: http://purl.org/dc/terms/license
IRI: http://purl.org/dc/terms/modified
IRI: http://purl.org/dc/terms/publisher
IRI: http://purl.org/dc/elements/1.1/publisher
IRI: http://purl.org/dc/elements/1.1/rights
IRI: http://purl.org/dc/terms/rights
IRI: http://purl.org/dc/terms/title
IRI: http://purl.org/dc/elements/1.1/title
IRI: https://schema.org/version