@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://purl.org/linked-data/cube#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:ComponentSpecification	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:ComponentSpecification	rdf:type	rdfs:Class ;
	rdfs:subClassOf	ns1:ComponentSet ;
	rdfs:label	"Component specification"@en .
@prefix ns4:	<http://purl.org/linked-data/> .
ns1:ComponentSpecification	rdfs:isDefinedBy	ns4:cube ;
	rdfs:comment	"Used to define properties of a component (attribute, dimension etc) which are specific to its usage in a DSD."@en .