@prefix 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> .