@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/bkbSxdE>
  pico:hasAge "35"^^xsd:string ;
  schema:hasOccupation "Brandersknecht"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0add9517-abab-180c-b427-3cf405154f18"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob van der Horst"@nl ;
  schema:familyName "van der Horst"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bB139Pc> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bGreiLb> ;
  schema:children <https://n2t.net/ark:/60537/bt6tm1w> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1988564> ;
  schema:additionalName [
    ns0:baseSurname "Horst"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

