@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_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 19 april 1899 te Schiedam" ;
  a2a:hasPerson oa:person_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Person1, oa:person_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Person2, oa:person_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Person3 ;
  a2a:hasEvent oa:event_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Event1 ;
  a2a:hasRelationEP oa:relationep_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_0, oa:relationep_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_1, oa:relationep_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_2 ;
  a2a:hasSource oa:source_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247 .

oa:person_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Person1
  a a2a:Person ;
  rdfs:label "Gerrit Johannes van Katwijk" ;
  a2a:PersonName [
    rdfs:label "Gerrit Johannes van Katwijk" ;
    a2a:PersonNameFirstName "Gerrit Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Katwijk"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:LiteralDate "19-04-1899" ;
    a2a:Year "1899" ;
    a2a:Month "04" ;
    a2a:Day "19" ;
    rdfs:label "19-04-1899"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:person_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Person2
  a a2a:Person ;
  rdfs:label "Gerrit van Katwijk" ;
  a2a:PersonName [
    rdfs:label "Gerrit van Katwijk" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Katwijk"
  ] .

oa:person_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Person3
  a a2a:Person ;
  rdfs:label "Magteld van der Vlies" ;
  a2a:PersonName [
    rdfs:label "Magteld van der Vlies" ;
    a2a:PersonNameFirstName "Magteld" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Vlies"
  ] .

oa:event_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "19-04-1899" ;
    a2a:Year "1899" ;
    a2a:Month "04" ;
    a2a:Day "19" ;
    rdfs:label "1899-04-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:relationep_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Person1 ;
  a2a:EventKeyRef oa:event_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Event1 .

oa:relationep_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Person2 ;
  a2a:EventKeyRef oa:event_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Event1 .

oa:relationep_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Person3 ;
  a2a:EventKeyRef oa:event_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247_Event1 .

oa:source_rzh_c98fdfee-098a-4fce-affe-e87fc7f75247
  a a2a:Source ;
  rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Schiedam" ;
    a2a:Province "Zuid-Holland" ;
    rdfs:label "Schiedam, Zuid-Holland", "1899-04-20 - 1899-04-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-04-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-04-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "20-04-1899" ;
    a2a:Year "1899" ;
    a2a:Month "04" ;
    a2a:Day "20" ;
    rdfs:label "20-04-1899"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief Rijksarchief Zuid-Holland" ;
    a2a:Place "Den Haag" ;
    a2a:DocumentNumber "296" ;
    rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, Den Haag, 296"
  ] ;
  a2a:SourceLastChangeDate "2012-05-04"^^xsd:date ;
  a2a:RecordGUID "{c98fdfee-098a-4fce-affe-e87fc7f75247}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" .

[] a2a:PersonRemarkVondeling "N" .
