@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/bRtk0Eh>
  schema:familyName "de Bruin"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bf610e01-9407-f8cd-171f-202fcabb3b9d"^^xsd:string ;
  schema:givenName "Jacobus"^^xsd:string ;
  schema:name "Jacobus de Bruin"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zq93> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/52b6b886-5606-648c-7d3b-e39dc3a1ef13> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2178021> ;
  schema:birthDate "1886-03-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Bruin"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

