@prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix skos: . @prefix foaf: . @prefix scovo: . @prefix void: . @prefix vcard: . @prefix sdmx: . @prefix dcterms: . @prefix qb: . @prefix cedar-maritalstatus: . cedar-maritalstatus:maritalStatus a qb:DimensionProperty, rdf:Property ; rdfs:range cedar-maritalstatus:MaritalStatus; qb:concept cedar-maritalstatus:MaritalStatus; rdfs:label "Marital status"@en ; rdfs:comment "A person's marital status indicates whether the person is married"@en ; cedar-maritalstatus:maritalStatusScheme a skos:ConceptScheme; skos:prefLabel "Code list for marital status - codelist scheme"@en; rdfs:label "Code list for marital status - codelist scheme"@en; skos:notation "CL_MARITALSTATUS"; skos:note "This code list provides the marital status of a target census group"@en; skos:definition ; rdfs:seeAlso cedar-maritalstatus:MaritalStatus ; skos:hasTopConcept cedar-maritalstatus:married ; skos:hasTopConcept cedar-maritalstatus:single . cedar-maritalstatus:MaritalStatus a rdfs:Class, owl:Class; rdfs:subClassOf skos:Concept ; rdfs:label "Code list for marital status - codelist class"@en; rdfs:comment "A marital status defines the relationship between two persons"@en; rdfs:seeAlso cedar-maritalstatus:maritalstatus . cedar-maritalstatus:married a skos:Concept, cedar-maritalstatus:MaritalStatus; skos:topConceptOf cedar-maritalstatus:maritalStatusScheme; skos:prefLabel "Married"@en ; skos:prefLabel "Gehuwd"@nl ; skos:notation "M" ; skos:inScheme cedar-maritalstatus:maritalStatusScheme . cedar-maritalstatus:single a skos:Concept, cedar-maritalstatus:MaritalStatus; skos:topConceptOf cedar-maritalstatus:maritalstatus; skos:prefLabel "Single"@en ; skos:prefLabel "Ongehuwd"@nl ; skos:notation "S" ; skos:narrower cedar-maritalstatus:widow ; skos:inScheme cedar-maritalstatus:maritalStatusScheme . cedar-maritalstatus:widow a skos:Concept, cedar-maritalstatus:MaritalStatus; skos:broader cedar-maritalstatus:single ; skos:prefLabel "Widow"@en ; skos:prefLabel "Weduwe"@nl ; skos:notation "W" ; skos:inScheme cedar-maritalstatus:maritalStatusScheme .