@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#> .

<https://n2t.net/ark:/60537/bw1fYod>
  pico:hasAge "33"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1d7da87c-a477-0558-eebd-ff8ebaae80db"^^xsd:string ;
  schema:givenName "Jurrie"^^xsd:string ;
  schema:name "Jurrie Laforce"@nl ;
  schema:familyName "Laforce"^^xsd:string ;
  schema:hasOccupation "Pijpmakersknegt"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bDVQNc0> ;
  schema:children <https://n2t.net/ark:/60537/bLQrC14> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bnuzyvY> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2112560> .

