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