@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://purl.org/linked-data/cube#> .
ns1:sliceKey	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:sliceKey	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4:	<https://uri.etsi.org/ngsi-ld/v1/ontology#> .
ns1:sliceKey	rdfs:subPropertyOf	ns4:Relationship ;
	rdfs:label	"slice key"@en ;
	rdfs:domain	ns1:DataStructureDefinition ;
	rdfs:range	ns1:SliceKey .
@prefix ns5:	<http://purl.org/linked-data/> .
ns1:sliceKey	rdfs:isDefinedBy	ns5:cube ;
	rdfs:comment	"indicates a slice key which is used for slices in this dataset"@en .