@prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix skos: . @prefix foaf: . @prefix scovo: . @prefix void: . @prefix vcard: . @prefix sdmx: . @prefix sdmx-concept: . @prefix sdmx-dimension: . @prefix sdmx-attribute: . @prefix sdmx-measure: . @prefix sdmx-metadata: . @prefix sdmx-code: . @prefix sdmx-subject: . @prefix dcterms: . @prefix qb: . # AGE sdmx-measure:age a qb:MeasureProperty, rdf:Property ; 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 . # CIVIL_STATUS sdmx-measure:civilStatus a qb:MeasureProperty, rdf:Property ; 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 . # CURRENCY sdmx-measure:currency a qb:MeasureProperty, rdf:Property ; qb:concept sdmx-concept:currency ; rdfs:label "Currency"@en ; rdfs:comment """Monetary denomination of the object being measured."""@en ; rdfs:isDefinedBy . # EDUCATION_LEV sdmx-measure:educationLev a qb:MeasureProperty, rdf:Property ; 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 . # OBS_VALUE sdmx-measure:obsValue a qb:MeasureProperty, rdf:Property ; qb:concept sdmx-concept:obsValue ; rdfs:label "Observation"@en ; rdfs:comment """The value of a particular variable at a particular period."""@en ; rdfs:isDefinedBy . # OCCUPATION sdmx-measure:occupation a qb:MeasureProperty, rdf:Property ; 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 . # SEX sdmx-measure:sex a qb:MeasureProperty, rdf:Property ; qb:concept sdmx-concept:sex ; rdfs:label "Sex"@en ; rdfs:comment """The state of being male or female."""@en ; rdfs:isDefinedBy . ### Binding to the corresponding COG Code lists ### sdmx-measure:currency a qb:CodedProperty ; qb:codeList sdmx-code:currency ; rdfs:range sdmx-code:Currency . sdmx-measure:sex a qb:CodedProperty ; qb:codeList sdmx-code:sex ; rdfs:range sdmx-code:Sex .