@prefix ns0:	<http://open.vocab.org/terms/> .
@prefix ns1:	<http://dbkwik.webdatacommons.org/ontology/> .
<http://dbkwik.webdatacommons.org/ontology/>	ns0:defines	ns1:thumbnail .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:thumbnail	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:thumbnail	rdfs:label	"thumbnail" ;
	rdfs:domain	owl:Class ;
	rdfs:range	owl:Class ;
	rdfs:comment	"The thumbnail for this image." .