@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/bKaQQ5i>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Hofstede"@nl ;
  schema:familyName "Hofstede"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/46d55970-69f4-cc51-b464-e2bf459fd754"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012rwv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ebe81e76-609c-48fb-8404-4202901dfa8d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2837863> ;
  schema:birthDate "1879-11-01"^^xsd:date .

