@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/bVQ1xuT>
  pico:hasAge "25"^^xsd:string ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Prijdekker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5b18bc38-0936-fa58-2d41-9b04c26c92eb"^^xsd:string ;
  schema:hasOccupation "Machinist"@nl ;
  schema:familyName "Prijdekker"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bG0QTUG> ;
  schema:spouse <https://n2t.net/ark:/60537/bNVrIG1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bXvCgZa> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2456604> .

