IRI: http://visualartsdna.org/model/Portrait
@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:Portrait a owl:Class ;
rdfs:label "Portrait" ;
rdfs:comment "An artwork depicting the likeness of an individual or group." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Portrait> ;
rdfs:subClassOf cwva:Representational .
<?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/Portrait">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>An artwork depicting the likeness of an individual or group.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Portrait</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Portrait"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Representational"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/Portrait",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An artwork depicting the likeness of an individual or group."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Portrait"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Portrait"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Representational"
}
]
}
]<http://visualartsdna.org/model/Portrait> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/Portrait> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/Portrait> <http://www.w3.org/2000/01/rdf-schema#label> "Portrait" .
<http://visualartsdna.org/model/Portrait> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Portrait> .
<http://visualartsdna.org/model/Portrait> <http://www.w3.org/2000/01/rdf-schema#comment> "An artwork depicting the likeness of an individual or group." .
<http://visualartsdna.org/model/Portrait> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Representational> .