IRI: http://visualartsdna.org/model/ColdPressedPaper
@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:ColdPressedPaper a owl:Class ;
rdfs:label "Cold-Pressed Paper" ;
rdfs:comment "Textured watercolor paper with a slightly bumpy surface. Also called CP or NOT (Not Hot-Pressed)." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Watercolor_painting#Paper> ;
rdfs:subClassOf cwva:WatercolorPaper ;
skos:altLabel "CP Paper",
"NOT Paper" .
<?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/ColdPressedPaper">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Textured watercolor paper with a slightly bumpy surface. Also called CP or NOT (Not Hot-Pressed).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/WatercolorPaper"/>
<rdfs:label>Cold-Pressed Paper</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Watercolor_painting#Paper"/>
<skos:altLabel>CP Paper</skos:altLabel>
<skos:altLabel>NOT Paper</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ColdPressedPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Textured watercolor paper with a slightly bumpy surface. Also called CP or NOT (Not Hot-Pressed)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Cold-Pressed 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/WatercolorPaper"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "CP Paper"
},
{
"@value": "NOT Paper"
}
]
}
]<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "Textured watercolor paper with a slightly bumpy surface. Also called CP or NOT (Not Hot-Pressed)." .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2004/02/skos/core#altLabel> "NOT Paper" .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/WatercolorPaper> .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2000/01/rdf-schema#label> "Cold-Pressed Paper" .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2004/02/skos/core#altLabel> "CP Paper" .
<http://visualartsdna.org/model/ColdPressedPaper> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Watercolor_painting#Paper> .