@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/bZNjLGO>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/40bdc9b2-749d-b090-f292-b1301b2a250e"^^xsd:string ;
  schema:givenName "Jilles"^^xsd:string ;
  schema:name "Jilles van Maaren"@nl ;
  schema:familyName "van Maaren"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bfpNFaW> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bkCgKaa> ;
  schema:children <https://n2t.net/ark:/60537/bojou1p> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2809572> ;
  schema:additionalName [
    ns0:baseSurname "Maaren"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

