@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/bx3LPKr>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dd4d2bb4-4adf-2c2f-5332-469f596d9a59"^^xsd:string ;
  schema:givenName "Simon"^^xsd:string ;
  schema:name "Simon van der Sloot"@nl ;
  schema:familyName "van der Sloot"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zfvp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cdb51182-03f3-1725-09f7-fe011452a93f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2616127> ;
  schema:birthDate "1880-11-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Sloot"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

