@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/brrSzhN>
  schema:hasOccupation "Arbeider"@nl ;
  schema:givenName "Douwe"^^xsd:string ;
  schema:name "Douwe Luitjes"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/01109cdb-78ba-40df-a198-873083e19cd8"^^xsd:string ;
  schema:familyName "Luitjes"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zs4s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e92ecf9d-bc8c-5c3d-1eac-6f70249166ab> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2695775> ;
  schema:birthDate "1813-12-29"^^xsd:date .

