IRI: http://visualartsdna.org/model/Surface
@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:Surface a owl:Class ;
rdfs:label "Surface" ;
rdfs:comment "The outer layer or material on which an artwork is created, influencing texture and how media is applied." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://www.dictionary.com/browse/surface> ;
rdfs:subClassOf cwva:Support .
<?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/Surface">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Surface</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Support"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="https://www.dictionary.com/browse/surface"/>
<rdfs:comment>The outer layer or material on which an artwork is created, influencing texture and how media is applied.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Surface",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The outer layer or material on which an artwork is created, influencing texture and how media is applied."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Surface"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://www.dictionary.com/browse/surface"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Support"
}
]
}
]<http://visualartsdna.org/model/Surface> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://www.dictionary.com/browse/surface> .
<http://visualartsdna.org/model/Surface> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Surface> <http://www.w3.org/2000/01/rdf-schema#comment> "The outer layer or material on which an artwork is created, influencing texture and how media is applied." .
<http://visualartsdna.org/model/Surface> <http://www.w3.org/2000/01/rdf-schema#label> "Surface" .
<http://visualartsdna.org/model/Surface> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Support> .
<http://visualartsdna.org/model/Surface> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .