@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_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8
  a a2a:Record ;
  rdfs:label "Geboorte op 14 mei 1811 te Westdorpe" ;
  a2a:hasPerson oa:person_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Person1, oa:person_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Person2, oa:person_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Person3 ;
  a2a:hasEvent oa:event_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_0, oa:relationep_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_1, oa:relationep_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_2 ;
  a2a:hasSource oa:source_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8 .

oa:person_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Person1
  a a2a:Person ;
  rdfs:label "Antoine Lievin van Acker" ;
  a2a:PersonName [
    rdfs:label "Antoine Lievin van Acker" ;
    a2a:PersonNameFirstName "Antoine Lievin" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Acker"
  ] ;
  a2a:Gender "Man" .

oa:person_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Person2
  a a2a:Person ;
  rdfs:label "Jean van Acker" ;
  a2a:PersonName [
    rdfs:label "Jean van Acker" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Acker"
  ] .

oa:person_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Person3
  a a2a:Person ;
  rdfs:label "Cornelia Judoca Hamerlinck" ;
  a2a:PersonName [
    rdfs:label "Cornelia Judoca Hamerlinck" ;
    a2a:PersonNameFirstName "Cornelia Judoca" ;
    a2a:PersonNameLastName "Hamerlinck"
  ] .

oa:event_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1811-05-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Westdorpe" ;
    rdfs:label "Westdorpe"
  ] .

oa:relationep_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Person1 ;
  a2a:EventKeyRef oa:event_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Event1 .

oa:relationep_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Person2 ;
  a2a:EventKeyRef oa:event_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Event1 .

oa:relationep_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Person3 ;
  a2a:EventKeyRef oa:event_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8_Event1 .

oa:source_zar_1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Westdorpe" ;
    rdfs:label "Westdorpe", "1796-01-01 - 1797-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1797-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1811-06-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Collection "Westdorpe geboorteakten burgerlijke stand" ;
    a2a:DocumentNumber "22" ;
    a2a:RegistryNumber "WDP-G-1811" ;
    rdfs:label "Zeeuws Archief, Westdorpe geboorteakten burgerlijke stand, 22, WDP-G-1811"
  ] ;
  a2a:SourceLastChangeDate "2016-06-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.zeeuwengezocht.nl/nl/zoeken?mivast=1539&mizig=862&miadt=239&miaet=54&micode=25.WDP-G-1811&minr=8756365&miview=ldt" ;
  a2a:RecordGUID "{1B3E9DA2-FED4-4E68-AE91-AE915C2DCCE8}" .

