@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/b9nvVfM>
  schema:familyName "de Bruin"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a0f29127-c892-cbb8-8001-55ddde5c734f"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter de Bruin"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x588> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/93f1d397-2521-6a41-9688-ec9d58f859dc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2772315> ;
  schema:birthDate "1881-10-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Bruin"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

