@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://purl.org/linked-data/cube#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:DataStructureDefinition	rdf:type	rdfs:Class .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:DataStructureDefinition	rdf:type	owl:Class ;
	rdfs:subClassOf	ns1:ComponentSet ;
	rdfs:label	"Data structure definition"@en .
@prefix ns4:	<http://purl.org/linked-data/> .
ns1:DataStructureDefinition	rdfs:isDefinedBy	ns4:cube ;
	rdfs:comment	"Defines the structure of a DataSet or slice"@en .