@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:weh	rdf:type	skos:Concept ;
	skos:editorialNote	"English term is preferred globally." ;
	skos:prefLabel	"english horn"@en ,
		"cor anglais"@fr ,
		"corno ingl\u00E9s"@es ,
		"corno inglese"@it ,
		"corne ingl\u00EAs"@pt ;
	skos:inScheme	ns1: ;
	skos:altLabel	"Englischhorn"@de ,
		"englisches Horn"@de ,
		"taille de hautbois d'amour"@fr .
@prefix ns3:	<http://iflastandards.info/ns/unimarc/terms/mop/> .
ns1:weh	skos:exactMatch	ns3:weh ,
		<http://www.mimo-db.eu/InstrumentsKeywords/4197> ;
	skos:broader	ns1:w .