@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/b5cvTT5>
  pico:hasAge "20"^^xsd:string ;
  schema:givenName "Albertus"^^xsd:string ;
  schema:name "Albertus Frugte"@nl ;
  schema:familyName "Frugte"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f2af1cfb-7519-fe35-ca63-d1f553951637"^^xsd:string ;
  schema:hasOccupation "Schilder"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bIVDCSC> ;
  schema:children <https://n2t.net/ark:/60537/bPB20o6> ;
  schema:spouse <https://n2t.net/ark:/60537/bXvCPcR> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2298122> .

