@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_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE
  a a2a:Record ;
  rdfs:label "Geboorte op 11 september 1882 te Zwolle" ;
  a2a:hasPerson oa:person_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Person3701618388, oa:person_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Person3701618389, oa:person_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Person3701618390 ;
  a2a:hasEvent oa:event_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_0, oa:relationep_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_1, oa:relationep_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_2 ;
  a2a:hasSource oa:source_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE .

oa:person_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Person3701618388
  a a2a:Person ;
  rdfs:label "Theodorus Johannes de Bondt" ;
  a2a:PersonName [
    rdfs:label "Theodorus Johannes de Bondt" ;
    a2a:PersonNameFirstName "Theodorus Johannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bondt"
  ] ;
  a2a:Gender "Man" .

oa:person_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Person3701618389
  a a2a:Person ;
  rdfs:label "Christiaan Johannes de Bondt" ;
  a2a:PersonName [
    rdfs:label "Christiaan Johannes de Bondt" ;
    a2a:PersonNameFirstName "Christiaan Johannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bondt"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42" ;
    rdfs:label "42"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Person3701618390
  a a2a:Person ;
  rdfs:label "Antonia Johanna Witz" ;
  a2a:PersonName [
    rdfs:label "Antonia Johanna Witz" ;
    a2a:PersonNameFirstName "Antonia Johanna" ;
    a2a:PersonNameLastName "Witz"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "11-09-1882" ;
    a2a:Year "1882" ;
    a2a:Month "09" ;
    a2a:Day "11" ;
    rdfs:label "1882-09-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zwolle" ;
    rdfs:label "Zwolle"
  ] .

oa:relationep_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Person3701618388 ;
  a2a:EventKeyRef oa:event_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Event1 .

oa:relationep_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Person3701618389 ;
  a2a:EventKeyRef oa:event_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Event1 .

oa:relationep_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Person3701618390 ;
  a2a:EventKeyRef oa:event_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE_Event1 .

oa:source_hco_2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zwolle" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zwolle, Nederland", "1882-09-12 - 1882-09-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1882-09-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1882-09-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-09-1882" ;
    a2a:Year "1882" ;
    a2a:Month "09" ;
    a2a:Day "12" ;
    rdfs:label "12-09-1882"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel locatie Zwolle" ;
    a2a:Place "Zwolle" ;
    a2a:Collection "Burgerlijke Stand in Overijssel" ;
    a2a:Book "Registers van geboorten, Zwolle" ;
    a2a:DocumentNumber "612" ;
    a2a:RegistryNumber "14457" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, Zwolle, 612, 14457"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/141/29602268CB8D4FAB8C4FA99F5FDCCDC1" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/141/29602268CB8D4FAB8C4FA99F5FDCCDC1" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/141/29602268CB8D4FAB8C4FA99F5FDCCDC1"
  ] ;
  a2a:SourceLastChangeDate "2024-06-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/2F154272CB5D467BAD2A7F0FFDF5FDFE" ;
  a2a:RecordIdentifier "3701618387" ;
  a2a:RecordGUID "{2F154272-CB5D-467B-AD2A-7F0FFDF5FDFE}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/10E623E4BEE547EF88271453A544D0B1" .

