@prefix sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix sdmx-concept: <http://purl.org/linked-data/sdmx/2009/concept#> .
@prefix qb: <http://purl.org/linked-data/cube#> .
@prefix sdmx-code: <http://purl.org/linked-data/sdmx/2009/code#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix sdmx-metadata: <http://purl.org/linked-data/sdmx/2009/metadata#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix scovo: <http://purl.org/NET/scovo#> .
@prefix sdmx: <http://purl.org/linked-data/sdmx#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#> .
@prefix sdmx-subject: <http://purl.org/linked-data/sdmx/2009/subject#> .

sdmx-dimension:age a qb:DimensionProperty , rdf:Property ;
	rdfs:range rdfs:Resource ;
	qb:concept sdmx-concept:age ;
	rdfs:label "Age"@en ;
	rdfs:comment "The length of time that a person has lived or a thing has existed."@en ;
	rdfs:isDefinedBy <http://sdmx.org/wp-content/uploads/2009/01/01_sdmx_cog_annex_1_cdc_2009.pdf> .

sdmx-dimension:civilStatus a qb:DimensionProperty , rdf:Property ;
	rdfs:range rdfs:Resource ;
	qb:concept sdmx-concept:civilStatus ;
	rdfs:label "Civil Status"@en ;
	rdfs:comment "Legal, conjugal status of each individual in relation to the marriage laws or customs of the country."@en ;
	rdfs:isDefinedBy <http://sdmx.org/wp-content/uploads/2009/01/01_sdmx_cog_annex_1_cdc_2009.pdf> .

sdmx-dimension:currency a qb:DimensionProperty , rdf:Property ;
	rdfs:range rdfs:Resource ;
	qb:concept sdmx-concept:currency ;
	rdfs:label "Currency"@en ;
	rdfs:comment "Monetary denomination of the object being measured."@en ;
	rdfs:isDefinedBy <http://sdmx.org/wp-content/uploads/2009/01/01_sdmx_cog_annex_1_cdc_2009.pdf> .

sdmx-dimension:educationLev a qb:DimensionProperty , rdf:Property ;
	rdfs:range rdfs:Resource ;
	qb:concept sdmx-concept:educationLev ;
	rdfs:label "Education Level"@en ;
	rdfs:comment "The highest level of an educational programme the person has successfully completed."@en ;
	rdfs:isDefinedBy <http://sdmx.org/wp-content/uploads/2009/01/01_sdmx_cog_annex_1_cdc_2009.pdf> .

sdmx-dimension:freq a qb:DimensionProperty , rdf:Property ;
	rdfs:range rdfs:Resource ;
	qb:concept sdmx-concept:freq ;
	rdfs:label "Frequency"@en ;
	rdfs:comment "The time interval at which observations occur over a given time period."@en ;
	rdfs:isDefinedBy <http://sdmx.org/wp-content/uploads/2009/01/01_sdmx_cog_annex_1_cdc_2009.pdf> .

sdmx-dimension:occupation a qb:DimensionProperty , rdf:Property ;
	rdfs:range rdfs:Resource ;
	qb:concept sdmx-concept:occupation ;
	rdfs:label "Occupation"@en ;
	rdfs:comment "Job or position held by an individual who performs a set of tasks and duties."@en ;
	rdfs:isDefinedBy <http://sdmx.org/wp-content/uploads/2009/01/01_sdmx_cog_annex_1_cdc_2009.pdf> .

sdmx-dimension:refArea a qb:DimensionProperty , rdf:Property ;
	rdfs:range rdfs:Resource ;
	qb:concept sdmx-concept:refArea ;
	rdfs:label "Reference Area"@en ;
	rdfs:comment "The country or geographic area to which the measured statistical phenomenon relates."@en ;
	rdfs:isDefinedBy <http://sdmx.org/wp-content/uploads/2009/01/01_sdmx_cog_annex_1_cdc_2009.pdf> .

sdmx-dimension:refPeriod a qb:DimensionProperty , rdf:Property ;
	rdfs:range rdfs:Resource ;
	qb:concept sdmx-concept:refPeriod ;
	rdfs:label "Reference Period"@en ;
	rdfs:comment "The period of time or point in time to which the measured observation is intended to refer."@en ;
	rdfs:isDefinedBy <http://sdmx.org/wp-content/uploads/2009/01/01_sdmx_cog_annex_1_cdc_2009.pdf> .

sdmx-dimension:sex a qb:DimensionProperty , rdf:Property ;
	rdfs:range rdfs:Resource ;
	qb:concept sdmx-concept:sex ;
	rdfs:label "Sex"@en ;
	rdfs:comment "The state of being male or female."@en ;
	rdfs:isDefinedBy <http://sdmx.org/wp-content/uploads/2009/01/01_sdmx_cog_annex_1_cdc_2009.pdf> .

sdmx-dimension:timePeriod a qb:DimensionProperty , rdf:Property ;
	rdfs:range rdfs:Resource ;
	qb:concept sdmx-concept:timePeriod ;
	rdfs:label "Time Period"@en ;
	rdfs:comment "The period of time or point in time to which the measured observation refers."@en ;
	rdfs:isDefinedBy <http://sdmx.org/wp-content/uploads/2009/01/01_sdmx_cog_annex_1_cdc_2009.pdf> .

sdmx-dimension:currency a qb:CodedProperty ;
	qb:codeList sdmx-code:currency ;
	rdfs:range sdmx-code:Currency .

sdmx-dimension:freq a qb:CodedProperty ;
	qb:codeList sdmx-code:freq ;
	rdfs:range sdmx-code:Freq .

sdmx-dimension:sex a qb:CodedProperty ;
	qb:codeList sdmx-code:sex ;
	rdfs:range sdmx-code:Sex .
