IRI: http://visualartsdna.org/model/ContextualAnalysis
@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:ContextualAnalysis a owl:Class ;
rdfs:label "contextual analysis" ;
rdfs:comment "Evaluates a piece by examining the historical, cultural, social, and political circumstances surrounding its creation, rather than just its visual appearance." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://brandmentions.com/wiki/Contextual_Analysis#:~:text=Contextual%20analysis%20is%20employed%20in,essential%20for%20a%20comprehensive%20analysis.> ;
rdfs:subClassOf cwva:VisualAnalysis ;
skos:scopeNote "A principled home for vad:CulturalContext and vad:Iconography when the time comes." .
<?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/ContextualAnalysis">
<rdfs:comment>Evaluates a piece by examining the historical, cultural, social, and political circumstances surrounding its creation, rather than just its visual appearance.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://brandmentions.com/wiki/Contextual_Analysis#:~:text=Contextual%20analysis%20is%20employed%20in,essential%20for%20a%20comprehensive%20analysis."/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualAnalysis"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>contextual analysis</rdfs:label>
<skos:scopeNote>A principled home for vad:CulturalContext and vad:Iconography when the time comes.</skos:scopeNote>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ContextualAnalysis",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Evaluates a piece by examining the historical, cultural, social, and political circumstances surrounding its creation, rather than just its visual appearance."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "contextual analysis"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://brandmentions.com/wiki/Contextual_Analysis#:~:text=Contextual%20analysis%20is%20employed%20in,essential%20for%20a%20comprehensive%20analysis."
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualAnalysis"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@value": "A principled home for vad:CulturalContext and vad:Iconography when the time comes."
}
]
}
]<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2000/01/rdf-schema#comment> "Evaluates a piece by examining the historical, cultural, social, and political circumstances surrounding its creation, rather than just its visual appearance." .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2004/02/skos/core#scopeNote> "A principled home for vad:CulturalContext and vad:Iconography when the time comes." .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualAnalysis> .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2000/01/rdf-schema#label> "contextual analysis" .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ContextualAnalysis> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://brandmentions.com/wiki/Contextual_Analysis#:~:text=Contextual%20analysis%20is%20employed%20in,essential%20for%20a%20comprehensive%20analysis.> .