IRI: http://visualartsdna.org/model/hasVisualAnalysis
@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:hasVisualAnalysis a owl:ObjectProperty ;
rdfs:label "has visual analysis" ;
rdfs:comment "A foundational, structured method of interpreting art by closely observing and breaking down its visual elements." ;
rdfs:isDefinedBy cwva: ;
rdfs:range cwva:VisualAnalysis ;
rdfs:seeAlso <https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf> .
<?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/hasVisualAnalysis">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>has visual analysis</rdfs:label>
<rdfs:comment>A foundational, structured method of interpreting art by closely observing and breaking down its visual elements.</rdfs:comment>
<rdfs:range rdf:resource="http://visualartsdna.org/model/VisualAnalysis"/>
<rdfs:seeAlso rdf:resource="https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasVisualAnalysis",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A foundational, structured method of interpreting art by closely observing and breaking down its visual elements."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has visual analysis"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/VisualAnalysis"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf"
}
]
}
]<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://twp.duke.edu/sites/twp.duke.edu/files/file-attachments/visual-analysis.original.pdf> .
<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#label> "has visual analysis" .
<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#comment> "A foundational, structured method of interpreting art by closely observing and breaking down its visual elements." .
<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/model/hasVisualAnalysis> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/VisualAnalysis> .