@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/b6f08VQ>
  schema:givenName "Barbara"^^xsd:string ;
  schema:name "Barbara de Vroom"@nl ;
  schema:familyName "de Vroom"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/897ce765-c882-cfa3-a721-9d90b31c9c12"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b3KBqin> ;
  schema:spouse <https://n2t.net/ark:/60537/bCGEJJg> ;
  schema:children <https://n2t.net/ark:/60537/bn4aMzF> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2133711> ;
  schema:additionalName [
    ns0:baseSurname "Vroom"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

