@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_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a
  a a2a:Record ;
  rdfs:label "Geboorte op 14 februari 1881 te Putte" ;
  a2a:hasPerson oa:person_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Person-d8dcbe0e-4866-11e1-9853-b7a7dd2b6a2a, oa:person_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Person-d8dce71c-4866-11e1-9853-b7a7dd2b6a2a, oa:person_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Person-d8dc91b8-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:hasEvent oa:event_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_0, oa:relationep_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_1, oa:relationep_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_2 ;
  a2a:hasSource oa:source_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a .

oa:person_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Person-d8dcbe0e-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Theodorus Carolus Leijs" ;
  a2a:PersonName [
    rdfs:label "Theodorus Carolus Leijs" ;
    a2a:PersonNameFirstName "Theodorus Carolus" ;
    a2a:PersonNameLastName "Leijs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "36 jaar" ;
    rdfs:label "36 jaar"
  ] ;
  a2a:Profession "koopman" .

oa:person_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Person-d8dce71c-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Joanna Philomena de Beukelaer" ;
  a2a:PersonName [
    rdfs:label "Joanna Philomena de Beukelaer" ;
    a2a:PersonNameFirstName "Joanna Philomena" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Beukelaer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Person-d8dc91b8-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Maria Paulina Leijs" ;
  a2a:PersonName [
    rdfs:label "Maria Paulina Leijs" ;
    a2a:PersonNameFirstName "Maria Paulina" ;
    a2a:PersonNameLastName "Leijs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1881" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1881-02-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:event_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1881" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1881-02-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:relationep_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Person:d8dcbe0e-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Person:d8dce71c-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Person:d8dc91b8-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:source_wba_ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte", "1881-02-14 - 1881-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1881" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1881-02-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Putte - burgerlijke stand, Bron: boek, Deel: 475, Periode: 1881" ;
    a2a:Book "Geboorteregister 1881" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "475" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Putte - burgerlijke stand, Bron: boek, Deel: 475, Periode: 1881, Geboorteregister 1881, 7, 475"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/68e38f67-cd05-96c8-1036-65218131eb19.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/68e38f67-cd05-96c8-1036-65218131eb19.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-01-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a" ;
  a2a:RecordGUID "{ed90c8a6-4864-11e1-9853-b7a7dd2b6a2a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_18446_00018446.xml van WBA" .

