@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/bDwt47D>
  schema:givenName "Dionisius"^^xsd:string ;
  schema:name "Dionisius Smeulders"@nl ;
  schema:hasOccupation "Directeur Gevangenis"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/998b29f6-da44-8ad2-8a6b-cbd5c8595f83"^^xsd:string ;
  schema:familyName "Smeulders"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Tilburg> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00d9d8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dac1bcd1-7eb2-e86b-5019-c3fa1c49fd4d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2806115> ;
  schema:birthDate "1805-06-09"^^xsd:date .

