@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_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a
  a a2a:Record ;
  rdfs:label "Huwelijk (huwelijksakte) op 19 juni 1918 te Katwijk, provincie Zuid-Holland" ;
  a2a:hasPerson oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person1, oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person2, oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person3, oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person4, oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person5, oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person6 ;
  a2a:hasEvent oa:event_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Event1 ;
  a2a:hasRelationEP oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_0, oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_1, oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_2, oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_3, oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_4, oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_5 ;
  a2a:hasSource oa:source_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a .

oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person1
  a a2a:Person ;
  rdfs:label "Pieter Schaddee van Dooren" ;
  a2a:PersonName [
    rdfs:label "Pieter Schaddee van Dooren" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Schaddee van Dooren"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Katwijk" ;
    rdfs:label "Katwijk"
  ] .

oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person2
  a a2a:Person ;
  rdfs:label "Jan Schaddee van Dooren" ;
  a2a:PersonName [
    rdfs:label "Jan Schaddee van Dooren" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Schaddee van Dooren"
  ] .

oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person3
  a a2a:Person ;
  rdfs:label "Cornelia Haasnoot" ;
  a2a:PersonName [
    rdfs:label "Cornelia Haasnoot" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Haasnoot"
  ] .

oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person4
  a a2a:Person ;
  rdfs:label "Margaretha Bruin" ;
  a2a:PersonName [
    rdfs:label "Margaretha Bruin" ;
    a2a:PersonNameFirstName "Margaretha" ;
    a2a:PersonNameLastName "Bruin"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hillegom" ;
    rdfs:label "Hillegom"
  ] .

oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person5
  a a2a:Person ;
  rdfs:label "Gerbrand Bruin" ;
  a2a:PersonName [
    rdfs:label "Gerbrand Bruin" ;
    a2a:PersonNameFirstName "Gerbrand" ;
    a2a:PersonNameLastName "Bruin"
  ] .

oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person6
  a a2a:Person ;
  rdfs:label "Antje Jonker" ;
  a2a:PersonName [
    rdfs:label "Antje Jonker" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Jonker"
  ] .

oa:event_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "19-06-1918" ;
    a2a:Year "1918" ;
    a2a:Month "06" ;
    a2a:Day "19" ;
    rdfs:label "1918-06-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Province "Zuid-Holland" ;
    a2a:Place "Katwijk" ;
    rdfs:label "Zuid-Holland, Katwijk"
  ] .

oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person1 ;
  a2a:EventKeyRef oa:event_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Event1 .

oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person2 ;
  a2a:EventKeyRef oa:event_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Event1 .

oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person3 ;
  a2a:EventKeyRef oa:event_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Event1 .

oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person4 ;
  a2a:EventKeyRef oa:event_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Event1 .

oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person5 ;
  a2a:EventKeyRef oa:event_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Event1 .

oa:relationep_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Person6 ;
  a2a:EventKeyRef oa:event_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a_Event1 .

oa:source_rzh_09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a
  a a2a:Source ;
  rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Katwijk" ;
    a2a:Province "Zuid-Holland" ;
    rdfs:label "Katwijk, Zuid-Holland", "1918-06-19 - 1918-06-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-06-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-06-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-06-1918" ;
    a2a:Year "1918" ;
    a2a:Month "06" ;
    a2a:Day "19" ;
    rdfs:label "19-06-1918"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief Rijksarchief Zuid-Holland" ;
    a2a:Place "Den Haag" ;
    a2a:DocumentNumber "41" ;
    rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, Den Haag, 41"
  ] ;
  a2a:SourceLastChangeDate "2012-05-04"^^xsd:date ;
  a2a:RecordGUID "{09e193bf-9a38-4bb3-a3f2-e4fabaf2cb9a}" ;
  a2a:SourceRemarkAkteSoort "Huwelijksakte" .

