@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/bh4oXnL>
  pico:hasAge "24"^^xsd:string ;
  schema:hasOccupation "Brouwersknecht"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/33af0142-c2d0-596d-3b7f-ef3c3ae38a1e"^^xsd:string ;
  schema:givenName "Lambertus"^^xsd:string ;
  schema:name "Lambertus van Wijk"@nl ;
  schema:familyName "van Wijk"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bpYYMby> ;
  schema:spouse <https://n2t.net/ark:/60537/bxTzB0C> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bYKOsS5> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2660048> ;
  schema:additionalName [
    ns0:baseSurname "Wijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

