@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/InstitutionType#> .
ns1:library	rdf:type	ns1:InstitutionTypeTerm .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:library	rdfs:label	"library" .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:library	dc:title	"library" .
@prefix ns4:	<http://rs.tdwg.org/ontology/Base#> .
ns1:library	ns4:definition	"\n       An institution holding books, manuscripts, images and recordings for research and study.\n      " .