@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_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1908-1939)" ;
  a2a:hasPerson oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person1, oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person2, oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person3, oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person4, oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person5 ;
  a2a:hasEvent oa:event_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_0, oa:relationep_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_1, oa:relationep_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_2, oa:relationep_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_3, oa:relationep_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_4 ;
  a2a:hasSource oa:source_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce .

oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person1
  a a2a:Person ;
  rdfs:label "Johan Coenraad ter Haar" ;
  a2a:PersonName [
    rdfs:label "Johan Coenraad ter Haar" ;
    a2a:PersonNameFirstName "Johan Coenraad" ;
    a2a:PersonNamePrefixLastName "ter" ;
    a2a:PersonNameLastName "Haar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1891" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1891-07-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person2
  a a2a:Person ;
  rdfs:label "Agatha Clara Gerardina Catharina van Dijck" ;
  a2a:PersonName [
    rdfs:label "Agatha Clara Gerardina Catharina van Dijck" ;
    a2a:PersonNameFirstName "Agatha Clara Gerardina Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijck"
  ] ;
  a2a:BirthDate [
    a2a:Year "1887" ;
    a2a:Month "6" ;
    a2a:Day "6" ;
    rdfs:label "1887-06-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person3
  a a2a:Person ;
  rdfs:label "Franciscus Johannes ter Haar" ;
  a2a:PersonName [
    rdfs:label "Franciscus Johannes ter Haar" ;
    a2a:PersonNameFirstName "Franciscus Johannes" ;
    a2a:PersonNamePrefixLastName "ter" ;
    a2a:PersonNameLastName "Haar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "7" ;
    a2a:Day "31" ;
    rdfs:label "1920-07-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person4
  a a2a:Person ;
  rdfs:label "Johannes ter Haar" ;
  a2a:PersonName [
    rdfs:label "Johannes ter Haar" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "ter" ;
    a2a:PersonNameLastName "Haar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1922-08-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person5
  a a2a:Person ;
  rdfs:label "Anna Caroliena ter Haar" ;
  a2a:PersonName [
    rdfs:label "Anna Caroliena ter Haar" ;
    a2a:PersonNameFirstName "Anna Caroliena" ;
    a2a:PersonNamePrefixLastName "ter" ;
    a2a:PersonNameLastName "Haar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1925" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1925-01-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:event_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:relationep_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person1 ;
  a2a:EventKeyRef oa:event_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Event1 .

oa:relationep_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person2 ;
  a2a:EventKeyRef oa:event_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Event1 .

oa:relationep_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person3 ;
  a2a:EventKeyRef oa:event_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Event1 .

oa:relationep_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person4 ;
  a2a:EventKeyRef oa:event_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Event1 .

oa:relationep_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Person5 ;
  a2a:EventKeyRef oa:event_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce_Event1 .

oa:source_ade_cae14e4e-8dd6-e55d-8d35-d5dbd176ecce
  a a2a:Source ;
  rdfs:label "Archief Delft, Gezinskaarten" ;
  a2a:SourcePlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft", "1908-01-01 - 1939-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1939-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Gezinskaarten" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Delft" ;
    a2a:Place "Delft" ;
    a2a:Collection "Gezinskaarten Delft (1908-1939)" ;
    a2a:DocumentNumber "108" ;
    a2a:RegistryNumber "331" ;
    rdfs:label "Archief Delft, Delft, Gezinskaarten Delft (1908-1939), 108, 331"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://scanproxy.delft.digitalestamboom.nl/GetImage.aspx?path=\\Delft\\Bevolkingsregister\\331\\BRDelft331_0108a.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "http://scanproxy.delft.digitalestamboom.nl/GetImage.aspx?path=\\Delft\\Bevolkingsregister\\331\\BRDelft331_0108b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-09-05"^^xsd:date ;
  a2a:RecordGUID "{cae14e4e-8dd6-e55d-8d35-d5dbd176ecce}" ;
  a2a:SourceRemarkVrijwilliger "Indexatie door vrijwilligers via Open Archieven Indexeren" .

