@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_brd_da60748c-d52d-e066-0abd-a9b568a02dde
  a a2a:Record ;
  rdfs:label "Geboorte op 30 januari 1923" ;
  a2a:hasPerson oa:person_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Person-69453bc2-3dad-6a74-5ae1-ada18665928f, oa:person_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Person-c2a6ebc9-b151-df66-c6b3-b40651f5bc33, oa:person_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Person-7225a69c-a5de-8768-d48c-0ce14d00aec8 ;
  a2a:hasEvent oa:event_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_da60748c-d52d-e066-0abd-a9b568a02dde_0, oa:relationep_brd_da60748c-d52d-e066-0abd-a9b568a02dde_1, oa:relationep_brd_da60748c-d52d-e066-0abd-a9b568a02dde_2 ;
  a2a:hasSource oa:source_brd_da60748c-d52d-e066-0abd-a9b568a02dde .

oa:person_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Person-69453bc2-3dad-6a74-5ae1-ada18665928f
  a a2a:Person ;
  rdfs:label "Salomon van Biene" ;
  a2a:PersonName [
    rdfs:label "Salomon van Biene" ;
    a2a:PersonNameFirstName "Salomon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Biene"
  ] ;
  a2a:Gender "Man" .

oa:person_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Person-c2a6ebc9-b151-df66-c6b3-b40651f5bc33
  a a2a:Person ;
  rdfs:label "Catharina Wilhelmina Cornelia van de Lindeloof" ;
  a2a:PersonName [
    rdfs:label "Catharina Wilhelmina Cornelia van de Lindeloof" ;
    a2a:PersonNameFirstName "Catharina Wilhelmina Cornelia" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Lindeloof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Person-7225a69c-a5de-8768-d48c-0ce14d00aec8
  a a2a:Person ;
  rdfs:label "Abraham van Biene" ;
  a2a:PersonName [
    rdfs:label "Abraham van Biene" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Biene"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1923-01-30"^^xsd:date
  ] .

oa:relationep_brd_da60748c-d52d-e066-0abd-a9b568a02dde_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Person:69453bc2-3dad-6a74-5ae1-ada18665928f ;
  a2a:EventKeyRef oa:event_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Event1 .

oa:relationep_brd_da60748c-d52d-e066-0abd-a9b568a02dde_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Person:c2a6ebc9-b151-df66-c6b3-b40651f5bc33 ;
  a2a:EventKeyRef oa:event_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Event1 .

oa:relationep_brd_da60748c-d52d-e066-0abd-a9b568a02dde_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Person:7225a69c-a5de-8768-d48c-0ce14d00aec8 ;
  a2a:EventKeyRef oa:event_brd_da60748c-d52d-e066-0abd-a9b568a02dde_Event1 .

oa:source_brd_da60748c-d52d-e066-0abd-a9b568a02dde
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1923-01-30 - 1923-01-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-01-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-01-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1923-01-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Book "Geboorteregister 1923" ;
    a2a:DocumentNumber "64" ;
    rdfs:label "Stadsarchief Breda, Breda, Geboorteregister 1923, 64"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/dcf04c7e-811f-4559-c20b-98625b8b8b03.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/da60748c-d52d-e066-0abd-a9b568a02dde" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/dcf04c7e-811f-4559-c20b-98625b8b8b03.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/da60748c-d52d-e066-0abd-a9b568a02dde" ;
  a2a:RecordGUID "{da60748c-d52d-e066-0abd-a9b568a02dde}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1923\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_481_00000481.xml van BRD" .

