@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_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b
  a a2a:Record ;
  rdfs:label "Geboorte op 10 juni 1916 te Roosendaal en Nispen" ;
  a2a:hasPerson oa:person_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Person-e4304219-9a8b-2168-9f1c-c82493a84ce6, oa:person_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Person-daaf415f-9767-7da7-4706-7e7e9760b6f3, oa:person_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Person-fe86018c-faba-b651-c390-c7af6946d5f2 ;
  a2a:hasEvent oa:event_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_0, oa:relationep_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_1, oa:relationep_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_2 ;
  a2a:hasSource oa:source_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b .

oa:person_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Person-e4304219-9a8b-2168-9f1c-c82493a84ce6
  a a2a:Person ;
  rdfs:label "Paulus Johannes Luijten" ;
  a2a:PersonName [
    rdfs:label "Paulus Johannes Luijten" ;
    a2a:PersonNameFirstName "Paulus Johannes" ;
    a2a:PersonNameLastName "Luijten"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "voerman" .

oa:person_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Person-daaf415f-9767-7da7-4706-7e7e9760b6f3
  a a2a:Person ;
  rdfs:label "Pieternella Cremer" ;
  a2a:PersonName [
    rdfs:label "Pieternella Cremer" ;
    a2a:PersonNameFirstName "Pieternella" ;
    a2a:PersonNameLastName "Cremer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Person-fe86018c-faba-b651-c390-c7af6946d5f2
  a a2a:Person ;
  rdfs:label "Johanna Petronella Luijten" ;
  a2a:PersonName [
    rdfs:label "Johanna Petronella Luijten" ;
    a2a:PersonNameFirstName "Johanna Petronella" ;
    a2a:PersonNameLastName "Luijten"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1916-06-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roosendaal en Nispen" ;
    rdfs:label "Roosendaal en Nispen"
  ] .

oa:event_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1916" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1916-06-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal en Nispen" ;
    rdfs:label "Roosendaal en Nispen"
  ] .

oa:relationep_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Person:e4304219-9a8b-2168-9f1c-c82493a84ce6 ;
  a2a:EventKeyRef oa:event_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Event1 .

oa:relationep_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Person:daaf415f-9767-7da7-4706-7e7e9760b6f3 ;
  a2a:EventKeyRef oa:event_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Event1 .

oa:relationep_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Person:fe86018c-faba-b651-c390-c7af6946d5f2 ;
  a2a:EventKeyRef oa:event_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b_Event1 .

oa:source_wba_0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1916-06-10 - 1916-06-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1916-06-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-06-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1916" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1916-06-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Roosendaal en Nispen, 1851-1916, Bron: boek, Deel: 2049, Per..." ;
    a2a:Book "Geboorteregister Roosendaal 1916" ;
    a2a:DocumentNumber "259" ;
    a2a:RegistryNumber "2049" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Roosendaal en Nispen, 1851-1916, Bron: boek, Deel: 2049, Per..., Geboorteregister Roosendaal 1916, 259, 2049"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/a6299fcc-702f-9a0b-8c80-cc4b754e1a03.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/a6299fcc-702f-9a0b-8c80-cc4b754e1a03.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b" ;
  a2a:RecordGUID "{0790fcc2-9ca5-9e20-eb9c-0bfb2d98cc2b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1872_00001872.xml van WBA" .

