@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_2f7c99ae-023c-3ece-a2f2-21880cfeb90a
  a a2a:Record ;
  rdfs:label "Geboorte op 11 april 1862 te Breda" ;
  a2a:hasPerson oa:person_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Person-2d81bf91-c54a-6468-b87c-eb1be59fa1ee, oa:person_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Person-56554fda-8ec5-5268-c28b-a64e61cfb2a9, oa:person_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Person-e30d47a8-98d0-49c3-641c-09196d1dc831 ;
  a2a:hasEvent oa:event_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_0, oa:relationep_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_1, oa:relationep_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_2 ;
  a2a:hasSource oa:source_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a .

oa:person_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Person-2d81bf91-c54a-6468-b87c-eb1be59fa1ee
  a a2a:Person ;
  rdfs:label "Adam Hendrikus Croze" ;
  a2a:PersonName [
    rdfs:label "Adam Hendrikus Croze" ;
    a2a:PersonNameFirstName "Adam Hendrikus" ;
    a2a:PersonNameLastName "Croze"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Person-56554fda-8ec5-5268-c28b-a64e61cfb2a9
  a a2a:Person ;
  rdfs:label "Frederik Johannes Ludovicus Croze" ;
  a2a:PersonName [
    rdfs:label "Frederik Johannes Ludovicus Croze" ;
    a2a:PersonNameFirstName "Frederik Johannes Ludovicus" ;
    a2a:PersonNameLastName "Croze"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1862" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1862-04-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:person_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Person-e30d47a8-98d0-49c3-641c-09196d1dc831
  a a2a:Person ;
  rdfs:label "Maria Benart" ;
  a2a:PersonName [
    rdfs:label "Maria Benart" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Benart"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1862" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1862-04-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Person:2d81bf91-c54a-6468-b87c-eb1be59fa1ee ;
  a2a:EventKeyRef oa:event_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Event1 .

oa:relationep_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Person:56554fda-8ec5-5268-c28b-a64e61cfb2a9 ;
  a2a:EventKeyRef oa:event_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Event1 .

oa:relationep_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Person:e30d47a8-98d0-49c3-641c-09196d1dc831 ;
  a2a:EventKeyRef oa:event_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a_Event1 .

oa:source_brd_2f7c99ae-023c-3ece-a2f2-21880cfeb90a
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1862-04-12 - 1862-04-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1862-04-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1862-04-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1862" ;
    a2a:Month "4" ;
    a2a:Day "12" ;
    rdfs:label "1862-04-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1862" ;
    a2a:Book "Geboorteregister 1862" ;
    a2a:DocumentNumber "143" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1862, Geboorteregister 1862, 143"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/82a96f7e-8751-11e3-8772-df8f1171a4c3.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/2f7c99ae-023c-3ece-a2f2-21880cfeb90a" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/82a96f7e-8751-11e3-8772-df8f1171a4c3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/2f7c99ae-023c-3ece-a2f2-21880cfeb90a" ;
  a2a:RecordGUID "{2f7c99ae-023c-3ece-a2f2-21880cfeb90a}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1862\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_2920_00002920.xml van BRD" .

