@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_b7dee904-49f2-c7bb-dff5-fa35e7568a63
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1908-1939)" ;
  a2a:hasPerson oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person1, oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person2, oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person3, oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person4 ;
  a2a:hasEvent oa:event_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_0, oa:relationep_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_1, oa:relationep_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_2, oa:relationep_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_3 ;
  a2a:hasSource oa:source_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63 .

oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person1
  a a2a:Person ;
  rdfs:label "Ludovicus Matheus Antonius van Riel" ;
  a2a:PersonName [
    rdfs:label "Ludovicus Matheus Antonius van Riel" ;
    a2a:PersonNameFirstName "Ludovicus Matheus Antonius" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Riel"
  ] ;
  a2a:BirthDate [
    a2a:Year "1890" ;
    a2a:Month "9" ;
    a2a:Day "8" ;
    rdfs:label "1890-09-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person2
  a a2a:Person ;
  rdfs:label "Francisca Antonia Mangé" ;
  a2a:PersonName [
    rdfs:label "Francisca Antonia Mangé" ;
    a2a:PersonNameFirstName "Francisca Antonia" ;
    a2a:PersonNameLastName "Mangé"
  ] ;
  a2a:BirthDate [
    a2a:Year "1892" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "1892-05-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person3
  a a2a:Person ;
  rdfs:label "Louisa Antonia Johanna van Riel" ;
  a2a:PersonName [
    rdfs:label "Louisa Antonia Johanna van Riel" ;
    a2a:PersonNameFirstName "Louisa Antonia Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Riel"
  ] ;
  a2a:BirthDate [
    a2a:Year "1913" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1913-02-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person4
  a a2a:Person ;
  rdfs:label "Antonius Franciscus Bernardus van Riel" ;
  a2a:PersonName [
    rdfs:label "Antonius Franciscus Bernardus van Riel" ;
    a2a:PersonNameFirstName "Antonius Franciscus Bernardus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Riel"
  ] ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1896-11-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:event_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:relationep_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person1 ;
  a2a:EventKeyRef oa:event_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Event1 .

oa:relationep_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person2 ;
  a2a:EventKeyRef oa:event_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Event1 .

oa:relationep_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person3 ;
  a2a:EventKeyRef oa:event_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Event1 .

oa:relationep_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Person4 ;
  a2a:EventKeyRef oa:event_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63_Event1 .

oa:source_ade_b7dee904-49f2-c7bb-dff5-fa35e7568a63
  a a2a:Source ;
  rdfs:label "Archief Delft, Gezinskaarten" ;
  a2a:SourcePlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft", "1908-01-01 - 1939-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1939-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Gezinskaarten" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Delft" ;
    a2a:Place "Delft" ;
    a2a:Collection "Gezinskaarten Delft (1908-1939)" ;
    a2a:DocumentNumber "117" ;
    a2a:RegistryNumber "375" ;
    rdfs:label "Archief Delft, Delft, Gezinskaarten Delft (1908-1939), 117, 375"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://scanproxy.delft.digitalestamboom.nl/GetImage.aspx?path=\\Delft\\Bevolkingsregister\\375\\BRDelft375_0117a.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "http://scanproxy.delft.digitalestamboom.nl/GetImage.aspx?path=\\Delft\\Bevolkingsregister\\375\\BRDelft375_0117b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-07-29"^^xsd:date ;
  a2a:RecordGUID "{b7dee904-49f2-c7bb-dff5-fa35e7568a63}" ;
  a2a:SourceRemarkVrijwilliger "Indexatie door vrijwilligers via Open Archieven Indexeren" .

