@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_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD
  a a2a:Record ;
  rdfs:label "Geboorte op 27 maart 1890 te Avereest" ;
  a2a:hasPerson oa:person_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Person1, oa:person_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Person2, oa:person_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Person3 ;
  a2a:hasEvent oa:event_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_0, oa:relationep_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_1, oa:relationep_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_2 ;
  a2a:hasSource oa:source_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD .

oa:person_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Person1
  a a2a:Person ;
  rdfs:label "Geertje Wicherson" ;
  a2a:PersonName [
    rdfs:label "Geertje Wicherson" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Wicherson"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Person2
  a a2a:Person ;
  rdfs:label "Rijkman Wicherson" ;
  a2a:PersonName [
    rdfs:label "Rijkman Wicherson" ;
    a2a:PersonNameFirstName "Rijkman" ;
    a2a:PersonNameLastName "Wicherson"
  ] ;
  a2a:Profession "bakker" .

oa:person_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Person3
  a a2a:Person ;
  rdfs:label "Albertje Govers" ;
  a2a:PersonName [
    rdfs:label "Albertje Govers" ;
    a2a:PersonNameFirstName "Albertje" ;
    a2a:PersonNameLastName "Govers"
  ] .

oa:event_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1890" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1890-03-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Avereest" ;
    rdfs:label "Avereest"
  ] .

oa:relationep_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Person1 ;
  a2a:EventKeyRef oa:event_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Event1 .

oa:relationep_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Person2 ;
  a2a:EventKeyRef oa:event_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Event1 .

oa:relationep_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Person3 ;
  a2a:EventKeyRef oa:event_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD_Event1 .

oa:source_hco_C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Avereest" ;
    rdfs:label "Avereest", "1888-01-01 - 1894-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1890" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1890-03-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Avereest, registers van geboorten" ;
    a2a:DocumentNumber "58" ;
    a2a:RegistryNumber "618" ;
    rdfs:label "Historisch Centrum Overijssel, Avereest, registers van geboorten, 58, 618"
  ] ;
  a2a:SourceLastChangeDate "2017-01-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=0&mizig=310&miadt=141&miaet=54&micode=0123.618&minr=15384883&miview=ldt" ;
  a2a:RecordGUID "{C0E86F2F-D6FE-404F-9ECF-FF03F63F82AD}" .

