@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/bs3Y4RZ>
  schema:familyName "de Bruijn"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/73df8e56-6148-da4c-1454-c5083d5e90c8"^^xsd:string ;
  schema:givenName "Jacoba"^^xsd:string ;
  schema:name "Jacoba de Bruijn"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bodegraven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01ddc9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/45e40d0f-5e8c-cb47-2aa1-cb37ec1e34fb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2128337> ;
  schema:birthDate "1876-06-23"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Bruijn"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

