@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/bWSwp1h>
  schema:givenName "Christiaan"^^xsd:string ;
  schema:name "Christiaan Mulder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3dafbed4-5bb6-602e-fe01-b81dbeb51baa"^^xsd:string ;
  schema:familyName "Mulder"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00gc5t> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/03f0aca4-4708-b469-b7e8-d818c38035e1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/583823> ;
  schema:birthDate "1854-05-09"^^xsd:date .

