@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix qb:	<http://purl.org/linked-data/cube#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
qb:concept	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
qb:concept	rdfs:label	"Categor\u00EDas"@es ;
	rdfs:domain	qb:DimensionProperty .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
qb:concept	rdfs:range	skos:Concept ;
	rdfs:comment	"Enlace con Categoria Skos"@es .