@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.doremus.org/vocabulary/iaml/genre/> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ns1:mqu	rdf:type	skos:Concept ;
	skos:editorialNote	"English term is preferred globally." ;
	skos:prefLabel	"masque"@en ;
	skos:altLabel	"maschara"@it ,
		"entremets"@fr ,
		"musique de masque"@fr ,
		"mask"@de ;
	skos:topConceptOf	ns1: .
@prefix ns3:	<http://data.bnf.fr/ark:/12148/> .
ns1:mqu	skos:exactMatch	ns3:cb14618706w .
@prefix ns4:	<http://iflastandards.info/ns/unimarc/terms/fom/> .
ns1:mqu	skos:exactMatch	ns4:mqu .
@prefix ns5:	<http://data.doremus.org/vocabulary/diabolo/genre/> .
ns1:mqu	skos:exactMatch	ns5:masque .