IRI: http://visualartsdna.org/model/RetrospectiveExhibit
@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:RetrospectiveExhibit a owl:Class ;
rdfs:label "Retrospective exhibit" ;
rdfs:comment "An exhibition showcasing an artist's work across their career." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://simple.wikipedia.org/wiki/Retrospective_(art)> ;
rdfs:subClassOf cwva:ArtExhibition .
<?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/RetrospectiveExhibit">
<rdfs:seeAlso rdf:resource="https://simple.wikipedia.org/wiki/Retrospective_(art)"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>Retrospective exhibit</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>An exhibition showcasing an artist's work across their career.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtExhibition"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/RetrospectiveExhibit",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An exhibition showcasing an artist's work across their career."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Retrospective exhibit"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://simple.wikipedia.org/wiki/Retrospective_(art)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtExhibition"
}
]
}
]<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://simple.wikipedia.org/wiki/Retrospective_(art)> .
<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/2000/01/rdf-schema#comment> "An exhibition showcasing an artist's work across their career." .
<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtExhibition> .
<http://visualartsdna.org/model/RetrospectiveExhibit> <http://www.w3.org/2000/01/rdf-schema#label> "Retrospective exhibit" .