@prefix rdfs: . @prefix rdf: . rdf:type rdfs:label "type" . rdfs:label rdfs:label "label" . @prefix dcterms: . dcterms:title rdfs:label "Title"@en . @prefix skos: . skos:definition rdfs:label "definition"@en . dcterms:description rdfs:label "Description"@en . skos:broadMatch rdfs:label "has broader match"@en , "has broad match" . skos:exactMatch rdfs:label "has exact match"@en . skos:narrowMatch rdfs:label "has narrow match" . dcterms:type rdfs:label "Type"@en , "type"@en . rdfs:label "FSB Canonical Data Model PersonServices"@en . rdfs:label "Core Vocabulary"@en . rdfs:label "Person"@en . @prefix adms: . @prefix ns5: . adms:includedAsset ns5:a63b10d2e1e0e0dc88192d4053032fd5 ; dcterms:isPartOf . @prefix vdm: . ns5:a63b10d2e1e0e0dc88192d4053032fd5 rdf:type vdm:Property ; rdfs:label "Country Of Death (PersonCountryOfDeath)"@en ; rdfs:range ns5:ce5bf551379459c1c61d2a204061c455 ; dcterms:title "Country Of Death (PersonCountryOfDeath)"@en ; skos:definition "The country where the person deceased."@en ; dcterms:description "A person's Country Of Death is defined using the Location class. A plain code like \"DE\" should be provided as a Geographic Name whereas a URI should be provided as a Geographic Identifier. Ideally, provide both.\n\nProviding a simple country name is problematic and should be avoided whereas using a standardised system that allows the use of a code list for country names has a lot of potential for increasing semantic interoperability."@en ; skos:broadMatch ns5:a9fef3f6891aa3701dc4995ec76c415b ; skos:exactMatch ns5:ce1ce0e217da2ed573027220b6035e7b , , ns5:feee374ed4103b380bec2c5fca094f8d ; dcterms:type vdm:Property ; vdm:has_internalidentifier "PersonCountryOfDeath"@en ; adms:sample "\"HUN\", \"http://publications.europa.eu/resource/authority/country/HUN\""@en ; dcterms:isPartOf . ns5:ce5bf551379459c1c61d2a204061c455 rdfs:label "Location"@en ; dcterms:isPartOf . vdm:has_internalidentifier rdfs:label "has internal identifier" . adms:includedAsset rdfs:label "included asset"@en . adms:sample rdfs:label "sample"@en . dcterms:isPartOf rdfs:label "Is Part Of"@en . ns5:feee374ed4103b380bec2c5fca094f8d rdfs:label "Decease place - country (deceasePlaceCountry)"@en ; dcterms:isPartOf . vdm:Property rdfs:label "Property" .