@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:ImageObject	rdf:type	rdfs:Class ;
	rdfs:subClassOf	schema:MediaObject .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns4:	<http://purl.org/dc/dcmitype/> .
schema:ImageObject	owl:equivalentClass	ns4:Image ;
	rdfs:label	"ImageObject" ;
	rdfs:comment	"An image file." .