@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/baCHwvx>
  pico:hasAge "38"^^xsd:string ;
  schema:hasOccupation "Baanspinner"@nl ;
  schema:familyName "Beerman"^^xsd:string ;
  schema:givenName "Henricus"^^xsd:string ;
  schema:name "Henricus Beerman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3799c200-f7d5-39b9-70a0-b8a235301147"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b2I6HGC> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bre9QD0> ;
  schema:children <https://n2t.net/ark:/60537/bUNwWxk> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2246317> .

