IRI: http://visualartsdna.org/model/Support
@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:Support a owl:Class ;
rdfs:label "Support" ;
rdfs:comment "The surface upon which artwork is created. Replaces Substrate." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Support_(art)> ;
rdfs:subClassOf cwva:ArtMaterial ;
skos:altLabel "Substrate" .
<?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/Support">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Support_(art)"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Support</rdfs:label>
<rdfs:comment>The surface upon which artwork is created. Replaces Substrate.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMaterial"/>
<skos:altLabel>Substrate</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Support",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The surface upon which artwork is created. Replaces Substrate."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Support"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Support_(art)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMaterial"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Substrate"
}
]
}
]<http://visualartsdna.org/model/Support> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Support_(art)> .
<http://visualartsdna.org/model/Support> <http://www.w3.org/2004/02/skos/core#altLabel> "Substrate" .
<http://visualartsdna.org/model/Support> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Support> <http://www.w3.org/2000/01/rdf-schema#label> "Support" .
<http://visualartsdna.org/model/Support> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Support> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMaterial> .
<http://visualartsdna.org/model/Support> <http://www.w3.org/2000/01/rdf-schema#comment> "The surface upon which artwork is created. Replaces Substrate." .