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

dcmitype:Image a owl:Class ;
    rdfs:label "image"@en ;
    rdfs:comment "A visual representation other than text."@en ;
    rdfs:isDefinedBy dcmitype: .

