@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.doremus.org/vocabulary/iaml/mop/> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ns1:vcv	rdf:type	skos:Concept ;
	skos:editorialNote	"English term is preferred globally." ;
	skos:prefLabel	"Knabenstimme"@de ,
		"voz branca"@pt ,
		"child voice"@en ,
		"voz de ni\u00F1o"@es ,
		"voix d'enfant"@fr ,
		"voce bianca"@it ;
	skos:inScheme	ns1: ;
	skos:altLabel	"boy's voice"@en ,
		"voce infantile"@it ,
		"voix enfantine"@fr ,
		"boy singer"@en ,
		"voce di fanciullo"@it .
@prefix ns3:	<http://iflastandards.info/ns/unimarc/terms/mop/> .
ns1:vcv	skos:exactMatch	ns3:vcv ;
	skos:broader	ns1:v .