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