@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_ozw_bbecde46-9291-ffe8-3c63-e78b3bd4b3ab
  a a2a:Record ;
  rdfs:label "Registratie op 11 maart 1911" ;
  a2a:hasPerson oa:person_ozw_bbecde46-9291-ffe8-3c63-e78b3bd4b3ab_Person1 ;
  a2a:hasEvent oa:event_ozw_bbecde46-9291-ffe8-3c63-e78b3bd4b3ab_Event1 ;
  a2a:hasRelationEP oa:relationep_ozw_bbecde46-9291-ffe8-3c63-e78b3bd4b3ab_0 ;
  a2a:hasSource oa:source_ozw_bbecde46-9291-ffe8-3c63-e78b3bd4b3ab .

oa:person_ozw_bbecde46-9291-ffe8-3c63-e78b3bd4b3ab_Person1
  a a2a:Person ;
  rdfs:label "Jacobus Bartholomeus Viele" ;
  a2a:PersonName [
    rdfs:label "Jacobus Bartholomeus Viele" ;
    a2a:PersonNameFirstName "Jacobus Bartholomeus" ;
    a2a:PersonNameLastName "Viele"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1910-12-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:event_ozw_bbecde46-9291-ffe8-3c63-e78b3bd4b3ab_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1911-03-11"^^xsd:date
  ] ;
  a2a:EventRemark09_Waarheen_vertrokken "Leiden" ;
  a2a:EventRemark08_Datum_van_vertrek_uit_de_gemeente "17-01-1912" ;
  a2a:EventRemark07_Vorige_woonplaats "Zevenhoven" ;
  a2a:EventRemark01_Betrekking_persoon_tot_hoofd_gezin "Zoon" ;
  a2a:EventRemark11_Aanmerkingen "Inschr. ber. 07-02-1912" ;
  a2a:EventRemark03_Kerkgenootschap "Geref." ;
  a2a:EventRemark06_Datum_van_vestiging_in_de_gemeente_ "11-02-1911" ;
  a2a:EventRemark05_Wijk "Wijk H" ;
  a2a:EventRemark04_Adres "Utrechtse Jaagpad 243" ;
  a2a:EventRemark01_Burgerlijke_staat "Ongehuwd" .

oa:relationep_ozw_bbecde46-9291-ffe8-3c63-e78b3bd4b3ab_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ozw_bbecde46-9291-ffe8-3c63-e78b3bd4b3ab_Person1 ;
  a2a:EventKeyRef oa:event_ozw_bbecde46-9291-ffe8-3c63-e78b3bd4b3ab_Event1 .

oa:source_ozw_bbecde46-9291-ffe8-3c63-e78b3bd4b3ab
  a a2a:Source ;
  rdfs:label "Stichting Oud Zoeterwoude, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Zoeterwoude-dorp" ;
    rdfs:label "Zoeterwoude-dorp", "1826-01-01 - 1939-01-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1939-01-01"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stichting Oud Zoeterwoude" ;
    a2a:Collection "Bevolkingsregisters van Zoeterwoude 1826-1939" ;
    a2a:Book "1896-1919, deel I" ;
    a2a:Folio "7 (Blad: 268)" ;
    rdfs:label "Stichting Oud Zoeterwoude, Bevolkingsregisters van Zoeterwoude 1826-1939, 1896-1919, deel I, 7 (Blad: 268)"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriPreview "https://beeldbank.oudzoeterwoude.nl/bevolkingsregisters/large/05/05242.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://beeldbank.oudzoeterwoude.nl/cgi-bin/bevolkingsregisters.pl?ident=08477" ;
  a2a:RecordIdentifier "BVR-08477" ;
  a2a:RecordGUID "{bbecde46-9291-ffe8-3c63-e78b3bd4b3ab}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie, HTML naar CSV, CSV naar A2A" .

