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)" .