@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_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899
  a a2a:Record ;
  rdfs:label "Overlijden op 31 augustus 1961 te Heerhugowaard" ;
  a2a:hasPerson oa:person_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_Person1, oa:person_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_Person2 ;
  a2a:hasEvent oa:event_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_Event1 ;
  a2a:hasRelationEP oa:relationep_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_0, oa:relationep_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_1 ;
  a2a:hasSource oa:source_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899 .

oa:person_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_Person1
  a a2a:Person ;
  rdfs:label "Wigbertus Poland" ;
  a2a:PersonName [
    rdfs:label "Wigbertus Poland" ;
    a2a:PersonNameFirstName "Wigbertus" ;
    a2a:PersonNameLastName "Poland"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "96" ;
    rdfs:label "96"
  ] ;
  a2a:BirthDate [
    a2a:Year "1865" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1865-02-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heerhugowaard" ;
    rdfs:label "Heerhugowaard"
  ] .

oa:person_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_Person2
  a a2a:Person ;
  rdfs:label "Maria C.V. Kruijer" ;
  a2a:PersonName [
    rdfs:label "Maria C.V. Kruijer" ;
    a2a:PersonNameFirstName "Maria C.V." ;
    a2a:PersonNameLastName "Kruijer"
  ] .

oa:event_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1961" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1961-08-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heerhugowaard" ;
    rdfs:label "Heerhugowaard"
  ] ;
  a2a:EventRemark01_Datum_begrafenis_of_crematie "4-9-1961" ;
  a2a:EventRemark02_Plaats_begrafenis_of_crematie "Heerhugowaard" ;
  a2a:EventRemark03_Naam_begraafplaats_of_crematorium "H.Dyonysius" .

oa:relationep_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_Person1 ;
  a2a:EventKeyRef oa:event_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_Event1 .

oa:relationep_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_Person2 ;
  a2a:EventKeyRef oa:event_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899_Event1 .

oa:source_urs_4e99f3ac-839d-e2c7-15cb-ad5fae5b7899
  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/02783.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-06-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.historischekringursem.nl/cgi-bin/bidprent.pl?ident=02783" ;
  a2a:RecordIdentifier "02783" ;
  a2a:RecordGUID "{4e99f3ac-839d-e2c7-15cb-ad5fae5b7899}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie http://www.historischekringursem.nl/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

