@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/buM3Ud5>
  schema:givenName "Christiaan"^^xsd:string ;
  schema:name "Christiaan Mulder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f70bc4f1-d92e-8cf3-82df-8dfd4b2526ae"^^xsd:string ;
  schema:hasOccupation "Kuipersknecht"@nl ;
  schema:familyName "Mulder"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s3gm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/440a8a56-fa88-f6cf-68d4-b54db59e9019> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2121249> ;
  schema:birthDate "1843-01-24"^^xsd:date .

