@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_fc7f5330-4024-11e5-9f21-e3bc9508a842
  a a2a:Record ;
  rdfs:label "Huwelijk op 17 februari 1903 te Hof van Delft" ;
  a2a:hasPerson oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person1, oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person4, oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person5, oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person6, oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person9, oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person10 ;
  a2a:hasEvent oa:event_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_0, oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_1, oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_2, oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_3, oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_4, oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_5 ;
  a2a:hasSource oa:source_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842 .

oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person1
  a a2a:Person ;
  rdfs:label "Bernardus Cornelis Joseph Romijn" ;
  a2a:PersonName [
    rdfs:label "Bernardus Cornelis Joseph Romijn" ;
    a2a:PersonNameFirstName "Bernardus Cornelis Joseph" ;
    a2a:PersonNameLastName "Romijn"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeYears "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person4
  a a2a:Person ;
  rdfs:label "Cornelis Romijn" ;
  a2a:PersonName [
    rdfs:label "Cornelis Romijn" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Romijn"
  ] ;
  a2a:Gender "Man" .

oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person5
  a a2a:Person ;
  rdfs:label "Catharina Adriana Elisabeth Helmig" ;
  a2a:PersonName [
    rdfs:label "Catharina Adriana Elisabeth Helmig" ;
    a2a:PersonNameFirstName "Catharina Adriana Elisabeth" ;
    a2a:PersonNameLastName "Helmig"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person6
  a a2a:Person ;
  rdfs:label "Elisabeth Agatha Maria Beijer" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Agatha Maria Beijer" ;
    a2a:PersonNameFirstName "Elisabeth Agatha Maria" ;
    a2a:PersonNameLastName "Beijer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeYears "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hof van Delft" ;
    rdfs:label "Hof van Delft"
  ] .

oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person9
  a a2a:Person ;
  rdfs:label "Hermanus Beijer" ;
  a2a:PersonName [
    rdfs:label "Hermanus Beijer" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNameLastName "Beijer"
  ] ;
  a2a:Gender "Man" .

oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person10
  a a2a:Person ;
  rdfs:label "Elisabeth van Oirschot" ;
  a2a:PersonName [
    rdfs:label "Elisabeth van Oirschot" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oirschot"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1903-02-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hof van Delft" ;
    rdfs:label "Hof van Delft"
  ] .

oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person1 ;
  a2a:EventKeyRef oa:event_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Event1 .

oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person4 ;
  a2a:EventKeyRef oa:event_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Event1 .

oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person5 ;
  a2a:EventKeyRef oa:event_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Event1 .

oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person6 ;
  a2a:EventKeyRef oa:event_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Event1 .

oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person9 ;
  a2a:EventKeyRef oa:event_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Event1 .

oa:relationep_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Person10 ;
  a2a:EventKeyRef oa:event_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842_Event1 .

oa:source_ade_fc7f5330-4024-11e5-9f21-e3bc9508a842
  a a2a:Source ;
  rdfs:label "Archief Delft, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Hof van Delft" ;
    rdfs:label "Hof van Delft", "1817-01-01 - 1921-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1817-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Delft" ;
    a2a:Collection "Archief van de gemeente Hof van Delft" ;
    a2a:Book "Register van huwelijksakten, 1903" ;
    a2a:DocumentNumber "2" ;
    a2a:RegistryNumber "00953" ;
    rdfs:label "Archief Delft, Archief van de gemeente Hof van Delft, Register van huwelijksakten, 1903, 2, 00953"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://delftschiedam.hosting.deventit.net/ImageServer/afbeelding.img?sessionid=WGTQCXXXXXXXXXXXXXXXXXXX&client=mediaviewer&Datasource=Atlantis5Adapter&QueryParams=63699387&Query=AtlantisWebQueryImage&autsleutel=&ACTION=selectionoperationgreen&dr=1&originalImage=AR0152_00953_1903_002.jpg" ;
    a2a:UriViewer "https://delftschiedam.hosting.deventit.net/Mediaviewer/Imageviewer?datasource=Atlantis5Adapter&query=AtlantisWebQueryImage&queryparams=63699387&HighlightQuery=AtlantisWebQueryImage&HighlightQueryParams=63699387&InitFactor=6&bestandsnaam=AR0152_00953_1903_002.jpg&navigateFullscreen=false" ;
    a2a:UriPreview "https://delftschiedam.hosting.deventit.net/HttpHandler/AR0152_00953_1903_002.jpg?icoon=63699387"
  ] ;
  a2a:SourceLastChangeDate "2019-10-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD37148790" ;
  a2a:RecordGUID "{fc7f5330-4024-11e5-9f21-e3bc9508a842}" ;
  a2a:SourceRemarklink_EAD "https://data.stadsarchiefdelft.nl/inventarissen/pdf/0152.pdf" ;
  a2a:SourceRemarkProvenance "OPEN_DATA_BS_huwelijken_HofvanDelft.csv op 19-3-2019 gedownload vanaf https://www.stadsarchiefdelft.nl/vakinformatie/open-data/ nieuwe RecordID's toegevoegd op 2-10-2019" .

