@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_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a
  a a2a:Record ;
  rdfs:label "Geboorte op 14 juni 1910 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Person-f17d880e-67a9-b7f8-7b87-540b763f6e5f, oa:person_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Person-ffc5f652-d9d0-680d-8065-f962dcfe75bc, oa:person_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Person-90e44d88-1ba7-4024-18ca-7aa1d457722a ;
  a2a:hasEvent oa:event_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_0, oa:relationep_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_1, oa:relationep_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_2 ;
  a2a:hasSource oa:source_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a .

oa:person_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Person-f17d880e-67a9-b7f8-7b87-540b763f6e5f
  a a2a:Person ;
  rdfs:label "Adriaan van Bijnen" ;
  a2a:PersonName [
    rdfs:label "Adriaan van Bijnen" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bijnen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Person-ffc5f652-d9d0-680d-8065-f962dcfe75bc
  a a2a:Person ;
  rdfs:label "Cornelia Catharina de Kievit" ;
  a2a:PersonName [
    rdfs:label "Cornelia Catharina de Kievit" ;
    a2a:PersonNameFirstName "Cornelia Catharina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kievit"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Person-90e44d88-1ba7-4024-18ca-7aa1d457722a
  a a2a:Person ;
  rdfs:label "Adrianus Marinus van Bijnen" ;
  a2a:PersonName [
    rdfs:label "Adrianus Marinus van Bijnen" ;
    a2a:PersonNameFirstName "Adrianus Marinus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bijnen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1910-06-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:event_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1910-06-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Person:f17d880e-67a9-b7f8-7b87-540b763f6e5f ;
  a2a:EventKeyRef oa:event_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Event1 .

oa:relationep_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Person:ffc5f652-d9d0-680d-8065-f962dcfe75bc ;
  a2a:EventKeyRef oa:event_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Event1 .

oa:relationep_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Person:90e44d88-1ba7-4024-18ca-7aa1d457722a ;
  a2a:EventKeyRef oa:event_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a_Event1 .

oa:source_rat_c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1910-06-14 - 1910-06-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-06-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-06-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1910-06-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1910" ;
    a2a:Book "Geboorteregister 1910" ;
    a2a:DocumentNumber "212" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1910, Geboorteregister 1910, 212"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/8bda97d0-9928-9bfa-74ef-c361c7b9f124.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/8bda97d0-9928-9bfa-74ef-c361c7b9f124.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-10-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a" ;
  a2a:RecordGUID "{c01ec223-a1a2-cb6d-06c5-e17a8ed2e48a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_12662_00012662.xml van RAT" .

