@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A
  a a2a:Record ;
  rdfs:label "Overlijden op 16 juni 1951 te Nijmegen" ;
  a2a:hasPerson oa:person_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Person3016560282, oa:person_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Person3016560283, oa:person_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Person3016560284 ;
  a2a:hasEvent oa:event_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_0, oa:relationep_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_1, oa:relationep_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_2 ;
  a2a:hasSource oa:source_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A .

oa:person_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Person3016560282
  a a2a:Person ;
  rdfs:label "Christiaan Nicolaas Gerard Kops" ;
  a2a:PersonName [
    rdfs:label "Christiaan Nicolaas Gerard Kops" ;
    a2a:PersonNameFirstName "Christiaan Nicolaas Gerard" ;
    a2a:PersonNameLastName "Kops"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "74" ;
    rdfs:label "74"
  ] ;
  a2a:Profession "rooms Katholiek Priester" .

oa:person_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Person3016560283
  a a2a:Person ;
  rdfs:label "Hendrik Petrus Kops" ;
  a2a:PersonName [
    rdfs:label "Hendrik Petrus Kops" ;
    a2a:PersonNameFirstName "Hendrik Petrus" ;
    a2a:PersonNameLastName "Kops"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Person3016560284
  a a2a:Person ;
  rdfs:label "Gerhardina van der Zwaan" ;
  a2a:PersonName [
    rdfs:label "Gerhardina van der Zwaan" ;
    a2a:PersonNameFirstName "Gerhardina" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Zwaan"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "16-06-1951" ;
    a2a:Year "1951" ;
    a2a:Month "06" ;
    a2a:Day "16" ;
    rdfs:label "1951-06-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] .

oa:relationep_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Person3016560282 ;
  a2a:EventKeyRef oa:event_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Event1 .

oa:relationep_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Person3016560283 ;
  a2a:EventKeyRef oa:event_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Event1 .

oa:relationep_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Person3016560284 ;
  a2a:EventKeyRef oa:event_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A_Event1 .

oa:source_gld_DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nijmegen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nijmegen, Nederland", "1951-06-19 - 1951-06-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1951-06-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1951-06-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-06-1951" ;
    a2a:Year "1951" ;
    a2a:Month "06" ;
    a2a:Day "19" ;
    rdfs:label "19-06-1951"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Nijmegen, Overlijdensregister" ;
    a2a:Book "Nijmegen, Overlijdensregister" ;
    a2a:DocumentNumber "772" ;
    a2a:RegistryNumber "17417" ;
    rdfs:label "Gelders Archief, Arnhem, Nijmegen, Overlijdensregister, Nijmegen, Overlijdensregister, 772, 17417"
  ] ;
  a2a:SourceLastChangeDate "2022-11-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/DB5D7EE2A3CB4B778FBB3DFB918ADE8A" ;
  a2a:RecordIdentifier "3016560281" ;
  a2a:RecordGUID "{DB5D7EE2-A3CB-4B77-8FBB-3DFB918ADE8A}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/BD4BF2FE19B645648D78F8B654DD1D49" .

