@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/byiXdZ1>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Hoebeek"@nl ;
  schema:familyName "Hoebeek"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a92c664a-c6c3-8b11-b724-46d32077e74e"^^xsd:string ;
  schema:hasOccupation "Sjouwerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016rs0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/04e18cc5-902e-bf1e-ca1b-92e6c9f0fafd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/587521> ;
  schema:birthDate "1827-10-25"^^xsd:date .

