@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_a7d7403c-ece5-17c1-35e5-65d369273baf
  a a2a:Record ;
  rdfs:label "Overlijden op 10 maart 1941 te Heerhugowaard" ;
  a2a:hasPerson oa:person_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_Person1, oa:person_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_Person2 ;
  a2a:hasEvent oa:event_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_Event1 ;
  a2a:hasRelationEP oa:relationep_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_0, oa:relationep_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_1 ;
  a2a:hasSource oa:source_urs_a7d7403c-ece5-17c1-35e5-65d369273baf .

oa:person_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_Person1
  a a2a:Person ;
  rdfs:label "Maria Catharina Veronica Kruyer" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Veronica Kruyer" ;
    a2a:PersonNameFirstName "Maria Catharina Veronica" ;
    a2a:PersonNameLastName "Kruyer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "72" ;
    rdfs:label "72"
  ] ;
  a2a:BirthDate [
    a2a:Year "1868" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1868-04-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Burgerbrug" ;
    rdfs:label "Burgerbrug"
  ] .

oa:person_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_Person2
  a a2a:Person ;
  rdfs:label "Wigbertus Poland" ;
  a2a:PersonName [
    rdfs:label "Wigbertus Poland" ;
    a2a:PersonNameFirstName "Wigbertus" ;
    a2a:PersonNameLastName "Poland"
  ] .

oa:event_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1941" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1941-03-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heerhugowaard" ;
    rdfs:label "Heerhugowaard"
  ] ;
  a2a:EventRemark02_Plaats_begrafenis_of_crematie "Heerhugowaard" ;
  a2a:EventRemark01_Datum_begrafenis_of_crematie "13-3-1941" ;
  a2a:EventRemark03_Naam_begraafplaats_of_crematorium "H.Dyonysius" .

oa:relationep_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_Person1 ;
  a2a:EventKeyRef oa:event_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_Event1 .

oa:relationep_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_Person2 ;
  a2a:EventKeyRef oa:event_urs_a7d7403c-ece5-17c1-35e5-65d369273baf_Event1 .

oa:source_urs_a7d7403c-ece5-17c1-35e5-65d369273baf
  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/02127.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-06-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.historischekringursem.nl/cgi-bin/bidprent.pl?ident=02127" ;
  a2a:RecordIdentifier "02127" ;
  a2a:RecordGUID "{a7d7403c-ece5-17c1-35e5-65d369273baf}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie http://www.historischekringursem.nl/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

