@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/bxuabUi>
  schema:familyName "Hoebeek"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4cce0a5a-fe10-ba67-3dee-0e74c74ca00b"^^xsd:string ;
  schema:givenName "Josua"^^xsd:string ;
  schema:name "Josua Hoebeek"@nl ;
  schema:hasOccupation "Sjouwerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wjtq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ce96d9df-9586-dab6-68a8-41859e6c17c1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2619769> ;
  schema:birthDate "1861-11-21"^^xsd:date .

