@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_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1810)" ;
  a2a:hasPerson oa:person_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Person1, oa:person_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Person2, oa:person_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Person3 ;
  a2a:hasEvent oa:event_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Event1 ;
  a2a:hasRelationEP oa:relationep_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_0, oa:relationep_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_1, oa:relationep_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_2 ;
  a2a:hasSource oa:source_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3 .

oa:person_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Person1
  a a2a:Person ;
  rdfs:label "Francois Schellens" ;
  a2a:PersonName [
    rdfs:label "Francois Schellens" ;
    a2a:PersonNameFirstName "Francois" ;
    a2a:PersonNameLastName "Schellens"
  ] ;
  a2a:Gender "Man" ;
  a2a:Religion "Katholiek" ;
  a2a:BirthDate [
    a2a:Year "1774" ;
    a2a:Month "8" ;
    a2a:Day "15" ;
    rdfs:label "1774-08-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Mechelen" ;
    rdfs:label "Mechelen"
  ] ;
  a2a:MaritalStatus "Gehuwd" .

oa:person_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Person2
  a a2a:Person ;
  rdfs:label "Marguerite van den Eikhof" ;
  a2a:PersonName [
    rdfs:label "Marguerite van den Eikhof" ;
    a2a:PersonNameFirstName "Marguerite" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Eikhof"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Religion "Katholiek" ;
  a2a:BirthDate [
    a2a:Year "1774" ;
    a2a:Month "11" ;
    a2a:Day "1" ;
    rdfs:label "1774-11-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nuenen" ;
    rdfs:label "Nuenen"
  ] ;
  a2a:MaritalStatus "Gehuwd" .

oa:person_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Person3
  a a2a:Person ;
  rdfs:label "Marie Therese Schellens" ;
  a2a:PersonName [
    rdfs:label "Marie Therese Schellens" ;
    a2a:PersonNameFirstName "Marie Therese" ;
    a2a:PersonNameLastName "Schellens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Religion "Katholiek" ;
  a2a:BirthDate [
    a2a:Year "1802" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1802-07-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] ;
  a2a:MaritalStatus "Alleenstaand" .

oa:event_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] .

oa:relationep_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Person1 ;
  a2a:EventKeyRef oa:event_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Event1 .

oa:relationep_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Person2 ;
  a2a:EventKeyRef oa:event_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Event1 .

oa:relationep_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Person3 ;
  a2a:EventKeyRef oa:event_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3_Event1 .

oa:source_rhe_93c6bcb7-23c9-2c19-5a55-a16d320508a3
  a a2a:Source ;
  rdfs:label "Regionaal Historisch Centrum Eindhoven, Inwonerslijsten" ;
  a2a:SourcePlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven", "1810-01-01 - 1810-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1810-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1810-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1810" ] ;
  a2a:SourceType "other:Inwonerslijsten" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Historisch Centrum Eindhoven" ;
    a2a:Place "Eindhoven" ;
    a2a:Collection "Etat de population de la mairie de Eindhoven" ;
    a2a:DocumentNumber "116, 117" ;
    a2a:RegistryNumber "254" ;
    rdfs:label "Regionaal Historisch Centrum Eindhoven, Eindhoven, Etat de population de la mairie de Eindhoven, 116, 117, 254"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://eindhoven.digitalestamboom.nl/scan.aspx?path=%2fbr%2feindhoven%2f0001%2f00118_v_eindhoven_0001_0116.jpg" ;
    a2a:UriPreview "http://images.digitalestamboom.nl/eindhoven/br/eindhoven/0001/00118_v_eindhoven_0001_0116.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-05-15"^^xsd:date ;
  a2a:RecordGUID "{93c6bcb7-23c9-2c19-5a55-a16d320508a3}" ;
  a2a:SourceRemarkVrijwilliger "Via Sanne Muurling en Kees Mandemakers (IISG), <a href=\"http://www.iisg.nl/hsn/projects/mosaic.html\" class=\"extern\">HSN/MOSAIC&nbsp;project</a>" .

[] a2a:PersonRemarkOpmerking "hoofd van het gezin" .
[] a2a:PersonRemarkOpmerking "vrouw" .
[] a2a:PersonRemarkOpmerking "kind" .
