@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/bBE9dKx>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Schouten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b89b7a9c-e624-d6ca-678a-870d03181223"^^xsd:string ;
  schema:hasOccupation "Los werkman"@nl ;
  schema:familyName "Schouten"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01bb91> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/28389c3f-807e-c5f9-1478-a66f4deb1984> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2016558> ;
  schema:birthDate "1890-03-24"^^xsd:date .

