@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bBE9ngs>
  schema:givenName "Christiaan"^^xsd:string ;
  schema:name "Christiaan van Mourik"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7dbf6378-bd08-280f-723e-08b814ca934c"^^xsd:string ;
  schema:hasOccupation "Klompmaker"@nl ;
  schema:birthPlace "Oud Alblas"@nl ;
  schema:familyName "van Mourik"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4f62b549-d914-d2a5-3f31-9498b8d7a62f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2165172> ;
  schema:birthDate "1857-02-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Mourik"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

