@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/bDVRn7v>
  schema:givenName "Christiaan"^^xsd:string ;
  schema:name "Christiaan Damen"@nl ;
  schema:familyName "Damen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4a41153a-48d0-feda-8886-dbbab38cb60a"^^xsd:string ;
  schema:hasOccupation "Scharenslijper"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Loon_op_Zand> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n8hj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f992e09e-ec8d-d239-a17b-0d8d592d2df9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2735641> ;
  schema:birthDate "1842-06-29"^^xsd:date .

