@prefix deo: <http://purl.org/spar/deo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

deo:Caption a owl:Class ;
    rdfs:label "caption"@en ;
    rdfs:comment "Text accompanying another item, such as a picture."@en ;
    rdfs:isDefinedBy deo: .

