@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_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e
  a a2a:Record ;
  rdfs:label "Geboorte op 2 mei 1834 te Voorschoten" ;
  a2a:hasPerson oa:person_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Person1, oa:person_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Person2, oa:person_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Person3 ;
  a2a:hasEvent oa:event_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Event1 ;
  a2a:hasRelationEP oa:relationep_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_0, oa:relationep_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_1, oa:relationep_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_2 ;
  a2a:hasSource oa:source_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e .

oa:person_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Person1
  a a2a:Person ;
  rdfs:label "Aafje Barnhoorn" ;
  a2a:PersonName [
    rdfs:label "Aafje Barnhoorn" ;
    a2a:PersonNameFirstName "Aafje" ;
    a2a:PersonNameLastName "Barnhoorn"
  ] ;
  a2a:BirthDate [
    a2a:Year "1834" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1834-05-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Voorschoten" ;
    rdfs:label "Voorschoten"
  ] .

oa:person_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Person2
  a a2a:Person ;
  rdfs:label "Gerrit Barnhoorn" ;
  a2a:PersonName [
    rdfs:label "Gerrit Barnhoorn" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Barnhoorn"
  ] ;
  a2a:Profession "bouwman" .

oa:person_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Person3
  a a2a:Person ;
  rdfs:label "Martijntje van der Krogt" ;
  a2a:PersonName [
    rdfs:label "Martijntje van der Krogt" ;
    a2a:PersonNameFirstName "Martijntje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Krogt"
  ] .

oa:event_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1834" ;
    a2a:Month "05" ;
    a2a:Day "02" ;
    rdfs:label "1834-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Voorschoten" ;
    rdfs:label "Voorschoten"
  ] .

oa:relationep_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Person1 ;
  a2a:EventKeyRef oa:event_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Event1 .

oa:relationep_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Person2 ;
  a2a:EventKeyRef oa:event_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Event1 .

oa:relationep_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Person3 ;
  a2a:EventKeyRef oa:event_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e_Event1 .

oa:source_was_7f5b3de6-9997-2f2a-cfbf-9d82aec8661e
  a a2a:Source ;
  rdfs:label "Gemeentearchief Wassenaar, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Voorschoten" ;
    rdfs:label "Voorschoten", "1812-01-01 - 1902-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1840" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Wassenaar" ;
    a2a:Place "Voorschoten" ;
    a2a:Collection "Geboorten 1833 -1842 Voorschoten" ;
    a2a:DocumentNumber "18" ;
    a2a:RegistryNumber "3" ;
    rdfs:label "Gemeentearchief Wassenaar, Voorschoten, Geboorten 1833 -1842 Voorschoten, 18, 3"
  ] ;
  a2a:SourceLastChangeDate "2012-01-10"^^xsd:date ;
  a2a:RecordGUID "{7f5b3de6-9997-2f2a-cfbf-9d82aec8661e}" .

