@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bRSJvaC>
  schema:familyName "Hoffman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b35f4a43-e602-15f3-7c98-c3452d221aef"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Hoffman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011xhv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/763778ee-98b7-8a83-cee6-bfd0a20e2d03> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2315059> ;
  schema:birthDate "1888-01-14"^^xsd:date .

