@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/bVQ1qQX>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Tukker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/342ece48-7f3f-31d6-5710-bd0094592259"^^xsd:string ;
  schema:hasOccupation "Kleedermaker"@nl ;
  schema:familyName "Tukker"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fpqh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7c282de8-8e4b-5d53-856a-87c11c7aca4e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2337854> ;
  schema:birthDate "1821-01-03"^^xsd:date .

