@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_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c
  a a2a:Record ;
  rdfs:label "Geboorte op 12 maart 1893 te Lonneker" ;
  a2a:hasPerson oa:person_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Person1, oa:person_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Person2, oa:person_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Person3 ;
  a2a:hasEvent oa:event_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Event1 ;
  a2a:hasRelationEP oa:relationep_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_0, oa:relationep_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_1, oa:relationep_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_2 ;
  a2a:hasSource oa:source_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c .

oa:person_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Person1
  a a2a:Person ;
  rdfs:label "Hermina Berendina Vergert" ;
  a2a:PersonName [
    rdfs:label "Hermina Berendina Vergert" ;
    a2a:PersonNameFirstName "Hermina Berendina" ;
    a2a:PersonNameLastName "Vergert"
  ] ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1893-03-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lonneker" ;
    rdfs:label "Lonneker"
  ] .

oa:person_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Person2
  a a2a:Person ;
  rdfs:label "Johannes Vergert" ;
  a2a:PersonName [
    rdfs:label "Johannes Vergert" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Vergert"
  ] .

oa:person_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Person3
  a a2a:Person ;
  rdfs:label "Grada Hamshorst" ;
  a2a:PersonName [
    rdfs:label "Grada Hamshorst" ;
    a2a:PersonNameFirstName "Grada" ;
    a2a:PersonNameLastName "Hamshorst"
  ] .

oa:event_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1893" ;
    a2a:Month "03" ;
    a2a:Day "12" ;
    rdfs:label "1893-03-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lonneker" ;
    rdfs:label "Lonneker"
  ] .

oa:relationep_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Person1 ;
  a2a:EventKeyRef oa:event_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Event1 .

oa:relationep_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Person2 ;
  a2a:EventKeyRef oa:event_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Event1 .

oa:relationep_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Person3 ;
  a2a:EventKeyRef oa:event_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c_Event1 .

oa:source_ens_e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c
  a a2a:Source ;
  rdfs:label "Stadsarchief Enschede, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Enschede" ;
    rdfs:label "Enschede", "1811-01-01 - 1910-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1893" ;
    a2a:Month "03" ;
    a2a:Day "14" ;
    rdfs:label "1893-03-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Enschede" ;
    a2a:Place "Lonneker" ;
    a2a:Collection "Burgerlijke Stand, Geboorteakten Lonneker" ;
    a2a:DocumentNumber "65" ;
    rdfs:label "Stadsarchief Enschede, Lonneker, Burgerlijke Stand, Geboorteakten Lonneker, 65"
  ] ;
  a2a:SourceLastChangeDate "2014-09-24"^^xsd:date ;
  a2a:RecordIdentifier "GL.1893.0065" ;
  a2a:RecordGUID "{e4e9b0d2-27f9-357f-ecba-8bd213ef4f9c}" .

