@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:DataSet	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:DataSet	rdf:type	rdfs:Class .
@prefix ns4:	<https://uri.etsi.org/ngsi-ld/v1/ontology#> .
ns1:DataSet	rdfs:subClassOf	ns4:Entity ;
	rdfs:label	"Data set"@en .
@prefix ns5:	<http://purl.org/linked-data/> .
ns1:DataSet	rdfs:isDefinedBy	ns5:cube ;
	rdfs:comment	"Represents a collection of observations, possibly organized into various slices, conforming to some common dimensional structure."@en .