@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/bvBRBy8>
  pico:hasAge "36"^^xsd:string ;
  schema:familyName "Brenkman"^^xsd:string ;
  schema:hasOccupation "Broodbakker"@nl ;
  schema:givenName "Daniel"^^xsd:string ;
  schema:name "Daniel Brenkman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/98f8725b-161f-bd36-c1f1-738fa9224887"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bDiKJWy> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdjMEt8> ;
  schema:spouse <https://n2t.net/ark:/60537/bLdkyI1> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2095669> .

