@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/CollectionType#> .
ns1:art	rdf:type	ns1:CollectionTypeTerm .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:art	rdfs:label	"Art" ;
	rdfs:comment	"Paintings, drawings, scientific illustrations are examples." .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:art	dc:title	"art" .
@prefix ns4:	<http://rs.tdwg.org/ontology/Base#> .
ns1:art	ns4:definition	"\n       Representational and impressionistic works from the human hand.\n      " .