@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_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af
  a a2a:Record ;
  rdfs:label "Doop op 29 oktober 1752 te Katwijk aan Zee" ;
  a2a:hasPerson oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person1, oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person2, oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person3, oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person4 ;
  a2a:hasEvent oa:event_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Event1 ;
  a2a:hasRelationEP oa:relationep_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_0, oa:relationep_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_1, oa:relationep_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_2, oa:relationep_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_3 ;
  a2a:hasSource oa:source_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af .

oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person1
  a a2a:Person ;
  rdfs:label "Jan Vlieland" ;
  a2a:PersonName [
    rdfs:label "Jan Vlieland" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Vlieland"
  ] .

oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person2
  a a2a:Person ;
  rdfs:label "Jan Cornelisse Vlieland" ;
  a2a:PersonName [
    rdfs:label "Jan Cornelisse Vlieland" ;
    a2a:PersonNameLastName "Jan Cornelisse Vlieland"
  ] ;
  a2a:Gender "Man" .

oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person3
  a a2a:Person ;
  rdfs:label "Leentje Huijge Haasnoot" ;
  a2a:PersonName [
    rdfs:label "Leentje Huijge Haasnoot" ;
    a2a:PersonNameLastName "Leentje Huijge Haasnoot"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person4
  a a2a:Person ;
  rdfs:label "Annetje Huijge Haasnoot" ;
  a2a:PersonName [
    rdfs:label "Annetje Huijge Haasnoot" ;
    a2a:PersonNameLastName "Annetje Huijge Haasnoot"
  ] .

oa:event_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1752" ;
    a2a:Month "10" ;
    a2a:Day "29" ;
    rdfs:label "1752-10-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Katwijk aan Zee" ;
    rdfs:label "Katwijk aan Zee"
  ] .

oa:relationep_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person1 ;
  a2a:EventKeyRef oa:event_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Event1 .

oa:relationep_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person2 ;
  a2a:EventKeyRef oa:event_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Event1 .

oa:relationep_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person3 ;
  a2a:EventKeyRef oa:event_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Event1 .

oa:relationep_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Person4 ;
  a2a:EventKeyRef oa:event_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af_Event1 .

oa:source_ghn_3f3b2980-81d2-e3cf-c548-e2df42a9b9af
  a a2a:Source ;
  rdfs:label "Nationaal Archief, DTB Dopen" ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief" ;
    a2a:Collection "DTB kopie Zuid-Holland, Katwijk aan Zee NG" ;
    a2a:RegistryNumber "8.III" ;
    rdfs:label "Nationaal Archief, DTB kopie Zuid-Holland, Katwijk aan Zee NG, 8.III"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://www.gahetna.nl/collectie/archief/inventaris/gahetnascans/eadid/3.04.16.061/scans-pagina/2/inventarisnr/8.I/pagina/1II"
  ] ;
  a2a:SourceLastChangeDate "2016-01-10"^^xsd:date ;
  a2a:RecordGUID "{3f3b2980-81d2-e3cf-c548-e2df42a9b9af}" ;
  a2a:SourceRemarklink_EAD "http://www.gahetna.nl/collectie/archief/ead/index/eadid/3.04.16.061" ;
  a2a:SourceRemarklink_NT "http://www.gahetna.nl/collectie/archief/inventaris/inleiding/eadid/3.04.16.061/scans-pagina/2/inventarisnr/8.III" ;
  a2a:SourceRemarkVrijwilliger "Transcriptie en bewerking door Jan Pit" .

