@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://data.doremus.org/vocabulary/key/>	rdf:type	owl:NamedIndividual .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
<http://data.doremus.org/vocabulary/key/>	rdf:type	skos:ConceptScheme .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
<http://data.doremus.org/vocabulary/key/>	dct:created	"2016-03-14"^^xsd:date ;
	dct:modified	"2017-11-07"^^xsd:date .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://data.doremus.org/vocabulary/key/>	rdfs:label	"List of keys"@en ,
		"Liste des tonalit\u00E9s"@fr ,
		"Lista di tonalit\u00E0"@it ;
	rdfs:comment	"Caract\u00E8re des tons et des modes, caract\u00E8re des morceaux \u00E9crits dans ces tons et ces modes"@fr ,
		"La somma delle relazioni, melodiche e armoniche, che intercorrono tra le note di una scala o di un sistema musicale"@it ,
		"The sum of relations, melodic and harmonic, existing between the tones of a scale or musical system"@en .
@prefix ns6:	<http://data.doremus.org/organization/> .
<http://data.doremus.org/vocabulary/key/>	dct:creator	ns6:DOREMUS ;
	dct:license	<https://creativecommons.org/licenses/by/4.0/> .