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