@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/bKBeIOh>
  pico:hasAge "30"^^xsd:string ;
  schema:familyName "Groenendal"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bd376745-17a8-9a01-1732-36d17e68e2d2"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Groenendal"@nl ;
  schema:hasOccupation "Spoorwegbeambte"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bCGETZd> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bRtjuEm> ;
  schema:children <https://n2t.net/ark:/60537/buM459s> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2316755> .

