@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_2d90a496-4185-1e5a-e9aa-9ac8fe141af7
  a a2a:Record ;
  rdfs:label "Overlijden op 21 juni 1940 te Biscaye" ;
  a2a:hasPerson oa:person_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_Person1, oa:person_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_Person2 ;
  a2a:hasEvent oa:event_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_Event1 ;
  a2a:hasRelationEP oa:relationep_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_0, oa:relationep_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_1 ;
  a2a:hasSource oa:source_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7 .

oa:person_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_Person1
  a a2a:Person ;
  rdfs:label "Theodorus Gerardus Maria Distelbrink" ;
  a2a:PersonName [
    rdfs:label "Theodorus Gerardus Maria Distelbrink" ;
    a2a:PersonNameFirstName "Theodorus Gerardus Maria" ;
    a2a:PersonNameLastName "Distelbrink"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] .

oa:person_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_Person2
  a a2a:Person ;
  rdfs:label "Christina Kanters" ;
  a2a:PersonName [
    rdfs:label "Christina Kanters" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNameLastName "Kanters"
  ] .

oa:event_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1940" ;
    a2a:Month "6" ;
    a2a:Day "21" ;
    rdfs:label "1940-06-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Biscaye" ;
    rdfs:label "Biscaye"
  ] .

oa:relationep_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_Person1 ;
  a2a:EventKeyRef oa:event_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_Event1 .

oa:relationep_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_Person2 ;
  a2a:EventKeyRef oa:event_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7_Event1 .

oa:source_urs_2d90a496-4185-1e5a-e9aa-9ac8fe141af7
  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/00965.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-05-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.historischekringursem.nl/cgi-bin/bidprent.pl?ident=00965" ;
  a2a:RecordIdentifier "00965" ;
  a2a:RecordGUID "{2d90a496-4185-1e5a-e9aa-9ac8fe141af7}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie http://www.historischekringursem.nl/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

