@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_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d
  a a2a:Record ;
  rdfs:label "Geboorte op 11 maart 1830 te Hoogmade" ;
  a2a:hasPerson oa:person_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Person-abfb294c-691a-26dc-3092-64e9d72e1eb9, oa:person_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Person-8eaf68bd-d059-14c1-2df0-0ca4992c387b, oa:person_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Person-f960645e-35d4-0407-ab90-596c8df0cb43 ;
  a2a:hasEvent oa:event_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_0, oa:relationep_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_1, oa:relationep_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_2 ;
  a2a:hasSource oa:source_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d .

oa:person_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Person-abfb294c-691a-26dc-3092-64e9d72e1eb9
  a a2a:Person ;
  rdfs:label "Teunis Doeswijk" ;
  a2a:PersonName [
    rdfs:label "Teunis Doeswijk" ;
    a2a:PersonNameFirstName "Teunis" ;
    a2a:PersonNameLastName "Doeswijk"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Hoogmade" ;
    rdfs:label "Hoogmade"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "43 jaar" ;
    rdfs:label "43 jaar"
  ] ;
  a2a:Profession "bouwman" .

oa:person_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Person-8eaf68bd-d059-14c1-2df0-0ca4992c387b
  a a2a:Person ;
  rdfs:label "Marijtje Verbij" ;
  a2a:PersonName [
    rdfs:label "Marijtje Verbij" ;
    a2a:PersonNameFirstName "Marijtje" ;
    a2a:PersonNameLastName "Verbij"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Hoogmade" ;
    rdfs:label "Hoogmade"
  ] ;
  a2a:Profession "huisvrouw" .

oa:person_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Person-f960645e-35d4-0407-ab90-596c8df0cb43
  a a2a:Person ;
  rdfs:label "Antje Doeswijk" ;
  a2a:PersonName [
    rdfs:label "Antje Doeswijk" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Doeswijk"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Hoogmade" ;
    rdfs:label "Hoogmade"
  ] ;
  a2a:BirthDate [
    a2a:Year "1830" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1830-03-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogmade" ;
    rdfs:label "Hoogmade"
  ] .

oa:event_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1830" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1830-03-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogmade" ;
    rdfs:label "Hoogmade"
  ] .

oa:relationep_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Person:abfb294c-691a-26dc-3092-64e9d72e1eb9 ;
  a2a:EventKeyRef oa:event_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Event1 .

oa:relationep_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Person:8eaf68bd-d059-14c1-2df0-0ca4992c387b ;
  a2a:EventKeyRef oa:event_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Event1 .

oa:relationep_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Person:f960645e-35d4-0407-ab90-596c8df0cb43 ;
  a2a:EventKeyRef oa:event_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d_Event1 .

oa:source_elo_819c8c07-e620-fb11-d4a4-7bfeab355c6d
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogmade" ;
    rdfs:label "Hoogmade", "1830-03-11 - 1830-03-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1830-03-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1830-03-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1830" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1830-03-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Archief van de ambtenaar van de Burgerlijke Stand van Hoogmade, 1811, 1818-1855, Dee..." ;
    a2a:Book "Geboorteakten 1811, 1818-1855" ;
    a2a:RegistryNumber "2" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Archief van de ambtenaar van de Burgerlijke Stand van Hoogmade, 1811, 1818-1855, Dee..., Geboorteakten 1811, 1818-1855, 2"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/lei/thumb/640x480/9cfa0533-16a4-89c2-a484-524f3543f596.jpg" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/819c8c07-e620-fb11-d4a4-7bfeab355c6d" ;
    a2a:UriPreview "https://images.memorix.nl/lei/thumb/250x250/9cfa0533-16a4-89c2-a484-524f3543f596.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/819c8c07-e620-fb11-d4a4-7bfeab355c6d" ;
  a2a:RecordGUID "{819c8c07-e620-fb11-d4a4-7bfeab355c6d}" ;
  a2a:SourceRemarkOpmerking "Jaar: 1830<br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/withscans/0/findingaid/121.1.06/file/2/start/0/limit/10/flimit/5\">Inventarisnummer 2 van archiefnummer 121.1.06 in Archieven</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20191215_00009393.xml van ELO" .

