@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bdxv9tR>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Elshout"@nl ;
  schema:familyName "Elshout"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4a3eeb53-e1bf-3136-0872-3567693a9261"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oud-Beijerland> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013vwb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/886f4a5c-5f64-dd02-3be9-e39a3e1ccde7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2385249> ;
  schema:birthDate "1893-07-10"^^xsd:date .

