@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_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93
  a a2a:Record ;
  rdfs:label "Geboorte op 3 april 1868 te Voorschoten" ;
  a2a:hasPerson oa:person_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Person1, oa:person_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Person2, oa:person_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Person3 ;
  a2a:hasEvent oa:event_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Event1 ;
  a2a:hasRelationEP oa:relationep_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_0, oa:relationep_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_1, oa:relationep_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_2 ;
  a2a:hasSource oa:source_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93 .

oa:person_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Person1
  a a2a:Person ;
  rdfs:label "Dirk Jan den Daas" ;
  a2a:PersonName [
    rdfs:label "Dirk Jan den Daas" ;
    a2a:PersonNameFirstName "Dirk Jan" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Daas"
  ] ;
  a2a:BirthDate [
    a2a:Year "1868" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1868-04-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Voorschoten" ;
    rdfs:label "Voorschoten"
  ] .

oa:person_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Person2
  a a2a:Person ;
  rdfs:label "Jacobus Johannes den Daas" ;
  a2a:PersonName [
    rdfs:label "Jacobus Johannes den Daas" ;
    a2a:PersonNameFirstName "Jacobus Johannes" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Daas"
  ] ;
  a2a:Profession "zilversmid" .

oa:person_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Person3
  a a2a:Person ;
  rdfs:label "Gerdina Catharina Garritsen" ;
  a2a:PersonName [
    rdfs:label "Gerdina Catharina Garritsen" ;
    a2a:PersonNameFirstName "Gerdina Catharina" ;
    a2a:PersonNameLastName "Garritsen"
  ] .

oa:event_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1868" ;
    a2a:Month "04" ;
    a2a:Day "03" ;
    rdfs:label "1868-04-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Voorschoten" ;
    rdfs:label "Voorschoten"
  ] .

oa:relationep_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Person1 ;
  a2a:EventKeyRef oa:event_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Event1 .

oa:relationep_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Person2 ;
  a2a:EventKeyRef oa:event_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Event1 .

oa:relationep_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Person3 ;
  a2a:EventKeyRef oa:event_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93_Event1 .

oa:source_was_02c1af1a-e90c-0553-9818-2ef7b47c8d93
  a a2a:Source ;
  rdfs:label "Gemeentearchief Wassenaar, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Voorschoten" ;
    rdfs:label "Voorschoten", "1812-01-01 - 1902-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1840" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Wassenaar" ;
    a2a:Place "Voorschoten" ;
    a2a:Collection "Geboorten 1863 -1872 Voorschoten" ;
    a2a:DocumentNumber "19" ;
    a2a:RegistryNumber "6" ;
    rdfs:label "Gemeentearchief Wassenaar, Voorschoten, Geboorten 1863 -1872 Voorschoten, 19, 6"
  ] ;
  a2a:SourceLastChangeDate "2012-01-10"^^xsd:date ;
  a2a:RecordGUID "{02c1af1a-e90c-0553-9818-2ef7b47c8d93}" .

