@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/bcUpgLW>
  schema:givenName "Bartus Cornelis"^^xsd:string ;
  schema:name "Bartus Cornelis van der Sloot"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c1ef9968-33e0-1019-981e-1f2760728ee4"^^xsd:string ;
  schema:hasOccupation "Likeurstoker"@nl ;
  schema:familyName "van der Sloot"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wvk7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bded0bac-97e7-1ed6-c9cc-fd9a4b3976e4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2557486> ;
  schema:birthDate "1840-08-19"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Sloot"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

