@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/bbFbFmS>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/39031864-52a7-e87b-7f7b-e3bccec1fcf1"^^xsd:string ;
  schema:givenName "Josef"^^xsd:string ;
  schema:name "Josef Schut"@nl ;
  schema:familyName "Schut"^^xsd:string ;
  schema:hasOccupation "Steendrukker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Deventer> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010t8g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1dcd50ce-1814-bd6e-d434-201f4ba683d6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1975775> ;
  schema:birthDate "1859-02-25"^^xsd:date .

