@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:cse	rdf:type	skos:Concept ;
	skos:editorialNote	"French term is preferred globally." ;
	skos:prefLabel	"chasse"@fr ;
	skos:topConceptOf	ns1: .
@prefix ns3:	<http://iflastandards.info/ns/unimarc/terms/fom/> .
ns1:cse	skos:exactMatch	ns3:cse .