@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_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181
  a a2a:Record ;
  rdfs:label "Doop op 28 mei 1671 te Noordlaren" ;
  a2a:hasPerson oa:person_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Person-dab37e83-300e-6d89-a4f4-5d43fdd33d40, oa:person_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Person-85ca6c1b-1315-59cb-e465-7f536c8cb0e5, oa:person_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Person-e56ba904-434a-b0b8-c064-6dbac8d454ce ;
  a2a:hasEvent oa:event_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_0, oa:relationep_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_1, oa:relationep_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_2 ;
  a2a:hasSource oa:source_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181 .

oa:person_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Person-dab37e83-300e-6d89-a4f4-5d43fdd33d40
  a a2a:Person ;
  rdfs:label "Hendrick" ;
  a2a:PersonName [
    rdfs:label "Hendrick" ;
    a2a:PersonNameFirstName "Hendrick"
  ] ;
  a2a:Gender "Man" .

oa:person_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Person-85ca6c1b-1315-59cb-e465-7f536c8cb0e5
  a a2a:Person ;
  rdfs:label "Asseltien" ;
  a2a:PersonName [
    rdfs:label "Asseltien" ;
    a2a:PersonNameFirstName "Asseltien"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Person-e56ba904-434a-b0b8-c064-6dbac8d454ce
  a a2a:Person ;
  rdfs:label "Wighbolt Hendricks" ;
  a2a:PersonName [
    rdfs:label "Wighbolt Hendricks" ;
    a2a:PersonNameFirstName "Wighbolt" ;
    a2a:PersonNameLastName "Hendricks"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1671" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1671-05-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Noordlaren" ;
    rdfs:label "Noordlaren"
  ] .

oa:relationep_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Person:dab37e83-300e-6d89-a4f4-5d43fdd33d40 ;
  a2a:EventKeyRef oa:event_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Event1 .

oa:relationep_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Person:85ca6c1b-1315-59cb-e465-7f536c8cb0e5 ;
  a2a:EventKeyRef oa:event_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Event1 .

oa:relationep_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Person:e56ba904-434a-b0b8-c064-6dbac8d454ce ;
  a2a:EventKeyRef oa:event_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181_Event1 .

oa:source_gra_f0c6aa2c-73ba-89a5-a135-e6aac339a181
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Noordlaren" ;
    rdfs:label "Kerkelijke gemeente Noordlaren", "1671-05-28 - 1671-05-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1671-05-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1671-05-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1671" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1671-05-28"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 336..." ;
    a2a:Book "Doop- en trouwboek 1626-1715" ;
    a2a:RegistryNumber "336" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 336..., Doop- en trouwboek 1626-1715, 336"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/5fbd7a71-8d15-8ff8-76b6-bc4fac9d082a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/f0c6aa2c-73ba-89a5-a135-e6aac339a181" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/5fbd7a71-8d15-8ff8-76b6-bc4fac9d082a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/f0c6aa2c-73ba-89a5-a135-e6aac339a181" ;
  a2a:RecordGUID "{f0c6aa2c-73ba-89a5-a135-e6aac339a181}" ;
  a2a:SourceRemarkOpmerking "ouders te Noordlaren" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_20916_00020916.xml van GRA" .

