@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
skos:ConceptScheme	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
skos:ConceptScheme	rdfs:label	"Concept Scheme"@en .
@prefix ns4:	<http://www.w3.org/2004/02/skos/> .
skos:ConceptScheme	rdfs:isDefinedBy	ns4:core ;
	owl:disjointWith	skos:Concept ;
	skos:definition	"A set of concepts, optionally including statements about semantic relationships between those concepts."@en ;
	skos:scopeNote	"A concept scheme may be defined to include concepts from different sources."@en ;
	skos:example	"Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies."@en .