@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
<http://data.doremus.org/vocabulary/technique/>	rdf:type	skos:ConceptScheme .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
<http://data.doremus.org/vocabulary/technique/>	dct:created	"2018-07-19"^^xsd:date ;
	dct:modified	"2018-07-19"^^xsd:date .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://data.doremus.org/vocabulary/technique/>	rdfs:label	"Vocal and instrumental techniques"@en ,
		"Techniques vocales et instrumentales"@fr ,
		"Tecniche vocali e strumentali"@it ;
	rdfs:comment	"Instrument playing or voice production techniques"@en ,
		"Techniques vocales ou de jeu instrumental"@fr ,
		"Tecniche per l'emissione di suono tramite voce o impiego di strumenti"@it .
@prefix ns5:	<http://data.doremus.org/organization/> .
<http://data.doremus.org/vocabulary/technique/>	dct:creator	ns5:DOREMUS ;
	dct:license	<https://creativecommons.org/licenses/by/4.0/> .