@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/bLr2yFp>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/32f65526-20f0-7086-ea1c-36b660cc24bd"^^xsd:string ;
  schema:givenName "Simon"^^xsd:string ;
  schema:name "Simon van Mourik"@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/a08f339c-59f2-0372-603d-bf14f2cdae55> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2443602> ;
  schema:birthDate "1884-01-01"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Mourik"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

