@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bFOb21>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Tuithof"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/9f6bfbee7a75e378eb2f32e1bab61e27c78882c8947b824d571f5fecf7f77b9a"^^xsd:string ;
  schema:familyName "Tuithof"^^xsd:string ;
  a schema:Person ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Harmelen> ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/koetsier> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bUAQVd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22733> .

