@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://opendata.aragon.es/def/iaest/medida#> .
@prefix qb:	<http://purl.org/linked-data/cube#> .
ns1:vc-cultural	rdf:type	qb:MeasureProperty ,
		rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:vc-cultural	rdfs:label	"VC Cultural"@es .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:vc-cultural	rdfs:range	xsd:double ;
	rdfs:comment	"VC Cultural"@es .