@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_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75
  a a2a:Record ;
  rdfs:label "Geboorte (in het jaar 1876)" ;
  a2a:hasPerson oa:person_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_kind, oa:person_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_vader, oa:person_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_moeder ;
  a2a:hasEvent oa:event_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_Geboorte ;
  a2a:hasRelationEP oa:relationep_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_0, oa:relationep_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_1, oa:relationep_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_2 ;
  a2a:hasSource oa:source_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75 .

oa:person_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_kind
  a a2a:Person ;
  rdfs:label "Aaltje Fransen" ;
  a2a:PersonName [
    rdfs:label "Aaltje Fransen" ;
    a2a:PersonNameLiteral "Aaltje Fransen" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Fransen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:LiteralDate "28-02-1876" ;
    a2a:Year "1876" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "28-02-1876"
  ] .

oa:person_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_vader
  a a2a:Person ;
  rdfs:label "Berend Fransen" ;
  a2a:PersonName [
    rdfs:label "Berend Fransen" ;
    a2a:PersonNameLiteral "Berend Fransen" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Fransen"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeYears "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "koopman" .

oa:person_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_moeder
  a a2a:Person ;
  rdfs:label "Willemina Prins" ;
  a2a:PersonName [
    rdfs:label "Willemina Prins" ;
    a2a:PersonNameLiteral "Willemina Prins" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Prins"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder" .

oa:event_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_Geboorte
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_vader ;
  a2a:EventKeyRef oa:event_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_Geboorte .

oa:relationep_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_moeder ;
  a2a:EventKeyRef oa:event_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_Geboorte .

oa:relationep_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_kind ;
  a2a:EventKeyRef oa:event_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75_Geboorte .

oa:source_dar_eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1876-01-01 - 1876-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1876" ;
    a2a:Month "2" ;
    a2a:Day "29" ;
    rdfs:label "1876-02-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Assen" ;
    a2a:DocumentNumber "55" ;
    a2a:RegistryNumber "1876" ;
    rdfs:label "Drents Archief, Assen, 55, 1876"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.alledrenten.nl/iip.php?file=/Burgerlijke%20Stand/0165.015/0165.015_1873/NL-AsnDA_0165.015_1873_0447.jp2" ;
    a2a:UriPreview "http://www.alledrenten.nl/thumbnail.php?file=/Burgerlijke%20Stand/0165.015/0165.015_1873/NL-AsnDA_0165.015_1873_0447.jp2"
  ] ;
  a2a:SourceLastChangeDate "2011-06-14"^^xsd:date ;
  a2a:RecordGUID "{eefb56f2-5d41-4a3c-9d1e-7a8ec199ef75}" ;
  a2a:SourceRemarkAkteSoort "Geboorte" .

