@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_urs_edcf0654-e016-8eb7-a780-8e4c068f5b71
  a a2a:Record ;
  rdfs:label "Overlijden op 3 april 1938 te De Goorn" ;
  a2a:hasPerson oa:person_urs_edcf0654-e016-8eb7-a780-8e4c068f5b71_Person1 ;
  a2a:hasEvent oa:event_urs_edcf0654-e016-8eb7-a780-8e4c068f5b71_Event1 ;
  a2a:hasRelationEP oa:relationep_urs_edcf0654-e016-8eb7-a780-8e4c068f5b71_0 ;
  a2a:hasSource oa:source_urs_edcf0654-e016-8eb7-a780-8e4c068f5b71 .

oa:person_urs_edcf0654-e016-8eb7-a780-8e4c068f5b71_Person1
  a a2a:Person ;
  rdfs:label "Regina Geertruida Oud" ;
  a2a:PersonName [
    rdfs:label "Regina Geertruida Oud" ;
    a2a:PersonNameFirstName "Regina Geertruida" ;
    a2a:PersonNameLastName "Oud"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "11" ;
    a2a:Day "30" ;
    rdfs:label "1915-11-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Spierdijk" ;
    rdfs:label "Spierdijk"
  ] .

oa:event_urs_edcf0654-e016-8eb7-a780-8e4c068f5b71_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1938" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1938-04-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Goorn" ;
    rdfs:label "De Goorn"
  ] ;
  a2a:EventRemark03_Naam_begraafplaats_of_crematorium "R.K.kerkhof" ;
  a2a:EventRemark02_Plaats_begrafenis_of_crematie "De Goorn" ;
  a2a:EventRemark01_Datum_begrafenis_of_crematie "6-4-1938" .

oa:relationep_urs_edcf0654-e016-8eb7-a780-8e4c068f5b71_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_urs_edcf0654-e016-8eb7-a780-8e4c068f5b71_Person1 ;
  a2a:EventKeyRef oa:event_urs_edcf0654-e016-8eb7-a780-8e4c068f5b71_Event1 .

oa:source_urs_edcf0654-e016-8eb7-a780-8e4c068f5b71
  a a2a:Source ;
  rdfs:label "Historische Kring Ursem, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Ursem" ;
    rdfs:label "Ursem", "1800-01-01 - 2000-01-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-01-01"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historische Kring Ursem" ;
    rdfs:label "Historische Kring Ursem"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriPreview "http://www.historischekringursem.nl/bidprent/large/02647.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-06-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.historischekringursem.nl/cgi-bin/bidprent.pl?ident=02647" ;
  a2a:RecordIdentifier "02647" ;
  a2a:RecordGUID "{edcf0654-e016-8eb7-a780-8e4c068f5b71}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie http://www.historischekringursem.nl/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

