@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_zou_270c78c0-e4e4-4835-3930-2a4e6ea351c8
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1880-1933)" ;
  a2a:hasPerson oa:person_zou_270c78c0-e4e4-4835-3930-2a4e6ea351c8_Person1 ;
  a2a:hasEvent oa:event_zou_270c78c0-e4e4-4835-3930-2a4e6ea351c8_Event1 ;
  a2a:hasRelationEP oa:relationep_zou_270c78c0-e4e4-4835-3930-2a4e6ea351c8_0 ;
  a2a:hasSource oa:source_zou_270c78c0-e4e4-4835-3930-2a4e6ea351c8 .

oa:person_zou_270c78c0-e4e4-4835-3930-2a4e6ea351c8_Person1
  a a2a:Person ;
  rdfs:label "Aartje Petram" ;
  a2a:PersonName [
    rdfs:label "Aartje Petram" ;
    a2a:PersonNameFirstName "Aartje" ;
    a2a:PersonNameLastName "Petram"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Religion "Evangelisch Luthers" ;
  a2a:BirthDate [
    a2a:Year "1909" ;
    a2a:Month "12" ;
    a2a:Day "14" ;
    rdfs:label "1909-12-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] ;
  a2a:MaritalStatus "Alleenstaand" .

oa:event_zou_270c78c0-e4e4-4835-3930-2a4e6ea351c8_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Houten" ;
    rdfs:label "Houten"
  ] ;
  a2a:EventRemark03_Ingekomen_van "Amsterdam" ;
  a2a:EventRemark04_Vertrokken_op "25-03-1925" ;
  a2a:EventRemark05_Vertrokken_naar "Zetten" ;
  a2a:EventRemark02_Ingekomen_op "21-11-1924" .

oa:relationep_zou_270c78c0-e4e4-4835-3930-2a4e6ea351c8_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_zou_270c78c0-e4e4-4835-3930-2a4e6ea351c8_Person1 ;
  a2a:EventKeyRef oa:event_zou_270c78c0-e4e4-4835-3930-2a4e6ea351c8_Event1 .

oa:source_zou_270c78c0-e4e4-4835-3930-2a4e6ea351c8
  a a2a:Source ;
  rdfs:label "RHC Zuidoost Utrecht, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Houten" ;
    rdfs:label "Houten", "1880-01-01 - 1933-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1933-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Zuidoost Utrecht" ;
    a2a:Place "Wijk bij Duurstede" ;
    a2a:Collection "Bevolkingsregisters Houten, Oud-Wulven (1880-1933)" ;
    a2a:RegistryNumber "813" ;
    a2a:Folio "87g Folmina" ;
    rdfs:label "RHC Zuidoost Utrecht, Wijk bij Duurstede, Bevolkingsregisters Houten, Oud-Wulven (1880-1933), 813, 87g Folmina"
  ] ;
  a2a:SourceLastChangeDate "2018-04-11"^^xsd:date ;
  a2a:RecordGUID "{270c78c0-e4e4-4835-3930-2a4e6ea351c8}" ;
  a2a:SourceRemarkProvenance "NT00109_813.xlsx | csv2a2a" .

