@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/box4uSr>
  schema:hasOccupation "Burgemeester"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/345b9006-8ba4-28f2-980f-cd27b12a9eae"^^xsd:string ;
  schema:familyName "Smits"^^xsd:string ;
  schema:givenName "Wilhelm Friedrich"^^xsd:string ;
  schema:name "Wilhelm Friedrich Smits"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k1gs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3aa6ace2-625d-b5fa-7fd4-c0cf1e55fd21> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2085263> ;
  schema:birthDate "1842-05-01"^^xsd:date .

