@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_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d
  a a2a:Record ;
  rdfs:label "Geboorte op 20 augustus 1896 te Woensdrecht" ;
  a2a:hasPerson oa:person_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Person-8c91bd9c-bcb8-bff2-391c-46f03120729e, oa:person_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Person-04799230-9889-7b26-304b-18a6a1996443, oa:person_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Person-da3754e5-5946-c202-f5c3-24028e873a63 ;
  a2a:hasEvent oa:event_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_0, oa:relationep_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_1, oa:relationep_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_2 ;
  a2a:hasSource oa:source_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d .

oa:person_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Person-8c91bd9c-bcb8-bff2-391c-46f03120729e
  a a2a:Person ;
  rdfs:label "Gerardus Govardus Hack" ;
  a2a:PersonName [
    rdfs:label "Gerardus Govardus Hack" ;
    a2a:PersonNameFirstName "Gerardus Govardus" ;
    a2a:PersonNameLastName "Hack"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30 jaar" ;
    rdfs:label "30 jaar"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Person-04799230-9889-7b26-304b-18a6a1996443
  a a2a:Person ;
  rdfs:label "Adriana Willemse" ;
  a2a:PersonName [
    rdfs:label "Adriana Willemse" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Willemse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Person-da3754e5-5946-c202-f5c3-24028e873a63
  a a2a:Person ;
  rdfs:label "Adrianus Johannes Hack" ;
  a2a:PersonName [
    rdfs:label "Adrianus Johannes Hack" ;
    a2a:PersonNameFirstName "Adrianus Johannes" ;
    a2a:PersonNameLastName "Hack"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1896-08-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:event_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1896" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1896-08-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:relationep_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Person:8c91bd9c-bcb8-bff2-391c-46f03120729e ;
  a2a:EventKeyRef oa:event_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Event1 .

oa:relationep_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Person:04799230-9889-7b26-304b-18a6a1996443 ;
  a2a:EventKeyRef oa:event_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Event1 .

oa:relationep_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Person:da3754e5-5946-c202-f5c3-24028e873a63 ;
  a2a:EventKeyRef oa:event_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d_Event1 .

oa:source_wba_9a8faeb9-a5d5-2829-ad3b-3a6103b9502d
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1896-08-20 - 1896-08-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1896-08-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1896-08-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1896" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1896-08-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10002, Pe..." ;
    a2a:Book "Geboorteregister 1891-1900" ;
    a2a:DocumentNumber "51" ;
    a2a:RegistryNumber "10002" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10002, Pe..., Geboorteregister 1891-1900, 51, 10002"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/b6196675-3a7e-5d5c-4997-7cd90ecac161.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/9a8faeb9-a5d5-2829-ad3b-3a6103b9502d" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/b6196675-3a7e-5d5c-4997-7cd90ecac161.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-10-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/9a8faeb9-a5d5-2829-ad3b-3a6103b9502d" ;
  a2a:RecordGUID "{9a8faeb9-a5d5-2829-ad3b-3a6103b9502d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_16504_00016504.xml van WBA" .

