IRI: http://visualartsdna.org/model/hasVisualImagery
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
cwva:hasVisualImagery a owl:AnnotationProperty ;
rdfs:label "has visual imagery" ;
rdfs:comment "Description of the visual imagery in the work." ;
rdfs:domain cwva:CreativeWork ;
rdfs:isDefinedBy cwva: ;
rdfs:range xsd:string ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Imagery> .
<?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/hasVisualImagery">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Description of the visual imagery in the work.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/CreativeWork"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Imagery"/>
<rdfs:label>has visual imagery</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasVisualImagery",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Description of the visual imagery in the work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/CreativeWork"
}
],
"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 imagery"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Imagery"
}
]
}
]<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of the visual imagery in the work." .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Imagery> .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/CreativeWork> .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasVisualImagery> <http://www.w3.org/2000/01/rdf-schema#label> "has visual imagery" .