@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/bPNKcgI>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e6ae87a4-8a6a-fd1e-bf47-e5903600f5d9"^^xsd:string ;
  schema:givenName "Janna"^^xsd:string ;
  schema:name "Janna van der Knoop"@nl ;
  schema:familyName "van der Knoop"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bNijE6F> ;
  schema:children <https://n2t.net/ark:/60537/bXIk15M> ;
  schema:spouse <https://n2t.net/ark:/60537/bzYzzF7> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2859937> ;
  schema:additionalName [
    ns0:baseSurname "Knoop"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

