@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b6S6z1i>
  pico:hasAge "32"^^xsd:string ;
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina van den Broek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2b24af7b-e64d-e625-03fc-8785896193be"^^xsd:string ;
  schema:hasOccupation "Pijpmaakster"@nl ;
  schema:familyName "van den Broek"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bRfDFym> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bXvCjFM> ;
  schema:children <https://n2t.net/ark:/60537/bYXwNVr> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2542084> ;
  schema:additionalName [
    ns0:baseSurname "Broek"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

