@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/bMSVO1A>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4331d3ed-40f6-7a08-b56b-ac50b659001f"^^xsd:string ;
  schema:familyName "van Oudshoorn"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem van Oudshoorn"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018tdw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/09ca98ed-928c-2b39-7d9e-4b60b58e75b3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/607590> ;
  schema:birthDate "1856-04-19"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Oudshoorn"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

